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
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.