FEDEM Solver  R8.0
Source code of the dynamics solver
Data Types | Modules
FFaMathExprInterface.f90 File Reference

Fortran interface for FFaMathExprFactory methods. More...

Data Types

interface  ffamathexprinterface::ffame_create
 Creates a new expression function. More...
 
interface  ffamathexprinterface::ffame_getvalue
 Evaluates a single-argument expression function. More...
 
interface  ffamathexprinterface::ffame_getvalue2
 Evaluates a multi-argument expression function. More...
 
interface  ffamathexprinterface::ffame_getdiff
 Evaluates derivative of a single-argument expression function. More...
 
interface  ffamathexprinterface::ffame_getdiff2
 Evaluates a derivative of a multi-argument expression function. More...
 

Modules

module  ffamathexprinterface
 Fortran interface for FFaMathExprFactory methods.
 

Detailed Description

Fortran interface for FFaMathExprFactory methods.

This file contains a module with Fortran interface definitions for the methods of the FFaMathExprFactory class. See the file FFaMathExprFactory_F.C for the implementation of the wrapper functions of this interface.