12.2 Execution Report

An execution report is written to standard output (generally somewhere on screen) and furthermore to <name>.protocol.txt. This starts with general information which should be self-explanatory.

Following lines report about every iteration of every computed instant of time of every simulation step. This has the following data

$s$

$c$

$t_{target}$

$t_{actual}$

iter $i$

$r$

$e$

$s$


with

$s$

step counter starting with 0

$c$

instant of timne value within current step

$t_{target}$

target time for current step

$t_{actual}$

actual time for current step

$i$

iteration counter for current $t_{actual}$

 

the first $0$-iteration is performed with the displacement state of the last (hopefully converged) iteration of the preceding instant of time

 

this serves to control system state changes due to state changes of material models

$r$

equilibrium residual for current iteration

$e$

ratio of current residual energy to initial residual energy

 

residual energy is the vector product of residual vector with displacement increment – related to preceding iteration – current iteration

 

the initial residual energy is computed with iteration $i=1$

$s$

computed arc length – euclidean vector norm – of current nodal displacement increment vector

 

current nodal displacement increment vector is the difference relating to preceding instant of time and the actual iteration of actual instant of time



Regular report lines are interrupted by messages about results written to files.
Regular report lines may further be interrupted by messages about state changes regarding certain types of material models.

different for ConSimFem .....