This command is used to print output.
To print all objects of the domain:
print <$fileName>
To print node information:
print <$fileName> -node <-flag $flag> <$node1 $node2 ...>
To print element information:
print <$fileName> -ele <-flag $flag> <$ele1 $ele2 ...>
$fileName |
fileName for printed output (optional, Default: stderr -- screen dump)
|
$flag |
integer flag to be sent to the print() method, depending on the node and element type (optional) |
$node1 $node2 ... |
node tag for selected-node output (optional) Default: all |
$ele1 $ele2 ... |
element tag for selected-element output (optional) Default: all |