multiphysics
Here are 35 public repositories matching this topic...
-
Updated
Jul 12, 2021 - C++
-
Updated
Jul 10, 2021 - Fortran
Please describe the problem you are trying to solve.
The current implementation of the barycentric coordinates are overly complicated and explicitly require the normals of triangles or edges. There are simpler ways to implement this.
Describe the solution you propose.
- Simplify
math/barycenter.[ch]pp
- Remove
Edge::computeNormal()
as it is unnecessary.
**Describe alternativ
we should add .ipynb to the gitignore - notebooks are out-of-scope for this repo. In the past we have had some notebooks be committed which adds a large volume of code to the log that is later removed
-
Updated
Jul 9, 2021 - C++
-
Updated
Jun 19, 2021 - C++
-
Updated
Jul 4, 2021 - C++
-
Updated
May 30, 2021 - MATLAB
-
Updated
Jul 7, 2021 - C
-
Updated
Jul 12, 2021 - Python
-
Updated
Jan 8, 2021 - C++
Although this is a more complicated scenario and it would be complicated to provide specifications, it would be good to have geometry files somewhere.
For historical reasons, we don't have access to the source geometry files anymore. Reconstructing the geometry or adapting the tutorial to a known geometry would be useful, so that if anyone wants to change one of the solvers, they can do it.
-
Updated
Jan 30, 2020 - Python
-
Updated
May 23, 2021 - Python
-
Updated
Jul 9, 2021 - C++
-
Updated
Apr 15, 2020 - Python
-
Updated
Jun 21, 2021 - Python
-
Updated
May 30, 2021 - MATLAB
-
Updated
Jul 12, 2021 - Python
-
Updated
Jul 9, 2021 - GLSL
-
Updated
Aug 5, 2018 - C++
-
Updated
Jul 12, 2021 - Jupyter Notebook
-
Updated
Jul 9, 2021 - TeX
-
Updated
Jun 14, 2021 - C++
-
Updated
Jun 29, 2021 - Julia
-
Updated
Dec 12, 2017 - Python
-
Updated
Jun 29, 2021 - Jupyter Notebook
-
Updated
Apr 29, 2017 - Python
-
Updated
Jul 12, 2021 - JavaScript
Improve this page
Add a description, image, and links to the multiphysics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the multiphysics topic, visit your repo's landing page and select "manage topics."
Bug Description
For classes such as GenericConstantMaterial that use templating to create non-AD and AD versions, the corresponding documentation pages do not contain a list of input files that use the class even though '!syntax inputs ...' appears in the .md file.
Steps to Reproduce
See https://mooseframework.inl.gov/source/materials/GenericConstantMaterial.html as an example.
Im