QR_MUMPS
|
Generif interface for the ::dqrm_pseti, ::dqrm_psetr and. More...
Public Member Functions | |
subroutine | dqrm_pseti (qrm_spmat, string, ival) |
This subroutine is meant to set the integer control parameters. More... | |
subroutine | dqrm_psetr (qrm_spmat, string, rval) |
This subroutine is meant to set the real control parameters. More... | |
Generif interface for the ::dqrm_pseti, ::dqrm_psetr and.
Definition at line 84 of file dqrm_spmat_mod.F90.
subroutine dqrm_spmat_mod::qrm_set::dqrm_pseti | ( | type(dqrm_spmat_type) | qrm_spmat, |
character(len=*) | string, | ||
integer | ival | ||
) |
This subroutine is meant to set the integer control parameters.
[in,out] | qrm_spmat | The qrm_spmat instance concerned by the setting |
[in] | string | a string describing the parameter to be set. Accepted values are:
|
[in] | ival | Any of the accepted values described above |
Definition at line 824 of file dqrm_spmat_mod.F90.
subroutine dqrm_spmat_mod::qrm_set::dqrm_psetr | ( | type(dqrm_spmat_type) | qrm_spmat, |
character(len=*) | string, | ||
real(kind(1.d0)) | rval | ||
) |
This subroutine is meant to set the real control parameters.
[in,out] | qrm_spmat | The qrm_spmat instance concerned by the setting |
[in] | string | a string describing the parameter to be set. Accepted values are:
|
[in] | rval | Any of the accepted values described above |
Definition at line 911 of file dqrm_spmat_mod.F90.