From d10c4c288ec96b580a2c61fd1173cc5d92449f8d Mon Sep 17 00:00:00 2001 From: Ishaan Desai Date: Mon, 18 Aug 2025 14:08:07 +0200 Subject: [PATCH 1/3] Updating Micro Manager config files to sync with the latest release v0.7.0 --- .../micro-dumux/micro-manager-config.json | 3 +-- .../micro-nutils/micro-manager-config.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/two-scale-heat-conduction/micro-dumux/micro-manager-config.json b/two-scale-heat-conduction/micro-dumux/micro-manager-config.json index a29b281ca..7008e3e79 100644 --- a/two-scale-heat-conduction/micro-dumux/micro-manager-config.json +++ b/two-scale-heat-conduction/micro-dumux/micro-manager-config.json @@ -11,14 +11,13 @@ "micro_dt": 0.01, "macro_domain_bounds": [0.0, 1.0, 0.0, 0.5], "decomposition": [2, 1], - "adaptivity": "True", + "adaptivity": true, "adaptivity_settings": { "type": "global", "data": ["k_00", "k_11", "porosity", "concentration"], "history_param": 0.1, "coarsening_constant": 0.2, "refining_constant": 0.05, - "every_implicit_iteration": "False", "similarity_measure": "L2rel" } }, diff --git a/two-scale-heat-conduction/micro-nutils/micro-manager-config.json b/two-scale-heat-conduction/micro-nutils/micro-manager-config.json index 4d4b25db0..5569daab1 100644 --- a/two-scale-heat-conduction/micro-nutils/micro-manager-config.json +++ b/two-scale-heat-conduction/micro-nutils/micro-manager-config.json @@ -11,14 +11,13 @@ "micro_dt": 0.01, "macro_domain_bounds": [0.0, 1.0, 0.0, 0.5], "decomposition": [2, 1], - "adaptivity": "True", + "adaptivity": true, "adaptivity_settings": { "type": "global", "data": ["k_00", "k_11", "porosity", "concentration"], "history_param": 0.1, "coarsening_constant": 0.2, "refining_constant": 0.05, - "every_implicit_iteration": "False", "similarity_measure": "L2rel" } }, From b5867565ae6d47926fe7bd34420f4a1f432797c7 Mon Sep 17 00:00:00 2001 From: Ishaan Desai Date: Mon, 18 Aug 2025 14:13:13 +0200 Subject: [PATCH 2/3] Add changelog entry --- changelog-entries/662.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog-entries/662.md diff --git a/changelog-entries/662.md b/changelog-entries/662.md new file mode 100644 index 000000000..20ed12e79 --- /dev/null +++ b/changelog-entries/662.md @@ -0,0 +1 @@ +- Updating Micro Manager config files as per Micro Manager v0.7.0 From 89ff1aa71d7950a30ae88867f8e9cc614d618824 Mon Sep 17 00:00:00 2001 From: Ishaan Desai Date: Mon, 18 Aug 2025 15:38:25 +0200 Subject: [PATCH 3/3] Update changelog-entries/662.md Co-authored-by: Gerasimos Chourdakis --- changelog-entries/662.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog-entries/662.md b/changelog-entries/662.md index 20ed12e79..a4a4d2e4a 100644 --- a/changelog-entries/662.md +++ b/changelog-entries/662.md @@ -1 +1 @@ -- Updating Micro Manager config files as per Micro Manager v0.7.0 +- Updated the Micro Manager config files as per Micro Manager v0.7.0 [#662](https://github.com/precice/tutorials/pull/662)