QR_MUMPS
Functions/Subroutines
qrm_c_comm_interface Module Reference

This module contains the definition of the qr_mumps C interface common to all precisions/types. More...

Functions/Subroutines

subroutine qrm_gseti_c (string, val)
 C equivalent of the _qrm_common_mod::_qrm_gseti routine (only for global, integer type) More...
 
subroutine qrm_ggeti_c (string, val)
 C equivalent of the _qrm_common_mod::_qrm_ggeti routine (only for global, integer type) More...
 
subroutine qrm_ggetii_c (string, val)
 C equivalent of the _qrm_common_mod::_qrm_ggetii routine (only for global, integer type) More...
 
subroutine qrm_err_check_c ()
 C equivalent of the _qrm_error_mod::_qrm_error_check routine. More...
 

Detailed Description

This module contains the definition of the qr_mumps C interface common to all precisions/types.

Function/Subroutine Documentation

subroutine qrm_c_comm_interface::qrm_err_check_c ( )

C equivalent of the _qrm_error_mod::_qrm_error_check routine.

Definition at line 97 of file qrm_c_comm_interface.F90.

References qrm_error_mod::qrm_err_check().

subroutine qrm_c_comm_interface::qrm_ggeti_c ( character(kind=c_char), dimension(40)  string,
integer(c_int)  val 
)

C equivalent of the _qrm_common_mod::_qrm_ggeti routine (only for global, integer type)

Definition at line 65 of file qrm_c_comm_interface.F90.

References qrm_common_mod::qrm_ggeti().

subroutine qrm_c_comm_interface::qrm_ggetii_c ( character(kind=c_char), dimension(40)  string,
integer(c_long_long)  val 
)

C equivalent of the _qrm_common_mod::_qrm_ggetii routine (only for global, integer type)

Definition at line 81 of file qrm_c_comm_interface.F90.

References qrm_common_mod::qrm_ggetii().

subroutine qrm_c_comm_interface::qrm_gseti_c ( character(kind=c_char), dimension(40)  string,
integer(c_int), value  val 
)

C equivalent of the _qrm_common_mod::_qrm_gseti routine (only for global, integer type)

Definition at line 49 of file qrm_c_comm_interface.F90.

References qrm_common_mod::qrm_gseti().