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

Functions/Subroutines

subroutine freesurfacesolver (Model, Solver, dt, TransientSimulation)
 
subroutine localmatrix (STIFF, MASS, FORCE, SourceFunc, OldFreeSurf, Velo, MeshVelo, Element, nCoord, Nodes, NodeIndexes, TransientSimulation, Flux, NormalFlux, SubstantialSurface, ALEFormulation)
 

Function/Subroutine Documentation

subroutine freesurfacesolver::localmatrix ( real(kind=dp), dimension(:,:)  STIFF,
real(kind=dp), dimension(:,:)  MASS,
real(kind=dp), dimension(:)  FORCE,
real(kind=dp), dimension(:)  SourceFunc,
real(kind=dp), dimension(:)  OldFreeSurf,
real(kind=dp), dimension(:,:)  Velo,
real(kind=dp), dimension(:,:)  MeshVelo,
type(element_t), pointer  Element,
integer  nCoord,
type(nodes_t)  Nodes,
integer, dimension(:)  NodeIndexes,
logical  TransientSimulation,
real(kind=dp), dimension(:,:)  Flux,
logical  NormalFlux,
logical  SubstantialSurface,
logical  ALEFormulation 
)