udfSetMfData()
Set the value of a multiplier function.
Syntax
udfSetMfData( udfHd, mfName, mfData ) ;
Type
AcuSolve User-Defined Function Global
Parameters
- udfHd
- The opaque handle (pointer) which was passed to the user function.
- mfName (string)
- Name of the multiplier function.
- mfData (real)
- Value of the multiplier function.
Return Value
None.
Description
This routine sets the value of the specified multiplier function. It may only be used for
multiplier functions that were created with
modifiable type. For
example,
udfSetMfData( udfHd, "my mult func", 2. ) ;
Errors
- This routine expects a valid udfHd.
- mfName must be a valid name.
- Type of the multiplier function being set must be modifiable.