| 
    FEDEM Solver
    R8.0
    
   Source code of the dynamics solver 
   | 
 
Evaluates the derivative of specified user-defined function. More...
Public Member Functions | |
| real(dp) function | ffauf_getdiff (baseId, funcId, ia, params, args, err) | 
Evaluates the derivative of specified user-defined function.
| [in] | baseId | Base Id of the function to evaluate | 
| [in] | funcId | Index of function to evaluate | 
| [in] | ia | Index of the argument to return derivative with respect to | 
| [in] | params | Function parameters (constant) | 
| [in] | args | Function argument values | 
| [out] | err | Error flag | 
| real(dp) function ffauserfuncinterface::ffauf_getdiff::ffauf_getdiff | ( | integer, intent(in) | baseId, | 
| integer, intent(in) | funcId, | ||
| integer, intent(in) | ia, | ||
| real(dp), dimension(*), intent(in) | params, | ||
| real(dp), dimension(*), intent(in) | args, | ||
| integer, intent(out) | err | ||
| ) |