|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Fortran interface for FiUserElmPlugin methods. More...
Data Types | |
| interface | fiuserelminterface::Fi_UDE_Init |
| Loads the user-defined element plugin library into memory. More... | |
| interface | fiuserelminterface::Fi_UDE0 |
| Returns the length of the work arrays needed by an element. More... | |
| interface | fiuserelminterface::Fi_UDE1 |
| Initializes the state-independent part of the ework areas. More... | |
| interface | fiuserelminterface::Fi_UDE2 |
| Updates the state of a given user-defined element. More... | |
| interface | fiuserelminterface::Fi_UDE3 |
| Calculates the local origin of a user-defined element. More... | |
| interface | fiuserelminterface::Fi_UDE4 |
| Returns the name of a result quantity of a user-defined element. More... | |
| interface | fiuserelminterface::Fi_UDE5 |
| Returns a result quantity value of a user-defined element. More... | |
| interface | fiuserelminterface::Fi_UDE6 |
| Returns total mass of a user-defined element. More... | |
Modules | |
| module | fiuserelminterface |
| Fortran interface for FiUserElmPlugin methods. | |
Fortran interface for FiUserElmPlugin methods.
This file contains a module with Fortran interface definitions for the methods of the FiUserElmPlugin class. See the file FiUserElmPlugin_F.C for the implementation of the wrapper functions of this interface.