Elmer FEM solver
Elmer is an open source finite element software for multiphysical problems
 All Classes Files Functions Variables Typedefs Macros Groups Pages
types::blockmatrix_t Type Reference
Collaboration diagram for types::blockmatrix_t:
[legend]

Public Attributes

integer novar = 0
 
integer maxsize
 
integer totsize
 
integer, dimension(:), pointer offset
 
type(solver_t), pointer solver
 
real(kind=dprnorm
 
real(kind=dpbnorm
 
real(kind=dpxnorm
 
type(submatrix_t), dimension(:,:),
allocatable 
submatrix
 
logical, dimension(:,:),
allocatable 
submatrixactive
 
type(subvector_t), dimension(:),
pointer 
subvector => NULL()
 
integer, dimension(:), pointer blockstruct
 
logical gotblockstruct
 

Member Data Documentation

integer, dimension(:), pointer types::blockmatrix_t::blockstruct
real(kind=dp) types::blockmatrix_t::bnorm
logical types::blockmatrix_t::gotblockstruct
integer types::blockmatrix_t::maxsize
integer types::blockmatrix_t::novar = 0
integer, dimension(:), pointer types::blockmatrix_t::offset
real(kind=dp) types::blockmatrix_t::rnorm
type(solver_t), pointer types::blockmatrix_t::solver
type(submatrix_t), dimension(:,:), allocatable types::blockmatrix_t::submatrix
logical, dimension(:,:), allocatable types::blockmatrix_t::submatrixactive
type(subvector_t), dimension(:), pointer types::blockmatrix_t::subvector => NULL()
integer types::blockmatrix_t::totsize
real(kind=dp) types::blockmatrix_t::xnorm

The documentation for this type was generated from the following file: