RegOut()

Register an output function.

Usage

RegOut( func, args=None )

Parameters

func (function)
Name of the output function to be registered.
args (tuple)
Tuple of output function arguments.

Return Value

None

Error

The output function must be already defined.

Description

This routine registers an output function in order to call it later. The output function name is given by func and the function's arguments are given by args. For example,
RegOut( func= cmdOutBodyForce, args = item )