FEDEM Solver
R8.0
Source code of the dynamics solver
|
This file contains the C++ wrappers of the FEDEM part reducer API. More...
Macros | |
#define | DLLexport(ret) extern "C" ret |
Macro for C++ binding to function in shared library on Linux. More... | |
This file contains the C++ wrappers of the FEDEM part reducer API.
Each Fortran subroutine of the FE part reducer shared library that is supposed to be accessible for outside applications need to have their C++ wrapper implemented in this file. The subroutines to be wrapped need to be declared using the SUBROUTINE macro, defined in the FFaFortran.H file. They can then be invoked using the F90_NAME macro defined in the same file.
#define DLLexport | ( | ret | ) | extern "C" ret |
Macro for C++ binding to function in shared library on Linux.