FEDEM Solver  R8.0
Source code of the dynamics solver
Data Types
ffauserfuncinterface Module Reference

Fortran interface for FFaUserFuncPlugin methods. More...

Data Types

interface  ffauf_init
 Loads the user-defined plugin(s) into core memory. More...
 
interface  ffauf_getnopar
 Returns the number of parameters for the function funcId. More...
 
interface  ffauf_getflag
 Returns the function flag for the function funcId. More...
 
interface  ffauf_getvalue
 Evaluates the specified user-defined function. More...
 
interface  ffauf_getdiff
 Evaluates the derivative of specified user-defined function. More...
 
interface  ffauf_wave
 Evaluates the specified user-defined wave function. More...
 

Detailed Description

Fortran interface for FFaUserFuncPlugin methods.