multiphysics
Here are 38 public repositories matching this topic...
-
Updated
Nov 7, 2021 - C++
-
Updated
Nov 7, 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
Nov 7, 2021 - C++
-
Updated
Nov 7, 2021 - C++
-
Updated
Oct 22, 2021 - C++
-
Updated
Nov 1, 2021 - MATLAB
-
Updated
Nov 1, 2021 - C
-
Updated
Jul 12, 2021 - Python
-
Updated
Oct 28, 2021 - Python
-
Updated
Oct 2, 2021 - C++
Looking at the FluidSolver.py, I noticed that a few things are a bit uncommon in the time loop:
It looks like the checkpointing assumes that the solver time step is equal to the coupling time window. More specifically, whenever preCICE does not ask the solv
-
Updated
Jan 30, 2020 - Python
-
Updated
Nov 7, 2021 - C++
-
Updated
Oct 28, 2021 - Python
-
Updated
Sep 29, 2021 - Python
-
Updated
Nov 1, 2021 - MATLAB
-
Updated
Oct 31, 2021 - Python
-
Updated
Nov 6, 2021 - Julia
-
Updated
Nov 8, 2021 - Julia
-
Updated
Oct 6, 2021 - GLSL
-
Updated
Aug 5, 2018 - C++
-
Updated
Nov 3, 2021 - TeX
-
Updated
Nov 3, 2021 - Jupyter Notebook
-
Updated
Oct 22, 2021 - C++
-
Updated
Dec 12, 2017 - Python
-
Updated
Oct 18, 2021 - Dockerfile
-
Updated
Nov 6, 2021 - C++
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."
Reason
@aprilnovak reported that she would like the option to force the printing of any
TIMED_SECTION. This makes complete sense in the case where you always want to report to the user that something is complete.Design
Add another option (or another macro) to add this option to
TIMED_PRINTImpact
None - new capability