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

Functions/Subroutines

subroutine movingelstatsolver (Model, Solver, dt, TransientSimulation)
 
subroutine laplacecompose (StiffMatrix, Element, n, Nodes)
 
real(kind=dp) function elementenergy (Element, n, Nodes, ElemPotential)
 
subroutine electricforceintegrate (Force, Moment, Area, Charge)
 

Function/Subroutine Documentation

subroutine movingelstatsolver::electricforceintegrate ( real(kind=dp), dimension(3)  Force,
real(kind=dp), dimension(3)  Moment,
real(kind=dp)  Area,
real(kind=dp)  Charge 
)

References elementdescription::elementinfo(), integration::gausspoints(), normal(), and elementdescription::normalvector().

Referenced by movingelstatsolver().

Here is the call graph for this function:

Here is the caller graph for this function:

real(kind=dp) function movingelstatsolver::elementenergy ( type(element_t), pointer  Element,
integer  n,
type(nodes_t)  Nodes,
real(kind=dp), dimension(:), pointer  ElemPotential 
)

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

Referenced by movingelstatsolver().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine movingelstatsolver::laplacecompose ( real(kind=dp), dimension(:,:)  StiffMatrix,
type(element_t), pointer  Element,
integer  n,
type(nodes_t)  Nodes 
)

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

Referenced by movingelstatsolver().

Here is the call graph for this function:

Here is the caller graph for this function: