MUSST multiscale high level solver type
MS_MAT_SOLV
is needed by MUSST, but it is useless for the present module
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(MAT_SOLV), | public | :: | ts_mat | top-scale solver type matrices |
|||
type(MAT_SOLV), | public, | dimension(:), allocatable | :: | bs_mat | bottom-scale solver type matrices (table) |
||
integer(kind=I4), | public, | dimension(:), allocatable | :: | ass_loc_in_mat | table for assembly location (for parallel computation) |
type MS_MAT_SOLV
type(MAT_SOLV) :: ts_mat !! *top-scale solver type matrices*
type(MAT_SOLV), dimension(:), allocatable :: bs_mat !! *bottom-scale solver type matrices (table)*
integer(kind=I4), dimension(:), allocatable :: ass_loc_in_mat !! *table for assembly location (for parallel computation)*
endtype ms_mat_solv