Generif interface for the ::dqrm_pgeti, ::dqrm_pgetr and. More...
Public Member Functions | |
subroutine | dqrm_pgeti (qrm_spmat, string, ival) |
Gets the values of an integer control parameter. This is the dual of the ::dqrm_pseti routine; the parameters and accepted values are the same. More... | |
subroutine | dqrm_pgetii (qrm_spmat, string, ival) |
Gets the values of an integer control parameter. This is the dual of the ::dqrm_pseti routine; the parameters and accepted values are the same. More... | |
subroutine | dqrm_pgetr (qrm_spmat, string, rval) |
Gets the values of a real control parameter. This is the dual of the ::dqrm_psetr routine; the parameters and accepted values are the same. More... | |
Generif interface for the ::dqrm_pgeti, ::dqrm_pgetr and.
Definition at line 93 of file dqrm_spmat_mod.F90.
subroutine dqrm_spmat_mod::qrm_get::dqrm_pgeti | ( | type(dqrm_spmat_type) | qrm_spmat, |
character(len=*) | string, | ||
integer | ival | ||
) |
Gets the values of an integer control parameter. This is the dual of the ::dqrm_pseti routine; the parameters and accepted values are the same.
Definition at line 1007 of file dqrm_spmat_mod.F90.
Referenced by dqrm_c_interface::dqrm_pgeti_c().
subroutine dqrm_spmat_mod::qrm_get::dqrm_pgetii | ( | type(dqrm_spmat_type) | qrm_spmat, |
character(len=* ) | string, | ||
integer(kind=8) | ival | ||
) |
Gets the values of an integer control parameter. This is the dual of the ::dqrm_pseti routine; the parameters and accepted values are the same.
Definition at line 1046 of file dqrm_spmat_mod.F90.
Referenced by dqrm_spmat_mod::dqrm_pgeti(), and dqrm_c_interface::dqrm_pgetii_c().
subroutine dqrm_spmat_mod::qrm_get::dqrm_pgetr | ( | type(dqrm_spmat_type) | qrm_spmat, |
character(len=*) | string, | ||
real(kind(1.d0)) | rval | ||
) |
Gets the values of a real control parameter. This is the dual of the ::dqrm_psetr routine; the parameters and accepted values are the same.
Definition at line 1119 of file dqrm_spmat_mod.F90.