micro-manager icon indicating copy to clipboard operation
micro-manager copied to clipboard

A manager tool to facilitate two-scale coupling in multi-physics simulations using preCICE.

Results 46 micro-manager issues
Sort by recently updated
recently updated
newest added

With the `develop` branch, I want to run the two-scale-heat-conduction tutorial case with less data sets involved in the adaptivity study. The original `json` file is [here](https://github.com/precice/tutorials/blob/develop/two-scale-heat-conduction/micro-dumux/micro-manager-config.json), I changed the...

bug

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

good first issue

After numerical experiments with the implementations in #60 and #103, which requires tuning of the method parameters that might be case-dependent, we are motivated to find a way to learn...

new-feature

Partly implementation of snapshot features discussed in #89. This does not yet include the configuration of the parameter space at runtime and a callback interface to invoke postprocessing as discussed...

Currently the similarity distances are computed as `max(similarity_distances)*coarsening_constant` or `max(similarity_distances)*coarsening_constant*refining_constant`. With #64, it requires less active micro-scale simulations per iteration, but sometimes much more iterations to converge when important micro-scale...

new-feature

Problem: When using macro-domain decomposition each MPI rank is given a bounding box, which is passed to preCICE to obtain coordinates of coupled points contained therein. If such a coupled...

bug
good first issue

Currently the similarity distances are computed as max(similarity_distances)*coarsening_constant or max(similarity_distances)*coarsening_constant*refining_constant. With this PR, the above used constants are computed based on the user input and current convergence status read from...

new-feature

Opening this as per the discussion in #68. Maybe a user wants to have a certain number of micro simulations on a MPI process, so that the local adaptivity can...

This issue is mainly to discuss how the configuration functionality to dictate solving a full-order model for snapshot creation would look like.

new-feature