Skip to content

Commit 33d3cbc

Browse files
committed
Add Restart container to GiD interface
1 parent 0d337ac commit 33d3cbc

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

kratos.gid/apps/MPM/xml/Results.spd

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,16 @@
4949

5050
</container>
5151
</container>
52+
<container n="RestartOutput" pn="Restart-Output" un="RestartOutput" state="normal" open="1" open_window="0" icon="results">
53+
<value n="EnableRestartOutput" pn="Enable output" v="Yes" values="Yes,No" un="EnableRestartOutput" help="Writing output for Restart or not" />
54+
<container n="RestartOptions" pn="Options" un="RestartOptions" help="Restart postprocess options" open_window="1" icon="options" state="[checkStateByUniqueName EnableRestartOutput Yes]">
55+
<value n="OutputControlType" pn="Units used for output frequency" v="step" values="time,step" dict="time,Time (s),step,Steps" help="" update_proc="spdAux::RequestRefresh">
56+
<dependencies node="../value" actualize="1"/>
57+
</value>
58+
<value n="OutputDeltaTime" pn="Time between outputs (s)" v="1.0" help="Output will be printed in intervals of this time" state="[getStateFromXPathValue {string(../value[@n='OutputControlType']/@v)} time]"/>
59+
<value n="OutputDeltaStep" pn="Time steps between outputs" v="1" help="Output will be printed in intervals of this number of steps" state="[getStateFromXPathValue {string(../value[@n='OutputControlType']/@v)} step]"/>
60+
61+
</container>
62+
</container>
5263

5364
</container>

0 commit comments

Comments
 (0)