Skip to content
#

multiphysics

Here are 38 public repositories matching this topic...

friedmud
friedmud commented Jan 25, 2022

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.

C: Framework T: task Good first issue
precice
uekerman
uekerman commented Mar 15, 2022

Describe your setup

Current preCICE develop version

Describe the problem

When we allowed multiple read mappings to the same mesh in #849, we forgot to update the following assignment (which still assumes that there is only one read mapping to a certain mesh).

https://github.com/precice/precice/blob/ebce55ab5c563295909b0179f6610b6e4d4fa529/src/precice/config/ParticipantConfigur

bug good first issue
simpeg
yangdikun
yangdikun commented Jul 12, 2017

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

MakisH
MakisH commented Oct 8, 2021

Looking at the FluidSolver.py, I noticed that a few things are a bit uncommon in the time loop:

https://github.com/precice/tutorials/blob/95eea58160af574f8f1ab4ace248d5be53d8e140/elastic-tube-1d/fluid-python/FluidSolver.py#L127-L156

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

bug good first issue

This project performs a 3D reconstruction of a cylindrical asphalt mixture sample from a set images on a Dicom file format. The components of asphalt mixture will be identified through 3-phase segmentation. Additionally, a 3D model of the asphalt mixture reconstruction was developed. The project was implemented on the Python programming language using the open-source libraries Numpy, Scipy, Pydicom, Scikit-learn, Matplotlib and Mayavi. A simulation of the asphalt mixtures aging process is implemented using numerical methods on the mechanical, themical and chemical fields.

  • 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.

Curate this topic

Add this topic to your repo

To associate your repository with the multiphysics topic, visit your repo's landing page and select "manage topics."

Learn more