MUSST multiscale high level solver type
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(MAT_SOLV), | public, | dimension(:), allocatable | :: | bs_mat |
bottom-scale solver type matrices (table) |
||
type(MAT_SOLV), | public | :: | ts_mat |
top-scale solver type matrices |
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)* endtype ms_mat_solv