RegSrfOut()

Register a Surface (Srf) output function.

Usage

RegSrfOut( func, args=None )

Parameters

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

Return Value

None

Error

The Srf output function must be already defined.

Description

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