Ishaan Desai
Ishaan Desai
Right now we ask the user to formulate the micro problem in a class structure, with a class name `MicroSimulation` which then has functions titled `initialize`, `solve`, etc. Is such...
In the [release guide](https://github.com/precice/python-bindings/blob/develop/docs/ReleaseGuide.md) there are instructions to update the docker image after a release is done. Additionally there are instructions to check if the latest version of the bindings...
In the current implementation, we offer two variants of how the adaptivity is computed: 1. Compute the adaptivity at the start of every time window 2. Compute the adaptivity in...
In global adaptivity, it is very often the case that there exists only a particular region of interest on the macro scale, which leads to only micro simulations in that...
The parallelization fails with the error: ```bash File "/home/ac137996/.local/lib/python3.11/site-packages/micro_manager/adaptivity/global_adaptivity.py", line 385, in _p2p_comm recv_reqs = self._p2p_comm(assoc_active_ids, micro_output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ac137996/.local/lib/python3.11/site-packages/micro_manager/adaptivity/global_adaptivity.py", line 385, in _p2p_comm req = self._comm.isend(data[local_id], dest=send_rank, tag=tag) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
In a contribution to the Elmer adapter, the Elmer case setup for fluid and solid participants for the flow-over-heated-plate tutorial were updated: https://github.com/precice/elmer-adapter/pull/4 Until now the entire tutorial lived in...