FEDEM Solver  R8.0
Source code of the dynamics solver
Functions
FFaCmdLineArg_F.C File Reference

Fortran wrapper for the FFaCmdLineArg methods. More...

#include <cstring>
#include "FFaLib/FFaCmdLineArg/FFaCmdLineArg.H"
#include "FFaLib/FFaOS/FFaFortran.H"
Include dependency graph for FFaCmdLineArg_F.C:

Functions

 SUBROUTINE (ffa_cmdlinearg_init, FFA_CMDLINEARG_INIT)()
 Adds some common command-line options used by all Fortran modules. More...
 
 SUBROUTINE (ffa_cmdlinearg_list, FFA_CMDLINEARG_LIST) const
 Prints out all specified command-line options. More...
 
 SUBROUTINE (ffa_cmdlinearg_getint, FFA_CMDLINEARG_GETINT) const
 Returns the actual value of the specified integer command-line option. More...
 
 SUBROUTINE (ffa_cmdlinearg_getfloat, FFA_CMDLINEARG_GETFLOAT) const
 Returns the actual value of the specified float command-line option. More...
 
 SUBROUTINE (ffa_cmdlinearg_getdouble, FFA_CMDLINEARG_GETDOUBLE) const
 Returns the actual value of the specified double command-line option. More...
 
 SUBROUTINE (ffa_cmdlinearg_getints, FFA_CMDLINEARG_GETINTS) const
 Returns the actual values of the specified integer command-line option. More...
 
 SUBROUTINE (ffa_cmdlinearg_getdoubles, FFA_CMDLINEARG_GETDOUBLES) const
 Returns the actual values of the specified double command-line option. More...
 
 SUBROUTINE (ffa_cmdlinearg_getbool, FFA_CMDLINEARG_GETBOOL) const
 Returns the actual value of the specified bool command-line option. More...
 
 SUBROUTINE (ffa_cmdlinearg_getstring, FFA_CMDLINEARG_GETSTRING) const
 Returns the actual value of the specified string command-line option. More...
 
 INTEGER_FUNCTION (ffa_cmdlinearg_isset, FFA_CMDLINEARG_ISSET) const
 Checks if the option id is specified on the command-line. More...
 

Detailed Description

Fortran wrapper for the FFaCmdLineArg methods.

Function Documentation

◆ INTEGER_FUNCTION()

INTEGER_FUNCTION ( ffa_cmdlinearg_isset  ,
FFA_CMDLINEARG_ISSET   
) const

Checks if the option id is specified on the command-line.

◆ SUBROUTINE() [1/9]

SUBROUTINE ( ffa_cmdlinearg_getbool  ,
FFA_CMDLINEARG_GETBOOL   
) const

Returns the actual value of the specified bool command-line option.

◆ SUBROUTINE() [2/9]

SUBROUTINE ( ffa_cmdlinearg_getdouble  ,
FFA_CMDLINEARG_GETDOUBLE   
) const

Returns the actual value of the specified double command-line option.

◆ SUBROUTINE() [3/9]

SUBROUTINE ( ffa_cmdlinearg_getdoubles  ,
FFA_CMDLINEARG_GETDOUBLES   
) const

Returns the actual values of the specified double command-line option.

◆ SUBROUTINE() [4/9]

SUBROUTINE ( ffa_cmdlinearg_getfloat  ,
FFA_CMDLINEARG_GETFLOAT   
) const

Returns the actual value of the specified float command-line option.

◆ SUBROUTINE() [5/9]

SUBROUTINE ( ffa_cmdlinearg_getint  ,
FFA_CMDLINEARG_GETINT   
) const

Returns the actual value of the specified integer command-line option.

◆ SUBROUTINE() [6/9]

SUBROUTINE ( ffa_cmdlinearg_getints  ,
FFA_CMDLINEARG_GETINTS   
) const

Returns the actual values of the specified integer command-line option.

◆ SUBROUTINE() [7/9]

SUBROUTINE ( ffa_cmdlinearg_getstring  ,
FFA_CMDLINEARG_GETSTRING   
) const

Returns the actual value of the specified string command-line option.

◆ SUBROUTINE() [8/9]

SUBROUTINE ( ffa_cmdlinearg_init  ,
FFA_CMDLINEARG_INIT   
)

Adds some common command-line options used by all Fortran modules.

◆ SUBROUTINE() [9/9]

SUBROUTINE ( ffa_cmdlinearg_list  ,
FFA_CMDLINEARG_LIST   
) const

Prints out all specified command-line options.