RegNodeOut()

Register a Node output function.

Usage

RegNodeOut( func, args=None )

Parameters

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

Return Value

None

Error

The Node output function must be already defined.

Description

This routine registers a Node output function in order to call it later. The Node output function name is given by func the and function's arguments are given by args. For example,
RegNodeOut( func = cmdOutNodalBoundaryConditionNode )