FEDEM Solver  R8.0
Source code of the dynamics solver
Public Member Functions | List of all members
ffauserfuncinterface::ffauf_getvalue Interface Reference

Evaluates the specified user-defined function. More...

Public Member Functions

real(dp) function ffauf_getvalue (baseId, funcId, params, args, err)
 

Detailed Description

Evaluates the specified user-defined function.

Parameters
[in]baseIdBase Id of the function to evaluate
[in]funcIdIndex of function to evaluate
[in]paramsFunction parameters (constant)
[in]argsFunction argument values
[out]errError flag
Returns
The function value

Constructor & Destructor Documentation

◆ ffauf_getvalue()

real(dp) function ffauserfuncinterface::ffauf_getvalue::ffauf_getvalue ( integer, intent(in)  baseId,
integer, intent(in)  funcId,
real(dp), dimension(*), intent(in)  params,
real(dp), dimension(*), intent(in)  args,
integer, intent(out)  err 
)

The documentation for this interface was generated from the following file: