|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Fortran interface for FFaUserFuncPlugin methods. More...
Data Types | |
| interface | ffauserfuncinterface::ffauf_init |
| Loads the user-defined plugin(s) into core memory. More... | |
| interface | ffauserfuncinterface::ffauf_getnopar |
| Returns the number of parameters for the function funcId. More... | |
| interface | ffauserfuncinterface::ffauf_getflag |
| Returns the function flag for the function funcId. More... | |
| interface | ffauserfuncinterface::ffauf_getvalue |
| Evaluates the specified user-defined function. More... | |
| interface | ffauserfuncinterface::ffauf_getdiff |
| Evaluates the derivative of specified user-defined function. More... | |
| interface | ffauserfuncinterface::ffauf_wave |
| Evaluates the specified user-defined wave function. More... | |
Modules | |
| module | ffauserfuncinterface |
| Fortran interface for FFaUserFuncPlugin methods. | |
Fortran interface for FFaUserFuncPlugin methods.
This file contains a module with Fortran interface definitions for the methods of the FFaUserFuncPlugin class. See the file FFaUserFuncPlugin_F.C for the implementation of the wrapper functions of this interface.