FEDEM Solver
R8.0
Source code of the dynamics solver
|
Evaluates the specified user-defined function. More...
Public Member Functions | |
real(dp) function | ffauf_getvalue (baseId, funcId, params, args, err) |
Evaluates the specified user-defined function.
[in] | baseId | Base Id of the function to evaluate |
[in] | funcId | Index of function to evaluate |
[in] | params | Function parameters (constant) |
[in] | args | Function argument values |
[out] | err | Error flag |
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 | ||
) |