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

Functions/Subroutines

subroutine structuredflowline (Model, Solver, dt, Transient)
 
subroutine computeveloatpoint (GlobalCoords, node, OutOfScope, VeloAtPoint, GradVeloAtPoint, ElementSize)
 
subroutine structuredflowline_init (Model, Solver, dt, Transient)
 

Function/Subroutine Documentation

subroutine structuredflowline::computeveloatpoint ( real(kind=dp), dimension(3)  GlobalCoords,
integer  node,
logical  OutOfScope,
real(kind=dp), dimension(3)  VeloAtPoint,
real(kind=dp), dimension(3,3), optional  GradVeloAtPoint,
real(kind=dp), optional  ElementSize 
)

Compute field values at the given points in the FE mesh.

References interpolation::buildquadranttree(), elementdescription::elementinfo(), elementdescription::elementsize(), interpolation::findleafelements(), interpolation::pointinelement(), and solver().

Referenced by structuredflowline().

Here is the call graph for this function:

Here is the caller graph for this function: