Ishaan Desai
Ishaan Desai
Information in https://github.com/precice/fluent-adapter/pull/26#issuecomment-1837606188
Current the function [fsi_write_and_advance](https://github.com/precice/fluent-adapter/blob/770faa3e9793255294f59d9acdf923b5d961490a/src/fsi.c#L113) has two core functionalities from the typical coupling time loop: (1) writing data to preCICE and (2) advancing preCICE. For clarity it is favourable to separate...
The boolean variables defined by the scheme file [init-fsi.scm](https://github.com/precice/fluent-adapter/blob/master/init-fsi.scm) which are modified in the source files have names like `udf/convergence`, `udf/iterate`. These names should be more consistent with the main...
**Describe your setup** Operating system (e.g. Linux distribution and version): _Ubuntu 22.04_ preCICE Version: develop https://github.com/precice/precice/commit/b7454159cc51fc418e8de9ac1ab0d6e68c0dc9d2 python-bindings develop https://github.com/precice/python-bindings/commit/81c5f0ce06a777782494e8233293ec7520c10235 FEniCS adapter with compatibility changes: https://github.com/precice/fenics-adapter/commit/cfec85d977bda690478b8b1b4fea9c9c384fa2c1 Tutorials repository with compatibility changes...
Title is self-explanatory. Checklist: - [x] I made sure that the CI passed before I ask for a review. - [x] I added a summary of the changes (compared to...
The [package publishing workflow](https://github.com/precice/micro-manager/blob/develop/.github/workflows/pythonpublish.yml) is run every time a release is made. If changes to the workflow or package setup are done, the way to test the workflow is by...
This issue is mainly to discuss how the configuration functionality to dictate solving a full-order model for snapshot creation would look like.
In the framework of the [SimTech project PN5-9(II)](https://www.simtech.uni-stuttgart.de/exc/research/pn/pn5/pn5-9ii/) the Micro Manager needs to be extended to be able to do an offline snapshot computation step for a given full-order model....
Currently when the Micro Manager is controlling and running micro simulations, if one simulation crashes or has an improper exit, the Micro Manager run just hangs. It is nearly impossible...
Support for pickling micro simulations as [shown in the dummy](https://github.com/precice/micro-manager/blob/0a82966676717a533aca9bffa4a110453158f29c/examples/cpp-dummy/micro_cpp_dummy.cpp#L72-L87) does not allow for passing the simulation id of the current instance of the simulation to the newly created instance...