MS_MAT_SOLV Derived Type

type, public :: MS_MAT_SOLV

MUSST multiscale high level solver type


Inherits

type~~ms_mat_solv~~InheritsGraph type~ms_mat_solv MS_MAT_SOLV type~mat_solv MAT_SOLV type~ms_mat_solv->type~mat_solv ts_mat, bs_mat MAT_MUMP MAT_MUMP type~mat_solv->MAT_MUMP matmump MAT_SULU MAT_SULU type~mat_solv->MAT_SULU matsulu type~mat_ma48 MAT_MA48 type~mat_solv->type~mat_ma48 matma48 type~mat_umfp MAT_UMFP type~mat_solv->type~mat_umfp matumfp c_ptr c_ptr type~mat_umfp->c_ptr c_symbolic, c_numeric

Components

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


Source Code

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