|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Loads the user-defined plugin(s) into core memory. More...
Public Member Functions | |
| integer function | ffauf_init (plugin, funcId, sign) |
Loads the user-defined plugin(s) into core memory.
| [in] | plugin | List of user-defined plugin libraries |
| [in] | funcId | Index of function to return number of arguments for |
| [out] | sign | Signature string of the user-defined function plugin |
| integer function ffauserfuncinterface::ffauf_init::ffauf_init | ( | character(len=*), intent(in) | plugin, |
| integer, intent(in) | funcId, | ||
| character(len=*), intent(out) | sign | ||
| ) |