| OutputManager | [tstep_all] | 
| [tstep_step #(in)] | |
| [tsteps_out #(rl)] | |
| [dofman_all] | |
| [dofman_output #(rl)] | |
| [dofman_except #(rl)] | |
| [element_all] | |
| [element_output #(rl)] | |
| [element_except #(rl)] | 
Output manager allows also to filter output to only specific dof
managers and elements. If these specific members are selected, the
output happens only in selected solution steps.
The dofman_all and element_all parameters select
all dof managers or elements respectively. Parameter arrays
dofman_output and element_output allow to select
only specific members. Numbers of selected members are then contained
in dofman_output or element_output lists
respectively. The previously selected members can be explicitly
de-selected by specifying their component numbers in dofman_except or
element_except lists. A few examples:
dofman_output {1 3}   prints nodes 1,3
dofman_output {(1 3)}   prints nodes 1,2,3
element_output {1 3}   prints elements 1,3
element_output {(1 3)}   prints elements 1,2,3
element_output {(1 3) 5 6}   prints elements 1,2,3,5,6