11.1 WriteNodes

The option writeNodes creates a file <name>.timeout.txt. Requested variables for the specified node are written in this file.
The degrees of freedom (dof) types are defined like in the input files: $u_x \rightarrow 1; u_y \rightarrow 2; u_z \rightarrow 3; \phi _x \rightarrow 4; \phi _y \rightarrow 5; \phi _z \rightarrow 6;$
Variables that can be output are for nodes:

These values can only be used in the following combinations:

p-u, p-t, u-t, b-u, b-t

This is combined in a data line

writeNodes,

$i_1$,

$dof_1$,

x-y$_i$,

 

$i_n$,

$dof_n$,

x-y$_n$


with

$i$

number of node

$dof$

type of dof

x-y

one of the combination indicators from above



The number $n$ of items in a writeNodes-line may be as large as required.
There may be as much writeNodes-lines as required.

The output written into <name>.timeout.txt is organized as follows