Skip to content

Commit 75bddc1

Browse files
IshaanDesaiMakisH
andauthored
Updating Micro Manager config files as per Micro Manager v0.7.0 (#662)
* Updating Micro Manager config files to sync with the latest release v0.7.0 * Add changelog entry * Update changelog-entries/662.md Co-authored-by: Gerasimos Chourdakis <gerasimos.chourdakis@ipvs.uni-stuttgart.de> --------- Co-authored-by: Gerasimos Chourdakis <gerasimos.chourdakis@ipvs.uni-stuttgart.de>
1 parent 0d66881 commit 75bddc1

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

changelog-entries/662.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Updated the Micro Manager config files as per Micro Manager v0.7.0 [#662](https://github.com/precice/tutorials/pull/662)

two-scale-heat-conduction/micro-dumux/micro-manager-config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@
1111
"micro_dt": 0.01,
1212
"macro_domain_bounds": [0.0, 1.0, 0.0, 0.5],
1313
"decomposition": [2, 1],
14-
"adaptivity": "True",
14+
"adaptivity": true,
1515
"adaptivity_settings": {
1616
"type": "global",
1717
"data": ["k_00", "k_11", "porosity", "concentration"],
1818
"history_param": 0.1,
1919
"coarsening_constant": 0.2,
2020
"refining_constant": 0.05,
21-
"every_implicit_iteration": "False",
2221
"similarity_measure": "L2rel"
2322
}
2423
},

two-scale-heat-conduction/micro-nutils/micro-manager-config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@
1111
"micro_dt": 0.01,
1212
"macro_domain_bounds": [0.0, 1.0, 0.0, 0.5],
1313
"decomposition": [2, 1],
14-
"adaptivity": "True",
14+
"adaptivity": true,
1515
"adaptivity_settings": {
1616
"type": "global",
1717
"data": ["k_00", "k_11", "porosity", "concentration"],
1818
"history_param": 0.1,
1919
"coarsening_constant": 0.2,
2020
"refining_constant": 0.05,
21-
"every_implicit_iteration": "False",
2221
"similarity_measure": "L2rel"
2322
}
2423
},

0 commit comments

Comments
 (0)