FEDEM Solver  R8.0
Source code of the dynamics solver
Macros
reducerInterface.C File Reference

This file contains the C++ wrappers of the FEDEM part reducer API. More...

#include "FFaLib/FFaCmdLineArg/FFaCmdLineArg.H"
#include "FFaLib/FFaOS/FFaFortran.H"
Include dependency graph for reducerInterface.C:

Macros

#define DLLexport(ret)   extern "C" ret
 Macro for C++ binding to function in shared library on Linux. More...
 

Detailed Description

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.

Author
Knut Morten Okstad, SAP SE
Date
4 Apr 2018

Macro Definition Documentation

◆ DLLexport

#define DLLexport (   ret)    extern "C" ret

Macro for C++ binding to function in shared library on Linux.