All the stuff needed by UMFPACK
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(c_ptr), | public | :: | c_symbolic | ||||
type(c_ptr), | public | :: | c_numeric | ||||
real(kind=R8), | public, | dimension(0:UMFPACK_CONTROL-1) | :: | c_control | |||
real(kind=R8), | public, | dimension(0:UMFPACK_INFO -1) | :: | c_info |
type MAT_UMFP
!! <span style="color:green">All the stuff needed by *UMFPACK*</span>
type(c_ptr) :: c_symbolic
type(c_ptr) :: c_numeric
real(kind=R8), dimension(0:UMFPACK_CONTROL-1) :: c_control
real(kind=R8), dimension(0:UMFPACK_INFO -1) :: c_info
endtype MAT_UMFP