FEDEM Solver
R8.0
Source code of the dynamics solver
|
Fortran interface for FFaCmdLineArg methods. More...
Modules | |
module | ffacmdlinearginterface |
Fortran interface for FFaCmdLineArg methods. | |
Functions/Subroutines | |
pure logical function | ffacmdlinearginterface::ffa_cmdlinearg_istrue (id) |
Returns .true. if the command-line option id is specified. More... | |
pure integer function | ffacmdlinearginterface::ffa_cmdlinearg_intvalue (id) |
Returns the value of an integer command-line option id. More... | |
pure real(sp) function | ffacmdlinearginterface::ffa_cmdlinearg_floatvalue (id) |
Returns the value of a single precision command-line option id. More... | |
pure real(dp) function | ffacmdlinearginterface::ffa_cmdlinearg_doublevalue (id) |
Returns the value of a double precision command-line option id. More... | |
Fortran interface for FFaCmdLineArg methods.
This file contains a module with interface definitions for some methods of the FFaCmdLineArg class. See the file FFaCmdLineArg_F.C for the implementation of the wrapper functions of this interface.