|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Fortran interface for FFaCmdLineArg methods. More...
Functions/Subroutines | |
| pure logical function | ffa_cmdlinearg_istrue (id) |
| Returns .true. if the command-line option id is specified. More... | |
| pure integer function | ffa_cmdlinearg_intvalue (id) |
| Returns the value of an integer command-line option id. More... | |
| pure real(sp) function | ffa_cmdlinearg_floatvalue (id) |
| Returns the value of a single precision command-line option id. More... | |
| pure real(dp) function | ffa_cmdlinearg_doublevalue (id) |
| Returns the value of a double precision command-line option id. More... | |
Fortran interface for FFaCmdLineArg methods.
| pure real(dp) function ffacmdlinearginterface::ffa_cmdlinearg_doublevalue | ( | character*(*), intent(in) | id | ) |
Returns the value of a double precision command-line option id.
| pure real(sp) function ffacmdlinearginterface::ffa_cmdlinearg_floatvalue | ( | character*(*), intent(in) | id | ) |
Returns the value of a single precision command-line option id.
| pure integer function ffacmdlinearginterface::ffa_cmdlinearg_intvalue | ( | character*(*), intent(in) | id | ) |
Returns the value of an integer command-line option id.
| pure logical function ffacmdlinearginterface::ffa_cmdlinearg_istrue | ( | character*(*), intent(in) | id | ) |
Returns .true. if the command-line option id is specified.