Elmer FEM solver
Elmer is an open source finite element software for multiphysical problems
 All Classes Files Functions Variables Typedefs Macros Groups Pages
dxfile Module Reference

Public Member Functions

subroutine, public writedxfiles (Prefix, Model, SubtractDisp, nTime)
 
subroutine writevariable (VarName, Var, nNodes, SelfDOF, Offset, nTime, MasterUnit, Prefix)
 
subroutine writedisplacement (Var, Model, nTime, MasterUnit, Prefix)
 
subroutine writegrid (PRefix, Model, SubtractDisp)
 

Public Attributes

integer, parameter max_vertix = 4
 
integer, parameter max_part_elem = 21
 

Member Function/Subroutine Documentation

subroutine dxfile::writedisplacement ( type(variable_t), intent(in)  Var,
type(model_t), intent(in)  Model,
integer, intent(in)  nTime,
integer, intent(in)  MasterUnit,
character(*), intent(in)  Prefix 
)

Referenced by writedxfiles().

Here is the caller graph for this function:

subroutine, public dxfile::writedxfiles ( character(len=*), intent(in)  Prefix,
type(model_t)  Model,
logical, intent(in)  SubtractDisp,
integer, intent(in)  nTime 
)

References writedisplacement(), vtklegacyfile::writegrid(), and writevariable().

Referenced by dxoutputsolver().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine dxfile::writegrid ( character(*), intent(in)  PRefix,
type(model_t), intent(in)  Model,
logical, intent(in)  SubtractDisp 
)

References generalutils::formatdate(), getnelem(), and translateelem().

Here is the call graph for this function:

subroutine dxfile::writevariable ( character(*), intent(in)  VarName,
type(variable_t), intent(in)  Var,
integer, intent(in)  nNodes,
integer, intent(in)  SelfDOF,
integer, intent(in)  Offset,
integer, intent(in)  nTime,
integer, intent(in)  MasterUnit,
character(*), intent(in)  Prefix 
)

Referenced by writedxfiles().

Here is the caller graph for this function:

Member Data Documentation

integer, parameter dxfile::max_part_elem = 21
integer, parameter dxfile::max_vertix = 4

The documentation for this module was generated from the following file: