Elmer FEM solver
Elmer is an open source finite element software for multiphysical problems
 All Classes Files Functions Variables Typedefs Macros Groups Pages
ViscousCompressibility.src File Reference

Functions/Subroutines

subroutine compressibilitysolver (Model, Solver, dt, TransientSimulation)
 
subroutine localmatrix (MASS, STIFF, FORCE, NodalVelo, Element, n, nd, ntot, dim)
 

Function/Subroutine Documentation

subroutine compressibilitysolver::localmatrix ( real(kind=dp), dimension(:,:), target  MASS,
real(kind=dp), dimension(:,:), target  STIFF,
real(kind=dp), dimension(:), target  FORCE,
real(kind=dp), dimension(:,:)  NodalVelo,
type(element_t), pointer  Element,
integer  n,
integer  nd,
integer  ntot,
integer  dim 
)

References elementdescription::elementinfo(), integration::gausspoints(), and defutils::getelementnodes().

Here is the call graph for this function: