RegSrfTda()

Register a Surface (Srf) Template function.

Usage

RegSrfTda( func, args=None )

Parameters

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

Return Value

None

Error

The Srf template function must be already defined.

Description

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