Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog-entries/668.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Remove simulation time from precice-config.xml of two-scale heat conduction [#668](https://github.com/precice/tutorials/pull/668)
3 changes: 0 additions & 3 deletions two-scale-heat-conduction/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<data:scalar name="k_11" />
<data:scalar name="porosity" />
<data:scalar name="concentration" />
<data:scalar name="micro_sim_time" />
<data:scalar name="grain_size" />
<data:scalar name="active_state" />
<data:scalar name="active_steps" />
Expand All @@ -24,7 +23,6 @@
<use-data name="k_11" />
<use-data name="porosity" />
<use-data name="concentration" />
<use-data name="micro_sim_time" />
<use-data name="grain_size" />
<use-data name="active_state" />
<use-data name="active_steps" />
Expand All @@ -48,7 +46,6 @@
<write-data name="k_10" mesh="macro-mesh" />
<write-data name="k_11" mesh="macro-mesh" />
<write-data name="porosity" mesh="macro-mesh" />
<write-data name="micro_sim_time" mesh="macro-mesh" />
<write-data name="grain_size" mesh="macro-mesh" />
<write-data name="active_state" mesh="macro-mesh" />
<write-data name="active_steps" mesh="macro-mesh" />
Expand Down