Elmer FEM solver
Elmer is an open source finite element software for multiphysical problems
 All Classes Files Functions Variables Typedefs Macros Groups Pages
types::basicmatrix_t Type Reference

Public Attributes

integer numberofrows
 
integer, dimension(:), allocatable rows
 
integer, dimension(:), allocatable cols
 
integer, dimension(:), allocatable diag
 
integer, dimension(:), allocatable grows
 
integer, dimension(:), allocatable rowowner
 
real(kind=dp), dimension(:),
allocatable 
values
 
real(kind=dp), dimension(:),
allocatable 
massvalues
 
real(kind=dp), dimension(:),
allocatable 
dampvalues
 
real(kind=dp), dimension(:),
allocatable 
iluvalues
 

Member Data Documentation

integer, dimension(:), allocatable types::basicmatrix_t::cols
real(kind=dp), dimension(:), allocatable types::basicmatrix_t::dampvalues
integer, dimension(:), allocatable types::basicmatrix_t::diag
integer, dimension(:), allocatable types::basicmatrix_t::grows
real(kind=dp), dimension(:), allocatable types::basicmatrix_t::iluvalues
real(kind=dp), dimension(:), allocatable types::basicmatrix_t::massvalues
integer types::basicmatrix_t::numberofrows
integer, dimension(:), allocatable types::basicmatrix_t::rowowner
integer, dimension(:), allocatable types::basicmatrix_t::rows
real(kind=dp), dimension(:), allocatable types::basicmatrix_t::values

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