Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.6%) to scientific vocabulary
Repository
4C: A Comprehensive Multiphysics Simulation Framework
Basic Info
- Host: GitHub
- Owner: 4C-multiphysics
- License: lgpl-3.0
- Language: C++
- Default Branch: main
- Homepage: https://www.4c-multiphysics.org
- Size: 555 MB
Statistics
- Stars: 77
- Watchers: 11
- Forks: 50
- Open Issues: 165
- Releases: 3
Metadata Files
README.md
4C ("Comprehensive Computational Community Code") is a parallel multiphysics research code to address a plethora of physical problems by means of computational mechanics.
Large parts of 4C are based on finite element methods (FEM), but alternative discretization methods, such as discontinuous Galerkin methods (DG), particle methods and mesh-free methods have also been successfully integrated. The research software is implemented throughout in object-oriented programming (C++) using modern software design and is parallelized with MPI for distributed memory hardware architectures.
Disclaimer: 4C is developed for research purposes in the field of numerical method development. It is not intended for any use beyond this purpose and generally should not be used for any form of safety-relevant or safety-critical calculations or for an application in association with physical products in particular.
- Website: https://4C-multiphysics.org
- Documentation: https://4c-multiphysics.github.io/4C/documentation/
Getting started
To quickly run 4C, you can use our docker image, where 4C comes pre-compiled.
docker run --interactive --tty ghcr.io/4c-multiphysics/4c:main
/home/user/4C/build/4C ../tests/input_files/<some-input-file>.4C.yaml output_name
See our documentation for more information on how to build 4C from source on your machine. Consult our Tutorials to get an overview of the general workflow in 4C. Also have a look at related projects/tools that work with 4C, e.g., tools that help with input generatation or visualization.
Contributing
If you're interested in contributing to 4C, we welcome your collaboration. Please follow our contributing guidelines and Code of Conduct.
If you need help with 4C, feel free to ask questions in the GitHub discussions.
How to cite 4C
Please cite 4C as follows:
4C: A Comprehensive Multiphysics Simulation Framework, https://www.4c-multiphysics.org
You could use the following BibTeX entry:
bibtex
@misc{4C,
author = {{4C}},
title = {{4C}: A {C}omprehensive {M}ultiphysics {S}imulation {F}ramework},
howpublished = {\url{https://www.4c-multiphysics.org}},
year = {YEAR},
note = {Accessed: DATE}
}
We kindly ask you to also give credit to the individual methods and algorithms used in 4C. References to the relevant publications can be found on the 4C website or throughout the source code. If you need any assistance with finding suitable references, please feel free to reach out in the 4C Slack workspace.
Owner
- Name: 4C Multiphysics
- Login: 4C-multiphysics
- Kind: organization
- Website: https://4c-multiphysics.org
- Repositories: 1
- Profile: https://github.com/4C-multiphysics
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 141
- Total pull requests: 739
- Average time to close issues: 21 days
- Average time to close pull requests: 2 days
- Total issue authors: 25
- Total pull request authors: 34
- Average comments per issue: 0.82
- Average comments per pull request: 0.85
- Merged pull requests: 533
- Bot issues: 0
- Bot pull requests: 9
Past Year
- Issues: 141
- Pull requests: 739
- Average time to close issues: 21 days
- Average time to close pull requests: 2 days
- Issue authors: 25
- Pull request authors: 34
- Average comments per issue: 0.82
- Average comments per pull request: 0.85
- Merged pull requests: 533
- Bot issues: 0
- Bot pull requests: 9
Top Authors
Issue Authors
- sebproell (27)
- amgebauer (20)
- maxfirmbach (17)
- mayrmt (13)
- gilrrei (9)
- eulovi (8)
- ppraegla (8)
- davidrudlstorfer (5)
- dharinib98 (5)
- vovannikov (4)
- knarfnitram (4)
- georghammerl (3)
- lkoeglmeier (3)
- pbeckm (2)
- dragos-ana (2)
Pull Request Authors
- sebproell (300)
- amgebauer (123)
- davidrudlstorfer (33)
- c-p-schmidt (31)
- ppraegla (30)
- mayrmt (25)
- vovannikov (20)
- bwirthl (20)
- knarfnitram (17)
- lauraengelhardt (16)
- maxfirmbach (15)
- dragos-ana (10)
- bgoderbauer (9)
- gilrrei (9)
- ischeider (9)