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

Functions/Subroutines

subroutine spalartallmaras (Model, Solver, dt, TransientSimulation)
 
subroutine localmatrix (MASS, STIFF, FORCE, LOAD, Element, n, Nodes)
 

Function/Subroutine Documentation

subroutine spalartallmaras::localmatrix ( real(kind=dp), dimension(:,:)  MASS,
real(kind=dp), dimension(:,:)  STIFF,
real(kind=dp), dimension(:)  FORCE,
real(kind=dp), dimension(:,:)  LOAD,
type(element_t)  Element,
integer  n,
type(nodes_t)  Nodes 
)