multiphysics
Here are 39 public repositories matching this topic...
-
Updated
Feb 2, 2022 - C++
-
Updated
Feb 2, 2022 - Fortran
utils::ptr_vector<T> serves a similar purpose like smart pointers from std. We should remove this implementation in favor of smart pointers from std.
I already took care of replacing utils::ptr_vector<T> with std::unique_ptr in precice/precice#1159, but there are many more places, where utils::ptr_vector<T> is used.
I am using SimPEG.Utils.download for gpgLabs. The download messages are distracting in notebooks, so I wanted to suppress them. The option is controlled by "verbose=false", but it does not stop writing "Downloading ... Saved to:.." message.
Can verbose=false swtich kill all the print output?
![image](https://user-images.githubusercontent.com/5066933/28143500-b531e30c-671a-11e7-85d2-4d62d23d26a
-
Updated
Feb 2, 2022 - C++
-
Updated
Feb 2, 2022 - C++
-
Updated
Jan 19, 2022 - C++
-
Updated
Jan 3, 2022 - MATLAB
-
Updated
Feb 1, 2022 - C
-
Updated
Jan 23, 2022 - Python
-
Updated
Jul 12, 2021 - Python
-
Updated
Jan 30, 2022 - 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
Oct 2, 2021 - C++
-
Updated
Jan 30, 2020 - Python
-
Updated
Jan 29, 2022 - Python
-
Updated
Jan 31, 2022 - Python
-
Updated
Jan 3, 2022 - MATLAB
-
Updated
Dec 22, 2021 - Julia
-
Updated
Feb 2, 2022 - Julia
-
Updated
Aug 5, 2018 - C++
-
Updated
Feb 1, 2022 - GLSL
-
Updated
Jan 31, 2022 - Python
-
Updated
Feb 1, 2022 - Jupyter Notebook
-
Updated
Jan 19, 2022 - TeX
-
Updated
Oct 22, 2021 - C++
-
Updated
Feb 1, 2022 - Fortran
-
Updated
Nov 6, 2021 - C++
-
Updated
Dec 12, 2017 - Python
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
There is no reason to call the "higher level" app the "master"... better terminology is the "parent" app. We should change everything in the MultiApp system that mentions "master" including the documentation.
Design
See above.
Impact
May modify some documentation - but shouldn't do much more than that.