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
RegSrfOut( func = cmdOutElementBoundaryCondition )