-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a surfing test with a restart capability
- Loading branch information
1 parent
dbc396f
commit 13e9f47
Showing
4 changed files
with
67 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<OpenGeoSysProjectDiff base_file="surfing.prj"> | ||
<!-- Replace the mesh file --> | ||
<replace sel="/*/meshes/mesh[1]/text()">surfing_ts_10_t_0.500000.vtu</replace> | ||
<!-- Modify the displacement0 parameter --> | ||
<replace sel="/*/parameters/parameter[name='displacement0']/type/text()">MeshNode</replace> | ||
<remove sel="/*/parameters/parameter[name='displacement0']/values"/> | ||
<add sel="/*/parameters/parameter[name='displacement0']"> | ||
<field_name>displacement</field_name> | ||
</add> | ||
<!-- Modify the phasefield_ic parameter --> | ||
<replace sel="/*/parameters/parameter[name='phasefield_ic']/field_name/text()">phasefield</replace> | ||
<!-- Modify the t_initial times:0 to 0.5 --> | ||
<replace sel="/*/time_loop/processes/process[1]/time_stepping/t_initial/text()">0.5</replace> | ||
<replace sel="/*/time_loop/processes/process[2]/time_stepping/t_initial/text()">0.5</replace> | ||
<!-- Modify the output prefix --> | ||
<replace sel="/*/time_loop/output/prefix/text()">surfing_restart</replace> | ||
</OpenGeoSysProjectDiff> |
34 changes: 34 additions & 0 deletions
34
Tests/Data/PhaseField/surfing/surfing_ts_10_t_0.500000.vtu
Large diffs are not rendered by default.
Oops, something went wrong.