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

Public Attributes

type(basicmatrix_t), dimension(:),
pointer 
ifmatrix =>NULL()
 
type(matrix_t), pointer insidematrix =>NULL()
 
type(basicmatrix_t), dimension(:),
pointer 
nbsifmatrix =>NULL()
 
type(vecindicest), dimension(:),
pointer 
vecindices =>NULL()
 
type(ifvect), dimension(:), pointer ifvecs =>NULL()
 
type(iflcolst), dimension(:),
pointer 
iforows =>NULL()
 
type(iflcolst), dimension(:),
pointer 
iflcols =>NULL()
 
type(gluetablet), pointer gluetable =>NULL()
 
type(rhst), dimension(:), pointer rhs =>NULL()
 
type(resbuffert), dimension(:),
pointer 
resbuf =>NULL()
 
real(kind=dp), pointer contig
 
real(kind=dp), dimension(:,:),
pointer 
work =>NULL()
 
real(kind=dp), dimension(:),
pointer 
tmpxvec =>NULL()
 
real(kind=dp), dimension(:),
pointer 
tmprvec =>NULL()
 

Member Data Documentation

real(kind=dp), pointer types::splittedmatrixt::contig
type (gluetablet), pointer types::splittedmatrixt::gluetable =>NULL()
type (iflcolst), dimension(:), pointer types::splittedmatrixt::iflcols =>NULL()
type (basicmatrix_t), dimension(:), pointer types::splittedmatrixt::ifmatrix =>NULL()
type (iflcolst), dimension(:), pointer types::splittedmatrixt::iforows =>NULL()
type (ifvect), dimension(:), pointer types::splittedmatrixt::ifvecs =>NULL()
type (matrix_t), pointer types::splittedmatrixt::insidematrix =>NULL()
type (basicmatrix_t), dimension(:), pointer types::splittedmatrixt::nbsifmatrix =>NULL()
type (resbuffert), dimension(:), pointer types::splittedmatrixt::resbuf =>NULL()
type (rhst), dimension(:), pointer types::splittedmatrixt::rhs =>NULL()
real(kind=dp), dimension(:), pointer types::splittedmatrixt::tmprvec =>NULL()
real(kind=dp), dimension(:), pointer types::splittedmatrixt::tmpxvec =>NULL()
type (vecindicest), dimension(:), pointer types::splittedmatrixt::vecindices =>NULL()
real(kind=dp), dimension(:,:), pointer types::splittedmatrixt::work =>NULL()

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