Skip to content

Commit

Permalink
TPV13 last minute changes (#36)
Browse files Browse the repository at this point in the history
* Enable friction coefficient output

* Add support for podman

* Adapt output intervals
  • Loading branch information
sebwolf-de authored May 11, 2023
1 parent 78b45cc commit 4cd5879
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ if [ -z $1 ]
then
if grep "docker/containers" /proc/self/mountinfo -qa; then
cd /home/training
elif [[ $container == "podman" ]]; then
cd /home/training
else
# it is not in docker, thus singularity
mkdir -p $(pwd)/seissol-training
Expand Down
6 changes: 3 additions & 3 deletions tpv13/parameters.par
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ OutputPointType = 4
&Elementwise
printIntervalCriterion = 2 ! 1=iteration, 2=time
printtimeinterval_sec = 1.0 ! Time interval at which output will be written
OutputMask = 1 1 1 0 1 1 1 1 1 1 1 ! turn on and off fault outputs
OutputMask = 1 1 1 1 1 1 1 1 1 1 1 ! turn on and off fault outputs
refinement_strategy = 2
refinement = 1
/
Expand Down Expand Up @@ -72,13 +72,13 @@ Format = 6 ! Format (10=no output, 6=hdf5 ou
iOutputMask = 0 0 0 0 0 0 1 1 1
! |strain |eta
iPlasticityMask = 0 0 0 0 0 0 1
TimeInterval = 5. ! Index of printed info at time
TimeInterval = 4. ! Index of printed info at time
refinement = 1

! Free surface output
SurfaceOutput = 1
SurfaceOutputRefinement = 1
SurfaceOutputInterval = 5.0
SurfaceOutputInterval = 2.0

printIntervalCriterion = 2 ! Criterion for index of printed info: 1=timesteps,2=time,3=timesteps+time

Expand Down

0 comments on commit 4cd5879

Please sign in to comment.