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

Public Member Functions

subroutine allocaterealarray (f, n1, n2, From, FailureMessage)
 
subroutine allocateintegerarray (f, n1, n2, From, FailureMessage)
 
subroutine allocatecomplexarray (f, n1, n2, From, FailureMessage)
 
subroutine allocatelogicalarray (f, n1, n2, From, FailureMessage)
 

Member Function/Subroutine Documentation

subroutine generalutils::allocatearray::allocatecomplexarray ( complex(kind=dp), dimension(:,:), pointer  f,
integer  n1,
integer  n2,
character(len=*), optional  From,
character(len=*), optional  FailureMessage 
)
subroutine generalutils::allocatearray::allocateintegerarray ( integer, dimension(:,:), pointer  f,
integer  n1,
integer  n2,
character(len=*), optional  From,
character(len=*), optional  FailureMessage 
)
subroutine generalutils::allocatearray::allocatelogicalarray ( logical, dimension(:,:), pointer  f,
integer  n1,
integer  n2,
character(len=*), optional  From,
character(len=*), optional  FailureMessage 
)
subroutine generalutils::allocatearray::allocaterealarray ( real(kind=dp), dimension(:,:), pointer  f,
integer  n1,
integer  n2,
character(len=*), optional  From,
character(len=*), optional  FailureMessage 
)

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