OOFEM  2.1
Classes | Typedefs | Enumerations | Functions | Variables
oofem Namespace Reference

Classes

class  ActiveBoundaryCondition
 Abstract base class for all active boundary conditions. More...
class  ActiveDof
 Class representing "slave" degree of freedom with an active boundary condition. More...
class  AList
 Class implementing generic list (or more precisely array). More...
class  ApplicationOrdering
 Base class for ordering of equation for parallelization. More...
class  BodyLoad
 Class implementing element body load, acting over whole element volume (e.g., the dead weight). More...
class  BoundaryCondition
 Class implementing Dirichlet boundary condition on DOF (primary boundary condition). More...
class  BoundaryLoad
 Abstract base class representing a boundary load (force, momentum, ...) that acts directly on a boundary of some finite element (on element side, face, ...). More...
class  BufferedDataReader
 Class representing the implementation of plain text data reader. More...
class  CylindricalALM
 Implementation of sparse nonlinear solver with indirect control. More...
class  MPIBuffer
class  CommunicationBuffer
 Class CommunicationBuffer provides abstraction for communication buffer. More...
class  StaticCommunicationBuffer
class  CommunicatorBuff
 The Communicator and corresponding buffers (represented by this class) are separated in order to allow share the same buffer by several communicators. More...
class  Communicator
 Class representing communicator. More...
class  ConstantFunction
 Class implementing time function that is constant in time; $ f(t) = C $. More...
class  ConstantEdgeLoad
 This class implements a boundary load (force, moment,...) that acts directly on a boundary of some finite element (on side, face, ..). More...
class  ConstantSurfaceLoad
 This class implements a boundary load (force, moment,...) that acts directly on a boundary of some finite element (on side, face, ..). More...
class  ConnectivityTable
 Class representing connectivity table. More...
class  ContextIOERR
 Context IO exception class. More...
class  CrossSection
 Base abstract class representing cross section in finite element mesh. More...
class  DataReader
 Class representing the abstraction for input data source. More...
class  DataStream
 The purpose of DataStream abstract class is to allow to store/restore context to different streams, including file, communication buffers, etc., using the same routine. More...
class  FileDataStream
 Implementation of FileDataStream representing DataStream interface to file i/o. More...
class  ComBuffDataStream
 Implementation of ComBuffDataStream representing DataStream interface to (MPI) communication buffer i/o. More...
class  ProcessCommDataStream
 Implementation of ComBuffDataStream representing DataStream interface to (MPI) process communicator. More...
class  DeadWeight
 This class implements a gravity-like load, or internal source (heat etc.) for transport problems. More...
class  Dictionary
 This class implements a linked list whose entries are Pairs (see below). More...
class  Dof
 Abstract class Dof represents Degree Of Freedom in finite element mesh. More...
class  DofDistributedPrimaryField
 Class representing field of primary variables, which are typically allocated on nodes. More...
class  DofManager
 Base class for dof managers. More...
class  DofManValueField
 Class representing field defined by nodal values associated to given domain. More...
class  Domain
 Class and object Domain. More...
class  DomainTransactionManager
 Class representing domain transaction manager. More...
class  DSSMatrix
 Interface to Direct Sparse Solver written by R.Vonracek. More...
class  DSSSolver
 Implements the solution of linear system of equation in the form Ax=b using direct factorization method. More...
class  DummySpatialLocalizer
 The dummy implementation of spatial localizer based on traversing the whole domain. More...
class  DummyMaterial
 Dummy material model, no functionality. More...
class  listItem
class  dynaList
 Container managing its elements as a doubly linked list. More...
class  dynaListIterator
 Bidirectional iterator for dynaList. More...
class  DynamicDataReader
 Class representing the implementation of a dynamic data reader for in-code use. More...
class  DynamicInputRecord
 Class representing the a dynamic Input Record. More...
class  CommunicationPacket
 Class CommunicationPacket represent a data-packet, that is used to implement dynamic communicator. More...
class  CommunicationPacketPool
class  DynamicCommunicationBuffer
class  Element
 Abstract base class for all finite elements. More...
class  ElementDofManager
 Class implementing internal element dof manager having some DOFs. More...
class  ElementSide
 Class implementing element side having some DOFs in finite element mesh. More...
class  EIPrimaryUnknownMapperInterface
 The element interface class related to Element Interpolation Mappers. More...
class  EIPrimaryUnknownMapper
 The class implementing the primary unknown mapper using element interpolation functions. More...
class  EmptyCS
 Empty cross section model, passes all requests to material driver. More...
class  EngngModelContext
 Class EngngModelContext represents a context, which is shared by all problem engng sub-models. More...
class  EngngModel
 Abstract base class representing the "problem" under consideration. More...
class  EntityRenumberingFunctor
class  SpecificEntityRenumberingFunctor
 Derived template class. More...
class  MapBasedEntityRenumberingFunctor
 Renumbering functor based on provided maps. More...
class  ErrorEstimator
 The base class for all error estimation or error indicator algorithms. More...
class  ExportModule
 Represents export output module - a base class for all output modules. More...
class  ExportModuleManager
 Class representing and implementing ExportModuleManager. More...
class  ExternalFieldGenerator
 This class implements a randomfieldgenerator which reads an externally generated field interpolates to determine at Gausspoints. More...
class  FEI1dHermite
 Class representing a 1d Hermitian cubic isoparametric interpolation. More...
class  FEI1dLin
 Class representing a 1d linear isoparametric interpolation. More...
class  FEI1dQuad
 Class representing a 1d linear isoparametric interpolation. More...
class  FEI2dLineHermite
 Class representing a 2d line with Hermitian interpolation. More...
class  FEI2dLineLin
 Class representing a 2d line with linear interpolation. More...
class  FEI2dLineQuad
 Class representing a 2d line quadratic interpolation. More...
class  FEI2dQuadBiQuad
 Class representing a 2d quadrilateral with bi-quadratic interpolation based on isoparametric coordinates. More...
class  FEI2dQuadConst
 Class representing a 2d quadrilateral with constant interpolation. More...
class  FEI2dQuadLin
 Class representing a 2d isoparametric linear interpolation based on natural coordinates for quadrilateral elements. More...
class  FEI2dQuadQuad
 Class representing a 2d quadrilateral with quadratic interpolation based on isoparametric coordinates. More...
class  FEI2dTrConst
 Class representing a 2d triangular linear interpolation based on area coordinates. More...
class  FEI2dTrLin
 Class representing a 2d triangular linear interpolation based on area coordinates. More...
class  FEI2dTrQuad
 Second order triangular interpolation in 2D (6 nodes). More...
class  FEI3dHexaLin
 Class representing implementation of linear hexahedra interpolation class. More...
class  FEI3dHexaQuad
 Class representing implementation of quadratic hexahedra interpolation class. More...
class  FEI3dLineLin
 Class representing a linear line interpolation in 3D. More...
class  FEI3dTetLin
 Class representing implementation of linear tetrahedra interpolation class. More...
class  FEI3dTetQuad
 Class representing implementation of quadratic tetrahedra interpolation class. More...
class  FEI3dTrQuad
 Second order triangular interpolation in 3D space (6 nodes). More...
class  FEI3dWedgeLin
 Class representing implementation of linear wedge interpolation class. More...
class  FEI3dWedgeQuad
 Class representing implementation of quadratic wedge interpolation class. More...
class  FEICellGeometry
 Class representing a general abstraction for cell geometry. More...
class  FEIVoidCellGeometry
 Void cell geometry wrapper. More...
class  FEIElementGeometryWrapper
 Wrapper around element definition to provide FEICellGeometry interface. More...
class  FEIVertexListGeometryWrapper
 Wrapper around cell with vertex coordinates stored in FloatArray**. More...
class  FEInterpolation
 Class representing a general abstraction for finite element interpolation class. More...
class  FEInterpolation1d
 Class representing a general abstraction for finite element interpolation class. More...
class  FEInterpolation2d
 Class representing a general abstraction for surface finite element interpolation class. More...
class  FEInterpolation3d
 Class representing a general abstraction for surface finite element interpolation class. More...
class  FEMComponent
 The top abstract class of all classes constituting the finite element mesh. More...
class  Field
 Abstract class representing field. More...
class  FieldManager
class  FloatArray
 Class representing vector of real numbers. More...
class  FloatMatrix
 Implementation of matrix containing floating point numbers. More...
class  GaussIntegrationRule
 Class representing Gaussian-quadrature integration rule. More...
class  GaussPoint
 Class representing integration point in finite element program. More...
class  GeneralBoundaryCondition
 Abstract base class for all boundary conditions of problem. More...
class  BasicGeometry
 Abstract representation of Geometry Patch inherits from this class. More...
class  Line
class  Triangle
class  Circle
class  Vertex
 Class representing vertex. More...
class  Polygon
 Class representing 2D polygon. More...
class  Graph
 Class representing the special graph constructed from two polygons that is used to perform boolean operation on polygons (polygon clipping in current implementation). More...
class  GT_Exception
class  GJacobi
 This class implements the Generalized Jacobi Eigenvalue Problem Solver. More...
class  GPExportModule
 Represents GP (Gauss point) export module. More...
class  HangingNode
 Class implementing hanging node connected to other nodes (masters) using interpolation. More...
class  HeavisideLTF
 This class implements a Heaviside step load time function. More...
class  HOMExportModule
 Represents HOM (Homogenization) export module. More...
class  Homogenize
 Class for elastic homogenization. More...
class  BSplineInterpolation
 Interpolation for B-splines. More...
class  NURBSInterpolation
 Interpolation class for NURBS. More...
class  TSplineInterpolation
 Interpolation for T-splines. More...
class  FEIIGAElementGeometryWrapper
 Geometry wrapper for IGA elements. More...
class  IGAIntegrationElement
 IntegrationElement represent nonzero knot span, derived from Integration Rule. More...
class  IGAElement
 Implements base IGAElement, supposed to be a parent class of all elements with B-spline or NURBS based interpolation. More...
class  IGATSplineElement
 IGATSplineElement setups integration rules differently from IGAElement. More...
class  CompCol
 Implementation of sparse matrix stored in compressed column storage. More...
class  DiagPreconditioner
 Implementation of diagonal preconditioner. More...
class  DynCompCol
 Implementation of sparse matrix stored in compressed column storage. More...
class  DynCompRow
 Implementation of sparse matrix stored in compressed column storage. More...
class  CompCol_ICPreconditioner
 Incomplete Cholesky IC(0) (no fill - up) preconditioner for symmetric, positive definite matrices. More...
class  CompRow_ILUPreconditioner
 Implemantation of ILU (Incomplete LU) Preconditioner for compressed row sparse matrices. More...
class  CompCol_ILUPreconditioner
 Implemantation of ILU (Incomplete LU) Preconditioner. More...
class  IMLSolver
 Implements the solution of linear system of equation in the form $ A\cdot x=b $ using iterative solvers from IML++ library. More...
class  Preconditioner
 Abstract class for IML++ compatible preconditioner. More...
class  SymCompCol
 Implementation of symmetric sparse matrix stored using compressed column/row storage. More...
class  VoidPreconditioner
 Class implementing void preconditioner. More...
class  InitialCondition
 Class implementing general initial condition. More...
class  InitModule
 Represents init module - a base class for all init modules. More...
class  InitModuleManager
 Class representing and implementing InitModuleManager. More...
class  InputRecord
 Class representing the general Input Record. More...
class  IntArray
 Class implementing an array of integers. More...
class  IntegrationPointStatus
 Abstract base class representing a integration status. More...
class  IntegrationRule
 Abstract base class representing integration rule. More...
class  Interface
 Class Interface. More...
class  InternalVariableField
 Abstract class representing a field of an internal variable. More...
class  InverseIteration
 This class implements the class NumericalMethod instance Generalized Jacobi Eigen Value Problem Solver. More...
class  LDLTFactorization
 Implements the solution of linear system of equation in the form Ax=b using direct factorization method. More...
class  LinearEdgeLoad
 This class implements a linear boundary load (force, moment,...) that acts on straight segment. More...
class  LineSearchNM
 This base class is an abstraction/implementation for numerical method solving line search optimization problem. More...
class  Load
 Load is base abstract class for all loads. More...
class  LoadBalancerMonitor
 Abstract base class representing general load balancer monitor. More...
class  WallClockLoadBalancerMonitor
 Implementation of simple wall-clock based monitor. More...
class  LoadBalancer
 Abstract base class representing general load balancer. More...
class  LoadBalancerElementInterface
class  LoadTimeFunction
 Abstract base class representing load time function. More...
class  LobattoIntegrationRule
 Class representing Lobatto-quadrature integration rule. More...
class  LocalGaussianRandomGenerator
 This class implements a local (no spatial correlation) random generator using Gaussian distribution. More...
class  Logger
class  MaskedPrimaryField
 Abstract class representing subset of DOFs (identified by DofId mask) of primary field. More...
class  MasterDof
 Class representing "master" degree of freedom. More...
class  Material
 Abstract base class for all material models. More...
class  MaterialInterface
 Abstract base class representing (moving) material interfaces. More...
class  MaterialModelMapperInterface
 The class representing the general material model adaptive mapping interface. More...
class  MaterialMappingAlgorithm
 The class representing the general material model mapping algorithm. More...
class  mem_fun
class  c_fun
class  MatlabExportModule
 (Under development) The Matlab export module enables oofem to export the results to a textfile containing the description of the mesh used along with the pertinent results. More...
class  Matrix
 Abstract root class for matrices. More...
class  MaterialStatus
 Abstract base class representing a material status information. More...
class  MesherInterface
 The base class representing the interface to mesh generation package. More...
class  MeshQualityErrorEstimator
 This error estimator measures the quality of the elements. More...
class  MetaStep
 Class representing meta step. More...
class  MixedGradientPressureBC
 General class for boundary condition that prolongates macroscopic fields to incompressible flow. More...
class  MixedGradientPressureDirichlet
 Prescribes $ v_i = d_{ij}(x_j-\bar{x}_j) = (d_{\mathrm{dev},ij}+ \frac13 d_{\mathrm{vol}} I_{ij})(x_j+\bar{x}_j)) $ where $ d_{\mathrm{vol}} $ is unknown, loaded by a pressure. More...
class  MixedGradientPressureNeumann
 Applies a mean deviatoric shear rate and pressure (Neumann boundary condition). More...
class  ModuleManager
 Class representing and implementing ModuleManager. More...
class  NodalAveragingRecoveryModel
 The nodal recovery model based on nodal averaging. More...
class  NodalAveragingRecoveryModelInterface
 The element interface required by NodalAvergagingRecoveryModel. More...
class  NodalRecoveryModel
 The base class for all recovery models, which perform nodal averaging or projection processes for internal variables typically stored in integration points. More...
class  Node
 Class implementing node in finite element mesh. More...
class  NodalLoad
 Class implementing a concentrated load (force, moment,...) that acts directly on a dof manager (node or element side, if it has associated DOFs). More...
class  NonlocalBarrier
 Abstract base class for all nonlocal barriers. More...
struct  localIntegrationRecord
 Structure containing reference to integration point and its corresponding nonlocal integration weight. More...
class  NonlocalMaterialStatusExtensionInterface
 Abstract base class for all nonlocal constitutive model statuses. More...
class  NonlocalMaterialExtensionInterface
 Abstract base class for all nonlocal materials. More...
class  NonlocalMaterialWTP
 Class implements Work Transfer Plugin that introduces extension to efficiently handle nonlocal dependency of nonlocal materials via remote elements. More...
class  NonlocalMaterialStiffnessInterface
 Class Nonlocal Material Stiffness Interface. More...
class  NRSolver
 This class implements Newton-Raphson Method, derived from abstract NumericalMethod class for solving non-linear problems. More...
class  NRSolver2
 This class implements the class NumericalMethod instance Newton-Raphson Method for solving non-linear problems. More...
class  NumericalMethod
 This base class is an abstraction for numerical algorithm. More...
class  OctantRec
 Class representing the octant of octree. More...
class  OctreeSpatialLocalizer
 The implementation of spatial localizer based on octree technique. More...
class  oofegGraphicContext
class  OOFEM_Terminate
 OOFEM terminate exception class. More...
class  OOFEMTXTDataReader
 Class representing the implementation of plain text date reader. More...
class  OOFEMTXTInputRecord
 Class representing the Input Record for OOFEM txt input file format. More...
class  OutputManager
 Represents output manager. More...
class  Pair
 This class implements key/value associations - the key and its associated value. More...
class  ParmetisLoadBalancer
 ParMetis load balancer. More...
class  Parser
 Class for evaluating mathematical expressions in strings. More...
class  PeakFunction
 This class implements a function that is 0 everywhere, except in a single point. More...
class  PetscContext
 This class provides an communication context to PETSc library. More...
class  PetscOrdering_Base
class  PetscNatural2GlobalOrdering
 Ordering from oofem natural ordering (includes all local and shared eqs) to global ordering. More...
class  PetscNatural2LocalOrdering
 Ordering from oofem natural ordering (includes all local and shared eqs) to local ordering, where only locally maintained eqs are considered. More...
class  PetscSolver
 Implements the solution of linear system of equation in the form $A\cdot x=b$ using solvers from PETSc library. More...
class  PetscSparseMtrx
 This class provides an sparse matrix interface to PETSc Matrices. More...
class  PiecewiseLinFunction
 This class implements a piecewise linear function. More...
class  PeriodicPiecewiseLinFunction
 This class implements an enhanced piecewise linear function with periodicity. More...
class  PointLoad
 Abstract base class representing a point load (force, momentum, ...) that acts directly on or inside of some finite element. More...
class  PrescribedGradient
 Prescribes $ v_i = d_{ij}(x_j-\bar{x}_j) $ or $ s = d_{1j}(x_j - \bar{x}_j) $ where $ v_i $ are primary unknowns for the subscale. More...
class  EIPrimaryFieldInterface
 Element interface class. More...
class  PrimaryField
 Abstract class representing field of primary variables (those, which are unknown and are typically associated to nodes). More...
class  PrimaryUnknownMapper
 The base class for all primary unknowns mappers. More...
class  ProblemCommunicator
 Class representing communicator for engng model. More...
class  ProcessCommunicatorBuff
 The ProcessCommunicator and corresponding buffers (represented by this class) are separated in order to allow share the same buffer by several communicators. More...
class  ProcessCommunicator
 Class representing process communicator for engineering model. More...
class  RandomFieldGenerator
class  RandomMaterialStatusExtensionInterface
 Abstract base class for all random constitutive model statuses. More...
class  RandomMaterialExtensionInterface
 Abstract base class for all random materials. More...
class  Range
 Class Range is an abstraction for interval of integer numbers. More...
class  Reinforcement
 This class implements an influence of reinforcement into flow problems, especially concrete (binhamfluid). More...
class  RemeshingCriteria
 The base class for all remeshing criteria. More...
class  RigidArmNode
 Class implementing node connected to other node (master) using rigid arm in finite element mesh. More...
class  RowColumn
 This class implements a segment of a unsymmetric matrix stored in segmented form (skyline). More...
class  rveEngngModel
 The rveEngngModel is an abstract class introducing functions for setting boundary conditions on an RVE and computing characteristic data. More...
class  RVEMaterial
class  SimpleCrossSection
 Class implementing "simple" cross section model in finite element problem. More...
class  SimpleSlaveDof
 Class representing "slave" degree of freedom. More...
class  Skyline
 Class implementing sparse matrix stored in skyline form. More...
class  SkylineUnsym
 This class implements a nonsymmetric matrix stored in a compacted (skyline) form. More...
class  SlaveDof
 Class representing "slave" degree of freedom. More...
class  SlaveNode
 Class implementing slave node connected to other nodes (masters) using predetermined weights. More...
class  SLEPcSolver
class  SloanGraph
 Graph representing the undirected graph used for Sloan algorithm for symmetric matrix profile reduction. More...
class  SloanNodalDegreeOrderingCrit
class  SloanGraphNode
 Class representing node in undirected graph, used by Sloan profile optimizer. More...
class  SloanLevelStructure
 Class representing level structure for Sloan profile optimizer. More...
class  SmoothedNodalInternalVariableField
 Class representing a field of an internal variable smoothed from integration points into nodes. More...
class  SparseGeneralEigenValueSystemNM
 This base class is an abstraction for all numerical methods solving sparse linear system of equations. More...
class  SparseLinearSystemNM
 This base class is an abstraction for all numerical methods solving sparse linear system of equations. More...
class  SparseMtrx
 Base class for all matrices stored in sparse format. More...
class  SparseNonLinearSystemNM
 This base class is an abstraction for all numerical methods solving sparse nonlinear system of equations. More...
class  SpatialLocalizerInterface
 The spatial localizer element interface associated to spatial localizer. More...
class  SpatialLocalizer
 The base class for all spatial localizers. More...
class  SpoolesSolver
 Implements the solution of linear system of equation in the form $ A\cdot x = b $ using solvers from SPOOLES library. More...
class  SpoolesSparseMtrx
 This class provides an sparse matrix interface to SPOOLES InpMtrx. More...
class  SPRNodalRecoveryModel
 The Superconvergent Patch Recovery (SPR) nodal recovery model is based on paper of Zienkiewicz and Zhu "The Superconvergent Patch recovery and Posteriori Error Estimates. Part 1: The Recovery Technique", Int. More...
class  SPRNodalRecoveryModelInterface
 The element interface required by ZZNodalRecoveryModel. More...
class  StaggeredProblem
 Implementation of general sequence (staggered) problem. More...
class  StrainVector
 Specialization of a floating point array for representing a strain state. More...
class  StressStrainBaseVector
 Base class for stress/strain vector representations. More...
class  StressVector
 Specialization of a floating point array for representing a stress state. More...
class  SubspaceIteration
 This class implements the class NumericalMethod instance Subspace Iteration Eigen Value Problem Solver. More...
class  SurfaceTensionBoundaryCondition
 Computes the load (and possibly tangent) for surface tension. More...
class  TPair
 This class implements key/value associations, A pair is used as an entry in a dictionary. More...
class  TDictionary
 This class implements a linked list whose entries are TPairs (see below). More...
class  TDictionaryIterator
class  Timer
 Class implementing single timer, providing wall clock and user time capabilities. More...
class  EngngModelTimer
 Timer class, assumed to be an attribute of engineering model, serving stop-watch facility for engineering model. More...
class  TimeStep
 Class representing solution step. More...
class  Tokenizer
 String bracket- and quotation-aware string tokenizer. More...
class  TopologyDescription
 Abstract class for topology description. More...
struct  Triangle_PSLG
 Plane straight line graph used as input for meshing with triangle. More...
class  TriangleMesherInterface
 Interface to Triangle (Delaunay mesher). More...
class  UnknownNumberingScheme
 Abstract base class allowing to control the way, how equations are assigned to individual DOFs. More...
class  EModelDefaultEquationNumbering
 The representation of EngngModel default unknown numbering. More...
class  EModelDefaultPrescribedEquationNumbering
 The representation of EngngModel default prescribed unknown numbering. More...
class  UserDefinedLoadTimeFunction
 Class representing user defined load time function. More...
class  VTKExportModule
 Represents VTK (Visualization Toolkit) export module. More...
class  VTKXMLExportModule
 Represents VTK (Visualization Toolkit) export module. More...
class  VTKXMLExportModuleElementInterface
 Elements with geometry defined as EGT_Composite are exported using individual pieces. More...
class  WeakPeriodicbc
 Imposes weak periodicity on the doftype of choice. More...
class  Delaunay
 O(n4) algorithm, only for testing purposes. More...
class  EnrichmentFunction
 Abstract class representing global shape function Base class declares abstract interface common to all enrichment functions. More...
class  DiscontinuousFunction
 Class representing Heaviside EnrichmentFunction. More...
class  BranchFunction
 Class representing Branch EnrichmentFunction. More...
class  RampFunction
 Class representing bimaterial interface. More...
class  EnrichmentItem
 Abstract class representing entity, which is included in the FE model using one (or more) global functions. More...
class  CrackTip
 Concrete representation of EnrichmentItem. More...
class  CrackInterior
 Concrete representation of EnrichmentItem. More...
class  Inclusion
 Concrete representation of EnrichmentItem. More...
class  Patch
 Abstract representation of a part of element after subdivision. More...
class  TrianglePatch
class  PatchIntegrationRule
 Represents an IntegrationRule for an interacted element the standard integration is replaced by an integration over a patchset. More...
class  XfemElementInterface
 Provides Xfem interface for an element. More...
class  XfemManager
 This class manages the xfem part as well as takes over some functions which would appear in the Domain and Node class. More...
class  ZZNodalRecoveryModel
 The nodal recovery model based on paper of Zienkiewicz and Zhu "A Simple Estimator and Adaptive Procedure for Practical Engineering Analysis". More...
class  ZZNodalRecoveryModelInterface
 The element interface required by ZZNodalRecoveryModel. More...
class  AbaqusUserMaterial
 This class allows for custom user materials from Abaqus (UMAT). More...
class  AbaqusUserMaterialStatus
class  AdaptiveLinearStatic
 This class implements an adaptive linear static engineering problem. More...
class  AdaptiveNonLinearStatic
 This class implements Adaptive Non-LinearStatic Engineering problem. More...
class  Axisymm3d
 This class implements an triangular three-node finite element for axisymmetric continuum. More...
class  B3Material
 This class implements the B3 model for concrete creep and shrinkage. More...
class  B3SolidMaterialStatus
 This class implements associated Material Status to B3SolidMaterial. More...
class  B3SolidMaterial
 This class implements the B3 model for concrete creep and shrinkage based on the solidification theory. More...
class  Beam2d
 This class implements a 2-dimensional beam element with cubic lateral displacement, quadratic rotations, and linear longitudinal displacements and geometry. More...
class  Beam3d
 This class implements a 2-dimensional beam element with cubic lateral displacement interpolation (rotations are quadratic) and longitudial displacements are linear. More...
class  CCTPlate
 This class implements an triangular three-node plate CCT finite element. More...
class  CCTPlate3d
 This class represent CCT plate element that can be arbitrary oriented in space, in contrast to base CCT element that is defined in xy plane. More...
class  CebFip78Material
 This class implements a CEB-FIP 78 rheologic Maxwell chain model in a finite element problem. More...
class  CohesiveInterfaceMaterialStatus
 This class implements associated Material Status to CohesiveInterfaceMaterial. More...
class  CohesiveInterfaceMaterial
 Class representing cohesive interface material model. More...
class  CohesiveSurface3d
 This class implements a cohesive surface element used by the cohesive particle model. More...
class  CombinedZZSIErrorEstimator
 The implementation of combined criteria: Zienkiewicz Zhu Error Estimator for elastic regime and scalar error indicator in non-linear regime. More...
class  CombinedZZSIRemeshingCriteria
 The class represent the corresponding remeshing criteria to CombinedZZSIErrorEstimator. More...
class  CompoDamageMatStatus
 Class for maintaining Gauss point values for CompoDamageMat model. More...
class  CompoDamageMat
 Material damage model for transversely orthotropic material. More...
class  Concrete2MaterialStatus
 This class implements associated Material Status to Concrete2Material. More...
class  Concrete2
 NonLinear elasto-plastic material model with hardening. More...
class  Concrete3
 This class implements a Concrete3 material in a finite element problem. More...
class  ConcreteDPMStatus
class  ConcreteDPM
 This class contains the combination of a local plasticity model for concrete with a local isotropic damage model. More...
class  ConcreteDPM2Status
 This class implements the material status associated to ConcreteDPM2. More...
class  ConcreteDPM2
 This class contains the combination of a local plasticity model for concrete with a local isotropic damage model. More...
class  ConstantPressureLoad
 This class implements a boundary load (force, moment,...) that acts directly on a boundary of some finite element (on side, face, ..). More...
class  DeformationTheoryMaterial
 This class implements an abstract base material, which behaves according to deformation theory. More...
class  DEIDynamic
 This class implements Linear (- may be changed) solution of dynamic problems using Direct Explicit Integration scheme - Central Difference Method. More...
class  DIIDynamic
 This class implements Direct Implicit Integration of Dynamic problem. More...
class  DirectErrorIndicatorRCInterface
 The corresponding element interface to DirectErrorIndicatorRC class. More...
class  DirectErrorIndicatorRC
 The class is an implementation of "direct" remeshing criteria, which maps the error indication, which is usually the value of observed internal variable to the corresponding required element size. More...
class  DofManExportModule
 Represents DofManager export module. More...
class  DoublePowerLawMaterial
 This class implements a rheologic double power law material model. More...
class  DruckerPragerCutMat
 This class implements an isotropic elasto-plasto-damage material with Drucker-Prager yield condition, tension cut-off, non-associated flow rule, linear isotropic hardening and isotropic damage. More...
class  DruckerPragerPlasticitySMStatus
 This class implements the material status associated to DruckerPragerPlasticitySM. More...
class  DruckerPragerPlasticitySM
 This class implements a (local) nonassociated plasticity model based on the Drucker-Prager yield criterion with hardening and softening. More...
class  DustMaterialStatus
 This class implements material status for dust material model. More...
class  DustMaterial
 This class implements nonassociated multisurface plasticity model. More...
class  EigenValueDynamic
 This class implements way for examining eigenvalues and eigenvectors in dynamic problems. More...
class  FETIBoundaryDofManager
 Represent the abstraction for DOF manager. More...
class  FETICommunicator
 Class representing communicator for FETI solver. More...
class  FETISolver
 This class implements the class NumericalMethod instance FETI linear algebraic equation parallel solver. More...
class  FiberedCrossSection
 This class implements a fibered cross section in a finite element problem. More...
class  FiberedCrossSectionInterface
 The element interface required by FiberedCrossSection. More...
class  FreemInterface
 This class represents the interface to freem mesh generation package. More...
class  GPInitModule
 Represents GP (Gauss point) initialization module. More...
class  GradDpElement
 Abstract class for gradient formulation of coupled damage-plasticity model(GradDp). More...
class  AgingIsoLEMaterial
class  PlastData
 Class for saving plasticity status data. More...
class  CreepData
 Class for storing creep status data. More...
class  NonisoData
 Class for storing non-isothermal or material-level status data. More...
class  HellmichMaterialStatus
class  HellmichMaterial
class  HTSelement
class  HuertaErrorEstimator
 The implementation of Zienkiewicz Zhu Error Estimator. More...
class  HuertaErrorEstimatorInterface
 The element interface corresponding to HuertaErrorEstimator. More...
class  HuertaRemeshingCriteria
 The class representing Huerta remeshing criteria. More...
class  HuertaRemeshingCriteriaInterface
 The corresponding element interface to HuertaRemeshingCriteria class. More...
class  HydrationModelStatus
 This class implements associated Status to HydrationModel. More...
class  HydrationModel
class  HydrationModelStatusInterface
class  HydrationModelInterface
class  HyperElasticMaterialStatus
 This class implements associated MaterialStatus for HyperElasticMaterial. More...
class  HyperElasticMaterial
class  IsotropicDamageMaterial1Status
 This class implements associated Material Status to IsotropicDamageMaterial1. More...
class  IsotropicDamageMaterial1
 This class implements a simple local isotropic damage model for concrete in tension. More...
class  IDGMaterial
 Gradient-enhancedl Isotropic Damage model for concrete in tension,. More...
class  IDGMaterialStatus
 Material status for gradient-enhanced isotropic damage model for concrete in tension. More...
class  IDNLMaterialStatus
 This class implements associated Material Status to IDNLMaterial (Nonlocal isotropic damage). More...
class  IDNLMaterial
 This class implements a Nonlocal Isotropic Damage Model for Concrete in Tension Model based on nonlocal averaging of equivalent strain. More...
class  BsplinePlaneStressElement
class  NURBSPlaneStressElement
class  TSplinePlaneStressElement
class  NURBSSpace3dElement
class  IncrementalLinearStatic
 This class implements Incremental LinearStatic Engineering problem. More...
class  InterfaceElem2dQuad
 This class implements a two dimensional interface element. More...
class  InterfaceElement3dTrLin
 This class implements 3d triangular surface interface element with linear interpolation. More...
class  InterfaceElem1d
 This class implements a one-dimensional interface element connecting two nodes (with the same position) In order to compute normal and tangential direction of the slip plane, a reference node or specific direction is needed. More...
class  IsotropicDamageMaterialStatus
 This class implements associated Material Status to IsotropicDamageMaterial. More...
class  IsotropicDamageMaterial
 Base class representing general isotropic damage model. More...
class  IsoInterfaceDamageMaterialStatus
 This class implements associated Material Status to IsoInterfaceDamageMaterial. More...
class  IsoInterfaceDamageMaterial
 Simple isotropic damage based model for 2d interface elements. More...
class  IsotropicLinearElasticMaterial
 Class implementing isotropic linear elastic material. More...
class  J2Mat
 This class implements a isotropic plastic linear material (J2 plasticity condition is used). More...
class  J2MPlasticMaterial
 This class implements a isotropic plastic linear material (J2 plasticity condition is used) in a finite element problem. More...
class  J2plasticMaterial
 This class implements a isotropic plastic linear material (J2 plasticity condition is used) in a finite element problem. More...
class  KelvinChainMaterialStatus
 This class implements associated Material Status to KelvinChainMaterial. More...
class  KelvinChainMaterial
 This class implements a solidifying Kelvin chain model describing a viscoelastic material. More...
class  KelvinChainSolidMaterialStatus
 This class implements associated Material Status to KelvinChainSolidMaterial, which corresponds to a solidifying Kelvin chain model (framework for creep with aging). More...
class  KelvinChainSolidMaterial
 This class implements a solidifying Kelvin chain model describing a viscoelastic material. More...
class  L4Axisymm
 This class implements an isoparametric four-node quadrilateral axisymmetric finite element. More...
class  Lattice2d
 This class implements a 2-dimensional lattice element. More...
class  LatticeMaterialStatus
 This class implements a base lattice material status. More...
class  LatticeStructuralElement
 This class implements the base of a special lattice element following the concepts orginally developed by John Bolander. More...
class  LayeredCrossSection
 This class implements a layered cross section in a finite element problem. More...
class  LayeredCrossSectionInterface
 The element interface required by LayeredCrossSection. More...
class  LIBeam2d
 A 2-dimensional Linear Isoparametric Mindlin theory beam element, with reduced integration. More...
class  LIBeam2dNL
 This class implements a 2-dimensional Linear Isoparametric Mindlin theory beam element, with reduced integration. More...
class  LIBeam3d
 This class implements a 3-dimensional mindlin theory Linear Isoparametric beam element, with reduced integration. More...
class  LIBeam3d2
 This class implements a 3-dimensional Linear Isoparametric Mindlin theory beam element, with reduced integration. More...
class  LIBeam3dNL
 This class implements a 3-dimensional Linear Isoparametric Mindlin theory beam element, with reduced integration. More...
class  LIBeam3dNL2
 This class implements a 3-dimensional Linear Isoparametric Mindlin theory beam element, with reduced integration. More...
class  LinearElasticMaterial
 This class is a abstract base class for all linear elastic material models in a finite element problem. More...
class  LinearStability
 This class implements way for examining critical load of structure. More...
class  LinearStatic
 This class implements linear static engineering problem. More...
class  LsMasterMat
 Large strain master material. More...
class  LsMasterMatStatus
class  LsMasterMatGrad
 This class implements an isotropic elastoplastic material with Mises yield condition, associated flow rule and linear isotropic hardening. More...
class  LsMasterMatGradStatus
class  LSpace
 This class implements a Linear 3d 8-node finite element for stress analysis. More...
class  LSpaceBB
 Three dimensional brick with linear approximation, suitable for incompressible settings This is achieved by selective integration of deviatoric (full integration) and volumetric (one point) strain contributions. More...
class  LTRSpace
 This class implements a linear tetrahedral four-node finite element for stress analysis. More...
class  LumpedMassElement
 This class implements a simple lumped mass element. More...
class  LWedge
 This class implements a Linear 3d 6 - node elasticity finite element. More...
class  M4MaterialStatus
 Related material model status to BazantMBCMaterial class for storing history variables in particular integration point (microplane). More...
class  M4Material
 Implementation of microplane material model according to Bazant's boundary curve approach. More...
class  MacroLSpace
 This class implements a macroelement. More...
class  Masonry02
 This class implements an interface masonry model based on non associated multisurface plasticity. More...
class  CebFipSlip90MaterialStatus
 This class implements associated Material Status to IsoInterfaceDamageMaterial. More...
class  CebFipSlip90Material
 Base class representing general isotropic damage model. More...
class  MaxwellChainMaterialStatus
 This class implements associated Material Status to MaxwellChainMaterial. More...
class  MaxwellChainMaterial
 This class implements an aging Maxwell chain model describing a viscoelastic material. More...
class  MazarsMaterialStatus
 This class implements associated Material Status to MazarsMaterial. More...
class  MazarsMaterial
 This class implements a Mazars damage model form concrete. More...
class  MazarsNLMaterialStatus
 This class implements associated Material Status to MazarsNLModel. More...
class  MazarsNLMaterial
 This class implements a Nonlocal Mazars Damage Model for Concrete Model based on nonlocal averaging of equivalent strain. More...
class  MDMStatus
 Material status class MDMStatus associated to MDM matarial. More...
class  MDM
 Implementation of microplane damage material (According to M.Jirasek). More...
class  MicroMaterialStatus
class  MicroMaterial
 This class is a base class for microproblem. More...
class  Microplane
 Class representing microplane integration point in finite element program. More...
class  MicroplaneMaterial
 Abstract base class for all microplane models. More...
class  MicroplaneMaterial_Bazant
 Abstract base class for all microplane models according to Bazant's approach. More...
class  MisesMat
 This class implements an isotropic elastoplastic material with Mises yield condition, associated flow rule and linear isotropic hardening. More...
class  MisesMatStatus
class  MMAClosestIPTransfer
 The class implements the closest integration point transfer of state variables. More...
class  MMAContainingElementProjection
 The class implements the transfer of internal variables based on containing element The element containing the receiving Gauss point is localized and its closest Gauss point is used as a source Gauss point that determines the values of receiver. More...
class  MMALeastSquareProjection
 Defines, whether only the necessary number of closest points will be used to fit a polynomial. More...
class  MMAShapeFunctProjectionInterface
 Element interface related to the MMAShapeFunctProjection. More...
class  MMAShapeFunctProjection
 The class implements the transfer of state variables based on projection using shape functions. More...
class  MPlasticMaterialStatus
 This class implements associated Material Status to MPlasticMaterial. More...
class  MPlasticMaterial
 This class implements a general plastic material. More...
class  MPlasticMaterial2Status
 This class implements associated Material Status to MPlasticMaterial. More...
class  MPlasticMaterial2
 This class represents a base class for non-associated multisurface plasticity. More...
class  MPSMaterialStatus
 This class implements associated Material Status to MPSMaterial, which corresponds to a model for humidity- and temperature-dependent creep of concrete according to the microprestress-solidification theory. More...
class  MPSMaterial
 This class implements the extended B3 model for concrete creep and shrinkage based on the microprestress-solidification theory. More...
class  NlDEIDynamic
 This class implements NonLinear (- may be changed) solution of dynamic problems using Direct Explicit Integration scheme - Central Difference Method. More...
class  NonLinearDynamic
 This class implements nonlinear dynamic engineering problem. More...
class  NonLinearStatic
 This class implements nonlinear static engineering problem. More...
class  NLStructuralElement
 Abstract base class for "structural" finite elements with geometrical nonlinearities. More...
class  OrthotropicLinearElasticMaterial
 This class implements a orthotropic linear elastic material in a finite element problem. More...
class  Particle
 Class implementing spherical particles as special nodes having a certain radius. More...
class  PerfectlyPlasticMaterialStatus
 This class implements associated Material Status to PerfectlyPlasticMaterial. More...
class  PerfectlyPlasticMaterial
 This class implements a perfectly plastic material in a finite element problem. More...
class  PlaneStressStructuralElementEvaluator
 General purpose Plane stress structural element evaluator. More...
class  PlaneStress2d
 This class implements an isoparametric four-node quadrilateral plane- stress elasticity finite element. More...
class  PlaneStress2dXfem
 Temporary class for testing in the usual case instead of PlaneStress2dXfem there will be the standard PlaneStress2d. More...
class  PlasticMaterialStatus
 This class implements associated Material Status to PlasticMaterial. More...
class  PlasticMaterial
 This class implements a general plastic material. More...
class  POIExportModule
 Represents POI (Point Of Interest) export module. More...
class  PolylineNonlocalBarrier
 Implementation of polyline nonlocal barrier. More...
class  Q4Axisymm
 This class implements an Quadratic isoparametric eight-node quadrilateral - elasticity finite element for axisymmetric 3d continuum. More...
class  QPlaneStrain
 This class implements an Quadratic isoparametric eight-node quadrilateral plane- stress elasticity finite element. More...
class  QPlaneStrainGrad
class  QPlaneStressGrad
class  QPlaneStress2d
 This class implements an Quadratic isoparametric eight-node quadrilateral plane- stress elasticity finite element. More...
class  QSpace
 This class implements an Quadratic 3d 20 - node element. More...
class  QSpaceGrad
 Quadratic 3d 20 - node element with quadratic approximation of displacements and linear approximation of gradient. More...
class  QTrPlaneStrain
 This class implements an triangular three-node plane- stress elasticity finite element. More...
class  QTrPlaneStrainGrad
class  QTrPlaneStress2d
 This class implements a quadratic triangular 6-node plane- stress elasticity finite element. More...
class  QTrPlaneStressGrad
class  QTRSpace
 This class implements an Quadratic 3d 10 - node elasticity finite element. More...
class  QTRSpaceGrad
 Quadratic 3D element. More...
class  QTruss1d
 This class implements a three-node truss bar element for one-dimensional analysis. More...
class  QTruss1dGrad
 This class implements a three-node gradient truss bar element for one-dimensional analysis. More...
class  Quad1Mindlin
 This class implements an quadrilateral four-node Mindlin plate. More...
class  Quad1MindlinShell3D
 This class implements an quadrilateral four-node shell element, using Mindlin plate theory. More...
class  Quad1PlaneStrain
 Comment or uncomment the following line to force full or reduced integration. More...
class  QWedge
 This class implements an Quadratic 3d 15 - node elasticity finite element. More...
class  QWedgeGrad
 Quadratic 3D element. More...
class  RankineMat
 This class implements an isotropic elastoplastic material with Rankine yield condition, associated flow rule and linear isotropic softening, and with isotropic damage that leads to softening. More...
class  RankineMatStatus
class  RankinePlasticMaterial
 This class implements a isotropic plastic linear material (J2 plasticity condition is used) in a finite element problem. More...
class  RCM2MaterialStatus
 This class implements associated Material Status to SmearedCrackingMaterail. More...
class  RCM2Material
 This class implements a Rotating Crack Model for fracture in smeared fashion ( only material stiffness modification is required, no changes in mesh topology) coupled with plastic behaviour. More...
class  RCSDMaterialStatus
 This class implements associated Material Status to RCSDMaterial. More...
class  RCSDMaterial
 This class implements a Rotating Crack Model with transition to scalar damage for fracture in smeared fashion ( only material stiffness modification is required, no changes in mesh topology). More...
class  RCSDEMaterialStatus
 This class implements associated Material Status to RCSDEMaterial. More...
class  RCSDEMaterial
 This class implements a Rotating Crack Model with transition to scalar damage for fracture in smeared fashion ( only material stiffness modification is required, no changes in mesh topology). More...
class  RCSDNLMaterialStatus
 This class implements associated Material Status to RCSDNLMaterial. More...
class  RCSDNLMaterial
 This class implements a Nonlocal Rotating Crack Model with transition to scalar damage for fracture in smeared fashion Only material stiffness modification is required, no changes in mesh topology. More...
class  RefinedElement
class  RefinedMesh
class  RerShell
 This class implements an triangular three-node shell (CCT+linear plan stress) curved finite element. More...
class  RheoChainMaterialStatus
 This class implements associated Material Status to RheoChainMaterial. More...
class  RheoChainMaterial
 This class implements a rheologic chain model describing a viscoelastic material. More...
class  RotatingBoundary
 Class implementing rotating boundary surface. More...
class  ScalarErrorIndicator
 The class representing scalar error indicator. More...
class  Shell7Base
 This class represent a 7 parameter shell element. More...
class  SimpleInterfaceMaterialStatus
 This class implements associated Material Status to SimpleInterfaceMaterial. More...
class  SimpleInterfaceMaterial
 Base class representing general isotropic damage model. More...
class  Space3dStructuralElementEvaluator
 General purpose 3d structural element evaluator. More...
class  SpringElement
 This class implements a simple spring element. More...
class  Steel1
 This class implements a isotropic perfectly plastic linear material in a finite element problem. More...
class  StructuralEigenstrainLoad
 This class implements prescribed eigenstrain (stress-free strain). More...
class  StructuralEngngModel
 This class implements extension of EngngModel for structural models. More...
class  StructuralTemperatureLoad
 This class implements temperature (constant) load over the element component array contains one or two numbers; componentArray->at(1) contains increment of temperature in mid-surface componentArray->at(2) contains increment of gradient of temperature over the thickness of element (optional) More...
class  StructuralCrossSection
 Abstract base class for all structural cross section models. More...
class  StructuralElement
 Abstract base class for all "structural" finite elements. More...
class  StructuralElementEvaluator
 This class represent a new concept on how to define elements. More...
class  StructuralMaterial
 Abstract base class for all "structural" constitutive models. More...
class  StructuralMaterialStatus
 This class implements a structural material status information. More...
class  StructuralNonlocalMaterialStatusExtensionInterface
 Base class for all nonlocal structural material statuses. More...
class  StructuralNonlocalMaterialExtensionInterface
 Abstract base class for all nonlocal structural materials. More...
class  Subdivision
 This class represents the Rivara Subdivision algorithm for triangular meshes. More...
class  SymmetryBarrier
 Implementation of symmetry nonlocal barrier. More...
class  T3DInterface
 This class represents the interface to t3d mesh generation package. More...
class  Targe2Interface
 This class represents the interface to Targe2 mesh generation package. More...
class  TF1
 Class representing user defined temperature field. More...
class  Tr2Shell7
 This class represent a 7 parameter shell element. More...
class  TR_SHELL01
 This class implements an triangular three-node shell finite element, composed of cct3d and trplanrot3d elements. More...
class  TrabBone3DStatus
 This class implements associated Material Status to TrabBone3D (trabecular bone material). More...
class  TrabBone3D
class  TrabBoneGrad3DStatus
 Gradient bone damage-plastic material status. More...
class  TrabBoneGrad3D
 Gradient bone damage-plastic material model. More...
class  TrabBoneNLStatus
 Trabecular bone nonlocal material status. More...
class  TrabBoneNL
 Trabecular bone nonlocal material. More...
class  TrabBoneNL3DStatus
 Trabecular bone nonlocal material status. More...
class  TrabBoneNL3D
 Trabecular bone nonlocal material model. More...
class  TrabBoneNLEmbedStatus
 Trabecular bone nonlocal material status. More...
class  TrabBoneNLEmbed
 Trabecular bone nonlocal material. More...
class  TrPlaneStrain
 This class implements an triangular three-node plane- strain elasticity finite element. More...
class  TrPlaneStrRot
 Class implements an triangular three-node plane- stress elasticity finite element with independent rotation field. More...
class  TrPlaneStrRot3d
 This class represent triangular plane stress element with rotational degree of freedom around normal that can be arbitrary oriented in space, in contrast to base TrPlaneStrRot element that is defined in xy-plane. More...
class  TrPlaneStress2d
 This class implements an triangular three-node plane-stress elasticity finite element. More...
class  Truss1d
 This class implements a two-node truss bar element for one-dimensional analysis. More...
class  Truss2d
 This class implements a two-node truss bar element for two-dimensional analysis. More...
class  Truss3d
 This class implements a two-node truss bar element for three-dimensional analysis. More...
class  UserDefinedTemperatureField
 Class representing user defined temperature field. More...
class  ZZErrorEstimator
 The implementation of Zienkiewicz Zhu Error Estimator (Zienkiewicz and Zhu: A simple error estimator and adaptive procedure for practical engineering analysis, International Journal for Numerical Methods in Engineering, vol. More...
class  ZZErrorEstimatorInterface
 The element interface corresponding to ZZErrorEstimator. More...
class  ZZRemeshingCriteria
 The class representing Zienkiewicz-Zhu remeshing criteria. More...
class  ZZRemeshingCriteriaInterface
 The corresponding element interface to ZZRemeshingCriteria class. More...
class  AnisotropicMassTransferMaterialStatus
 Material status class for a linear anisotropic mass transfer material. More...
class  AnisotropicMassTransferMaterial
 Class for an anisotropic linear transport material. More...
class  BazantNajjarMoistureTransferMaterial
 This class implements a isotropic moisture tranport material. More...
class  Brick1_ht
 Brick (3d) elements with linear approximation for heat and mass transfer. More...
class  Brick1_hmt
 Class for heat and mass transfer. More...
class  Brick1_mt
 Class for mass transfer. More...
struct  FCOMPLEX
class  CemhydMat
class  CemhydMatStatus
class  DarcyFlow
 Class describing an extended Darcy flow. More...
class  HeMoTKMaterial
 This class implements a coupled heat and mass transfer material model. More...
class  HydratingConcreteMat
 This class implements various phenomenological and affinity hydration models. More...
class  HydratingConcreteMatStatus
 HydratingConcreteMatStatus stores degree of hydration in each integration point. More...
class  HydratingHeMoMaterial
 Heat and moisture transport material with hydration. More...
class  HydratingTransportMaterialStatus
 Isotropic material for heat with hydration. More...
class  HydratingIsoHeatMaterial
 This class implements a isotropic linear heat material in a finite element problem. More...
class  IsotropicHeatTransferMaterial
 This class implements a isotropic linear heat material. More...
class  IsotropicLinMoistureTransferMaterial
 This class implements a isotropic moisture tranport material. More...
class  IsotropicMoistureTransferMaterial
 This class implements a isotropic moisture transport material. More...
class  NlIsoMoistureMaterial
 This class implements various functions for concrete moisture permeability and moisture capacity. More...
class  NLTransientTransportProblem
 This class represents nonlinear transient transport problem. More...
class  NonlinearMassTransferMaterial
 Class for a nonlinear fictitious transport material. More...
class  NonStationaryTransportProblem
 This class represents linear nonstationary transport problem. More...
class  QBrick1_ht
 Brick (3d) elements with quadratic approximation for heat and mass transfer. More...
class  QBrick1_hmt
class  Quad1_ht
 Quadratic (2d) element with linear approximation for heat transfer. More...
class  Quad1_hmt
 Class for heat and mass transfer. More...
class  Quad1_mt
 Class for mass transfer. More...
class  QuadAxisym1_ht
 Quadratic axisymmetric element with linear approximation for heat transfer. More...
class  QuadAxisym1_hmt
 Same as QuadAxisym1_ht but for heat+mass transfer. More...
class  QuadAxisym1_mt
 Class for mass transfer. More...
class  RVEStokesFlowMaterialStatus
 Material status class for the RVEStokesFlow class. More...
class  RVEStokesFlow
 Material class using an external .in file as a description of the substructure of a transport problem (in this case seepage). More...
class  StationaryTransportProblem
 This class represents stationary transport problem. More...
class  Tetrah1_ht
 Tetrahedral (3d) element with linear approximation for heat and mass transfer. More...
class  Tetrah1_hmt
class  Tr1_ht
 Triangle (2d) element with linear approximation for heat transfer. More...
class  Tr1_hmt
 Class for heat and mass transfer. More...
class  Tr1Darcy
 Element class for the DarcyFlow engineering model. More...
class  TransportElement
 This abstract class represent a general base element class for transport problems. More...
class  TransportMaterialStatus
 This class implements a transport material status information. More...
class  TransportMaterial
 Abstract base class for all constitutive models for transport problems. More...
class  TrAxisym1_ht
 Triangular axisymmetric element with linear approximation for moisture/heat transfer. More...
class  BinghamFluidMaterial2Status
 Class representing material status for Bingham material. More...
class  BinghamFluidMaterial2
 Constitutive model of Bingham fluid for concentrated suspensions and pastes. More...
class  CBS
 This class represents CBS algorithm for solving incompressible Navier-Stokes equations. More...
class  CBSElement
 This abstract class represent a general base element class for fluid dynamic problems solved using CBS algorithm. More...
class  FastMarchingMethod
 Fast Marching Method for unstructured grids. More...
class  FE2FluidMaterialStatus
 Class representing material status for the subscale fluid, i.e an Representative Volume Element (RVE). More...
class  FE2FluidMaterial
 Multiscale constitutive model for subscale flow problems, typically sintering. More...
class  FluidDynamicMaterialStatus
 This class implements a transport material status information. More...
class  FluidDynamicMaterial
 Abstract base class for all constitutive models for transport problems. More...
class  FMElement
 This abstract class represent a general base element class for fluid dynamic problems. More...
class  LEPlicElementInterface
 Element interface for LEPlic class representing Lagrangian-Eulerian (moving) material interface. More...
class  LEPlic
 Abstract base class representing Lagrangian-Eulerian (moving) material interfaces. More...
class  LevelSetPCSElementInterface
 Element interface for LevelSetPCS class representing level-set like material interface. More...
class  LevelSetPCS
 Abstract base class representing Level Set representation of material interfaces. More...
class  Line2BoundaryElement
 Boundary element used for tracking solutions on arbitrary sections. More...
class  Line2SurfaceTension
 3 node line elements for surface tension. More...
class  LineSurfaceTension
 Implements the load and tangent for surface tension boundary potential. More...
class  NewtonianFluidMaterial
 Constitutive model of Newtonian fluid. More...
class  NonlinearFluidMaterialStatus
 Material status class for NonlinearFluidMaterial. More...
class  NonlinearFluidMaterial
 Constitutive model of a nonlinear fluid material where the deviatoric stress is defined as

\[ \boldsymbol{\sigma}_{\text{dev}}=2\mu(1+C \mid\mid \boldsymbol{v} \otimes \boldsymbol{\nabla} \mid\mid^{\alpha})\boldsymbol{v} \otimes \boldsymbol{\nabla} \]

where $ C $ and $ \alpha $ are constants and $ \mu $ the viscosity. More...

class  Quad10_2D_SUPG
 Class representing 2d quadrilateral element with linear velocity and constant pressure approximations for solving incompressible fluid problems with SUPG solver. More...
class  StokesFlow
 Implements the engineering model to solve incompressible Stokes flow. More...
class  StokesFlowVelocityHomogenization
 Class for using the stokes flow class as an rve/constitutive model. More...
class  SUPG
 This class represents transient incompressible flow problem. More...
class  SUPGElement
 General stabilized SUPG/PSPG element for CFD analysis. More...
class  SUPGElement2
 This abstract class represent a general base element class for fluid dynamic problems. More...
class  SurfaceTensionMaterialStatus
 Currently unused for isotropic surface tension. More...
class  SurfaceTensionMaterial
 Material model for surface tension. More...
class  Tet1_3D_SUPG
 Class representing 3d linear tetrahedral element for solving incompressible fluid with SUPG solver. More...
class  Tet1BubbleStokes
 Tetrahedral element for Stokes flow using Bubble basis function for stabilization. More...
class  Tet21Stokes
 Tetrahedral Taylor-Hood element for Stokes flow. More...
class  TR1_2D_CBS
 This class is the implementation of triangular CFD element with linear (and equal order) interpolation of velocity and pressure fields. More...
class  TR1_2D_SUPG
 Class representing 2d linear triangular element for solving incompressible fluid with SUPG solver. More...
class  TR1_2D_SUPG2
 Class representing 2d linear triangular element for solving incompressible fluid with SUPG solver. More...
class  TR1_2D_SUPG2_AXI
 Class representing 2d linear axisymmetric triangular element for solving incompressible fluid with SUPG solver. More...
class  TR1_2D_SUPG_AXI
 Class representing 2d linear axisymmetric triangular element for solving incompressible fluid with SUPG solver. More...
class  Tr1BubbleStokes
 Triangular element for Stokes flow using Bubble basis function. More...
class  TR21_2D_SUPG
 Class representing 2d triangular element with quadratic velocity and linear pressure approximation for solving incompressible fluid problems with SUPG solver. More...
class  Tr21Stokes
 Triangular Taylor-Hood element for Stokes flow. More...
class  TractionPressureBC
 Class implementing prescribed pressure bc due to prescribed tractions (Dirichlet boundary condition on DOF). More...
class  TwoFluidMaterial
 Material coupling the behavior of two particular materials based on rule of mixture. More...

Typedefs

typedef char ComBuff_BYTE_TYPE
 Type with size equal to one byte (sizeof (ComBuff_BYTE_TYPE) should be 1).
typedef long ContextMode
 Context mode (mask), defining the type of information written/read to/from context.
typedef GaussPoint IntegrationPoint
typedef unsigned long NM_Status
 Mask defining NumMetod Status; which can be asked after finishing computation by Numerical Method.
typedef long StateCounterType
 StateCounterType type used to indicate solution state.
typedef char StressStrainMatMode
typedef unsigned int MaterialOptions
typedef struct oofem::FCOMPLEX fcomplex_cem

Enumerations

enum  bcGeomType {
  UnknownBGT, NodalLoadBGT, BodyLoadBGT, EdgeLoadBGT,
  SurfaceLoadBGT, PointLoadBGT
}
 Type representing the geometric character of loading. More...
enum  bcType {
  UnknownBT, DirichletBT, TransmissionBC, ConvectionBC,
  SlipWithFriction, PenetrationWithResistance, OutFlowBC
}
 Type representing the type of bc. More...
enum  bcValType {
  UnknownBVT, TemperatureBVT, ForceLoadBVT, PressureBVT,
  HumidityBVT, VelocityBVT, DisplacementBVT, EigenstrainBVT,
  ReinforceBVT
}
 Type determining the type of general boundary condition. More...
enum  CharType { CharType_DEF }
enum  classType {
  FEMComponentClass, IntegrationPointStatusClass, GeneralBoundaryConditionClass, ActiveBoundaryConditionClass,
  SurfaceTensionBoundaryConditionClass, LoadClass, BoundaryConditionClass, PrescribedGradientClass,
  MixedGradientPressureBCClass, MixedGradientPressureNeumannClass, MixedGradientPressureDirichletClass, InitialConditionClass,
  NodalLoadClass, DeadWeightClass, ReinforcementClass, BodyLoadClass,
  StructuralTemperatureLoadClass, StructuralEigenstrainLoadClass, BoundaryLoadClass, LinearEdgeLoadClass,
  ConstantEdgeLoadClass, ConstantSurfaceLoadClass, ConstantPressureLoadClass, PointLoadClass,
  UserDefinedTemperatureFieldClass, RotatingBoundaryClass, TF1Class, TractionPressureBCClass,
  TransmissionBCClass, ConvectionBCClass, LoadTimeFunctionClass, ConstantFunctionClass,
  PeakFunctionClass, PiecewiceClass, PeriodicPiecewiseClass, PiecewiseLinFunctionClass,
  PiecewiseLinFunctionBlockClass, PeriodicPiecewiseLinFunctionClass, HeavisideLTFClass, UserDefinedLoadTimeFunctionClass,
  DofClass, MasterDofClass, SimpleSlaveDofClass, SlaveDofClass,
  ActiveDofClass, DofManagerClass, NodeClass, SlaveNodeClass,
  RigidArmNodeClass, HangingNodeClass, ElementSideClass, ElementDofManagerClass,
  RigidArmSlaveDofClass, HangingDofClass, ParticleClass, CohesiveSurface3dClass,
  CohesiveInterfaceMaterialClass, CohesiveInterfaceMaterialStatusClass, ElementClass, StructuralElementClass,
  TransportElementClass, FMElementClass, CBSElementClass, TR1_2D_CBSClass,
  TR1_2D_SUPG_AXIClass, TR1_2D_SUPG2_AXIClass, TR1_2D_SUPGClass, TR1_2D_SUPG2Class,
  Tet1_3D_SUPGClass, TR21_2D_SUPGClass, Quad10_2D_SUPGClass, SUPGElementClass,
  Tr21StokesElementClass, Tet21StokesElementClass, Tr1BubbleStokesElementClass, Tet1BubbleStokesElementClass,
  LineSurfaceTensionElementClass, Line2SurfaceTensionElementClass, BoundaryElementClass, Line2BoundaryElementClass,
  GradDpElementClass, TrStructuralElementClass, NLStructuralElementClass, PlaneStress2dClass,
  Quad1PlaneStrainClass, QPlaneStrainClass, QPlaneStrainGradClass, QTrPlaneStrainClass,
  QTrPlaneStrainGradClass, QPlaneStress2dClass, QPlaneStressGradClass, TrPlaneStress2dClass,
  QTrPlaneStressGradClass, CCTPlateClass, CCTPlate3dClass, Quad1MindlinClass,
  Quad1MindlinShell3DClass, LSpaceClass, LSpaceBBClass, QSpaceClass,
  QSpaceGradClass, LTRSpaceClass, QTRSpaceClass, QTRSpaceGradClass,
  LWedgeClass, LWedgeGradClass, QWedgeClass, QWedgeGradClass,
  Truss2dClass, LIBeam2dClass, TrPlaneStrRotClass, TrPlaneStrRot3dClass,
  Axisymm3dClass, QTrPlaneStress2dClass, Q4AxisymmClass, L4AxisymmClass,
  RerShellClass, PPdeElementClass, LTrElementPPDEClass, Beam2dClass,
  Beam3dClass, LIBeam3dClass, LIBeam3d2Class, Truss3dClass,
  Truss1dClass, QTruss1dClass, QTruss1dGradClass, TrPlaneStrainClass,
  LIBeam3dNLClass, LIBeam3dNL2Class, LIBeam2dNLClass, Quad1_htClass,
  Quad1_mtClass, Quad1_hmtClass, Tr1_htClass, Tr1DarcyClass,
  Tr1_hmtClass, QuadAxisym1_htClass, QuadAxisym1_mtClass, QuadAxisym1_hmtClass,
  TrAxisym1_htClass, Brick1_htClass, Brick1_mtClass, Brick1_hmtClass,
  QBrick1_htClass, QBrick1_hmtClass, Tetrah1_htClass, Tetrah1_hmtClass,
  PlaneStress2dXfemClass, LumpedMassElementClass, SpringElementClass, LatticeStructuralElementClass,
  Lattice2dClass, LatticeMaterialStatusClass, Shell7BaseClass, Tr2Shell7Class,
  HTSelementClass, MacroLSpaceClass, MicroMaterialClass, InterfaceElem1dClass,
  InterfaceElem2dQuadClass, InterfaceElement3dTrLinClass, BsplinePlaneStressElementClass, NURBSPlaneStressElementClass,
  TSplinePlaneStressElementClass, NURBSSpace3dElementClass, DomainClass, EngngModelClass,
  EigenValueDynamicClass, LinearStaticClass, NonLinearStaticClass, NonLinearDynamicClass,
  DEIDynamicClass, NlDEIDynamicClass, DIIDynamicClass, IncrementalLinearStaticClass,
  StationaryFlowClass, LinearStabilityClass, StructuralEngngModelClass, AdaptiveLinearStaticClass,
  AdaptiveNonLinearStaticClass, StationaryTransportProblemClass, NonStationaryTransportProblemClass, NLTransientTransportProblemClass,
  StaggeredProblemClass, CBSClass, SUPGClass, StokesFlowClass,
  DarcyFlowClass, NumericalMethodClass, SparseLinearSystemNMClass, SparseNonLinearSystemNMClass,
  SparseGeneralEigenValueSystemNMClass, LDLTFactorizationClass, GeneralizedJacobiSolverClass, SubspaceIterationSolverClass,
  InverseIterationSolverClass, CylindricalALMSolverClass, SolutionOfLinearEquationsClass, NRSolverClass,
  IMLSolverClass, SpoolesSolverClass, PetscSolverClass, SlepcSolverClass,
  PETScSNESNMClass, MaterialClass, DummyMaterialClass, StructuralMaterialClass,
  LinearElasticMaterialClass, IsotropicLinearElasticMaterialClass, OrthotropicLinearElasticMaterialClass, J2plasticMaterialClass,
  J2MPlasticMaterialClass, Masonry02Class, PerfectlyPlasticMaterialClass, Steel1MaterialClass,
  SmearedCrackingMaterialClass, PlasticSmearedCrackingMaterialClass, RCMMaterialClass, Concrete1Class,
  MaxwellChainMaterialClass, KelvinChainMaterialClass, KelvinChainSolidMaterialClass, CebFip78MaterialClass,
  DoublePowerLawMaterialClass, B3MaterialClass, B3SolidMaterialClass, MPSMaterialClass,
  Concrete2Class, Concrete3Class, DeformationTheoryMaterialClass, HeatMaterialClass,
  IsotropicLinearHeatMaterialClass, RCSDMaterialStatusClass, RCSDEMaterialStatusClass, RCSDNLMaterialStatusClass,
  MicroplaneMaterialClass, MicroplaneMaterial_BazantClass, M4MaterialClass, IsotropicDamageMaterialClass,
  IsotropicDamageMaterial1Class, IDNLMaterialClass, IDGMaterialClass, MazarsMaterialClass,
  MazarsNLMaterialClass, CompoDamageMatClass, MDMClass, DruckerPragerPlasticitySMClass,
  DruckerPragerCutMatClass, MPlasticMaterialClass, J2MatClass, HyperElasticMaterialClass,
  MisesMatClass, MisesMatGradClass, MisesMatNlClass, RankineMatClass,
  RankineMatGradClass, RankineMatNlClass, RankinePlasticMaterialClass, RheoChainMaterialClass,
  TrabBoneMaterialClass, TrabBone3DClass, TrabBoneNL3DClass, TrabBoneEmbedClass,
  TrabBoneNLEmbedClass, TrabBoneNLClass, TrabBoneGrad3DClass, ConcreteDPMClass,
  ConcreteSCMClass, ConcreteEDPCClass, FE2SinteringMaterialClass, FE2FluidMaterialClass,
  AbaqusUserMaterialClass, AbaqusUserMaterialStatusClass, ConcreteDPM2Class, LatticeDamage2dClass,
  IsoInterfaceDamageMaterialClass, CebFipSlip90MaterialClass, DustMaterialClass, RVEMaterialClass,
  LsMasterMatClass, LsMasterMatStatusClass, LsMasterMatGradClass, LsMasterMatGradStatusClass,
  TransportMaterialClass, IsotropicHeatTransferMaterialClass, IsotropicMoistureTransferMaterialClass, IsotropicLinMoistureTransferMaterialClass,
  BazantNajjarMoistureTransferMaterialClass, NlIsoMoistureMaterialClass, AnisotropicMassTransferMaterialClass, AnisotropicMassTransferMaterialStatusClass,
  NonlinearMassTransferMaterialClass, HeMoTKMaterialClass, HydratingIsoHeatMaterialClass, HydratingTransportMaterialStatusClass,
  HydratingHeMoMaterialClass, HydratingConcreteMatClass, HellmichMaterialClass, HellmichMaterialStatusClass,
  HydrationModelClass, HydrationModelStatusClass, CemhydMatClass, CemhydMatStatusClass,
  MaterialStatusClass, StructuralMaterialStatusClass, TransportMaterialStatusClass, PerfectlyPlasticMaterialStatusClass,
  SmearedCrackingMaterialStatusClass, PlasticSmearedCrackingMaterialStatusClass, Concrete2MaterialStatusClass, MaxwellChainMaterialStatusClass,
  KelvinChainMaterialStatusClass, KelvinChainSolidMaterialStatusClass, B3SolidMaterialStatusClass, MPSMaterialStatusClass,
  RCMMaterialStatusClass, RCSDMaterialClass, RCSDEMaterialClass, RCSDNLMaterialClass,
  M4MaterialStatusClass, IsotropicDamageMaterialStatusClass, CompoDamageMatStatusClass, MicroplaneDamageMaterialStatusClass,
  DruckerPragerPlasticitySMStatusClass, DruckerPragerCutMatStatusClass, MPlasticMaterialStatusClass, MicroMaterialStatusClass,
  HyperElasticMaterialStatusClass, MisesMatStatusClass, RankineMatStatusClass, RheoChainMaterialStatusClass,
  TrabBoneMaterialStatusClass, TrabBone3DStatusClass, TrabBoneEmbedStatusClass, ConcreteDPMStatusClass,
  ConcreteSCMStatusClass, ConcreteEDPCStatusClass, FE2SinteringMaterialStatusClass, FE2FluidMaterialStatusClass,
  ConcreteDPM2StatusClass, LatticeDamage2dStatusClass, DustMaterialStatusClass, FluidDynamicMaterialClass,
  FluidDynamicMaterialStatusClass, NewtonianFluidMaterialClass, BinghamFluidMaterialClass, BinghamFluidMaterialStatusClass,
  BinghamFluidMaterial2Class, TwoFluidMaterialClass, NonlinearFluidMaterialClass, NonlinearFluidMaterialStatusClass,
  SurfaceTensionMaterialClass, SurfaceTensionMaterialStatusClass, SimpleInterfaceMaterialClass, SimpleInterfaceMaterialStatusClass,
  CrossSectionClass, StructuralCrossSectionClass, SimpleCrossSectionClass, LayeredCrossSectionClass,
  FiberedCrossSectionClass, HeatCrossSectionClass, EmptyCrossSectionClass, GaussPointClass,
  IntegrationRuleClass, GaussIntegrationRuleClass, LobattoIntegrationRuleClass, PatchIntegrationRuleClass,
  MicroplaneClass, FloatArrayClass, FloatMatrixClass, IntArrayClass,
  DictionaryClass, TDictionaryClass, TimeStepClass, MetaStepClass,
  TopologyDescriptionClass, MeshTopologyDescriptionClass, ParticleTopologyDescriptionClass, DofManExportModuleClass,
  ErrorEstimatorClass, ScalarErrorIndicatorClass, ZZErrorEstimatorClass, CombinedZZSIErrorEstimatorClass,
  HuertaErrorEstimatorClass, MeshQualityErrorEstimatorClass, RemeshingCriteriaClass, ZZRemeshingCriteriaClass,
  CombinedZZSIRemeshingCriteriaClass, HuertaRemeshingCriteriaClass, SpatialLocalizerClass, DummySpatialLocalizerClass,
  OctreeSpatialLocalizerClass, NonlocalBarrierClass, PolylineNonlocalBarrierClass, SymmetryBarrierClass,
  RandomFieldGeneratorClass, LocalGaussianRandomGeneratorClass, ExternalFieldGeneratorClass, PrimaryFieldClass,
  InternalVariableFieldClass, LEPlicClass, LevelSetPCSClass, FastMarchingMethodClass,
  WallClockLoadBalancerMonitorClass, ParmetisLoadBalancerClass, BasicGeometryClass, StokesFlowVelocityHomogenizationClass,
  RVEStokesFlowClass, RVEStokesFlowMaterialClass, RVEStokesFlowMaterialStatusClass, WeakPeriodicbcClass
}
 Type introduced to distinguish between classes. More...
enum  CommBuffType { CBT_static, CBT_dynamic }
enum  CommunicatorMode { CommMode_Static, CommMode_Dynamic }
 The communicator mode determines the communication. More...
enum  ContextFileMode { contextMode_read, contextMode_write }
 Determines the input/output mode of context file. More...
enum  contextIOResultType { CIO_OK = 0, CIO_BADVERSION, CIO_BADOBJ, CIO_IOERR }
enum  ContextOutputMode { COM_NoContext, COM_Always, COM_Required, COM_UserDefined }
enum  CrossSectExtension { CS_StructuralCapability, CS_HeatCapability }
 Type representing cross section extension for run time testing. More...
enum  CrossSectionProperty {
  CS_Thickness = 400, CS_Width, CS_BeamShearCoeff, CS_Area,
  CS_InertiaMomentY, CS_InertiaMomentZ, CS_TorsionMomentX, CS_SHEAR_AREA_Y,
  CS_SHEAR_AREA_Z, CS_TopZCoord, CS_BottomZCoord, CS_NumLayers
}
 List of properties possibly stored in a cross section. More...
enum  DofIDItem { MaxDofID }
 Type representing particular dof type. More...
enum  dofManagerParallelMode { DofManager_local, DofManager_shared, DofManager_remote, DofManager_null }
 In parallel mode, this type indicates the mode of DofManager. More...
enum  DofManTransfType { _toGlobalCS, _toNodalCS }
 Enumerative type, used to specify type of transformation required from dofManager (node). More...
enum  dofType { dofType_DEF }
 Dof Type, determines the type of DOF created. More...
enum  domainType { domainType_DEF }
enum  DrawMode {
  unknown, rawGeometry, deformedGeometry, eigenVectorGeometry,
  nodeAnnotation, appliedPrimaryBc, internalStateBegin, mxForce,
  myForce, mzForce, myzForce, mzxForce,
  mxyForce, sxForce, syForce, szForce,
  syzForce, szxForce, sxyForce, yieldState,
  crackedState, stressErrorState, requiredAdaptiveMeshSizeState, damageLevel,
  errorIndicatorLevel, relativeMeshSizeDensity, temperatureField, massConcentration1Field,
  velocityField, pressureField, vofField, densityField,
  hydrationDegreeState, humidityState, internalStateEnd
}
enum  elementParallelMode { Element_local, Element_remote }
 In parallel mode, this type indicates the mode of element. More...
enum  ElementExtension { Element_SurfaceLoadSupport, Element_EdgeLoadSupport }
 Type representing element extension. More...
enum  Element_Geometry_Type { Element_Geometry_Type_DEF }
 Enumerative type used to classify element geometry Possible values are: EGT_point - point in space EGT_line_1 - line elements with two nodes 1-------2 EGT_line_2 - line element with three nodes 1---3---2 EGT_triangle_1 - triangle element with three nodes EGT_triangle_2 - triangle element with 6 nodes 3 6 5 1 4 2. More...
enum  EntityRenumberingScheme { ERS_DofManager, ERS_Element }
 Type allowing to specify the required renumbering scheme; One can have a renumbering scheme for dof managers and another one for elements;. More...
enum  EquationID { EquationID_DEF }
 This type identifies the governing equation. More...
enum  EE_ValueType { globalNormEEV, globalErrorEEV, globalWeightedErrorEEV }
 Type characterizing different type of errors. More...
enum  EE_ErrorType { unknownET, indicatorET, internalStressET, primaryUnknownET }
 Type characterizing different type of element errors. More...
enum  EE_ErrorMode { equilibratedEM, temporaryEM }
 Type determining whether temporary or equilibrated variables are used for error evaluation. More...
enum  ErrorEstimatorType {
  EET_SEI, EET_ZZEE, EET_CZZSI, EET_HEE,
  EET_MeshQuality
}
 Determines the type of error estimator. More...
enum  FieldType { FieldType_DEF }
 Physical type of field. More...
enum  fMode { UNKNOWN = 0, TL = 1, AL = 2 }
 Type representing the type of formulation (total or updated) of non-linear computation. More...
enum  GenEigvalSolverType { GES_SubspaceIt, GES_InverseIt, GES_SLEPc }
 Types of general eigenvalue solvers. More...
enum  IRResultType { IRRT_OK = 0, IRRT_NOTFOUND, IRRT_BAD_FORMAT }
 Type defining the return values of InputRecord reading operations. More...
enum  InputFieldType {
  IFT_RecordIDField, IFT_EngngModel_nsteps, IFT_EngngModel_contextoutputstep, IFT_EngngModel_renumberFlag,
  IFT_EngngModel_profileOpt, IFT_EngngModel_nmsteps, IFT_EngngModel_parallelflag, IFT_EngngModel_outfile,
  IFT_EngngModel_probname, IFT_EngngModel_probdescription, IFT_EngngModel_nxfemman, IFT_EngngModel_nonLinFormulation,
  IFT_EngngModel_eetype, IFT_EngngModel_initialGuess, IFT_MetaStep_nsteps, IFT_ExportModuleManager_nmodules,
  IFT_InitModuleManager_nmodules, IFT_ExportModule_tstepall, IFT_ExportModule_tstepstep, IFT_ExportModule_tstepsout,
  IFT_ExportModule_domainall, IFT_ExportModule_domainmask, IFT_InitModule_initfilename, IFT_VTKExportModule_cellvars,
  IFT_VTKExportModule_vars, IFT_VTKExportModule_primvars, IFT_VTKExportModule_stype, IFT_VTKExportModule_regionstoskip,
  IFT_VTKXMLExportModule_cellvars, IFT_VTKXMLExportModule_vars, IFT_VTKXMLExportModule_primvars, IFT_VTKXMLExportModule_stype,
  IFT_VTKXMLExportModule_regionstoskip, IFT_VTKXMLExportModule_nvr, IFT_VTKXMLExportModule_vrmap, IFT_POIExportModule_vars,
  IFT_POIExportModule_primvars, IFT_POIExportModule_mtype, IFT_POIExportModule_poifilename, IFT_HOMExportModule_scale,
  IFT_HOMExportModule_matnum, IFT_GPExportModule_vartypes, IFT_GPExportModule_ncoords, IFT_IncrementalLinearStatic_endoftimeofinterest,
  IFT_IncrementalLinearStatic_prescribedtimes, IFT_IncrementalLinearStatic_deltat, IFT_IncrementalLinearStatic_lstype, IFT_IncrementalLinearStatic_smtype,
  IFT_DEIDynamic_dumpcoef, IFT_DEIDynamic_deltat, IFT_DIIDynamic_lstype, IFT_DIIDynamic_smtype,
  IFT_DIIDynamic_deltat, IFT_DIIDynamic_ddtScheme, IFT_DIIDynamic_gamma, IFT_DIIDynamic_beta,
  IFT_DIIDynamic_eta, IFT_DIIDynamic_delta, IFT_DIIDynamic_psi, IFT_NonLinearStatic_controlmode,
  IFT_NonLinearStatic_deltat, IFT_NonLinearStatic_deltatltf, IFT_NonLinearStatic_rtolv, IFT_NonLinearStatic_stiffmode,
  IFT_NonLinearStatic_refloadmode, IFT_NonLinearStatic_keepll, IFT_NonLinearStatic_donotfixload, IFT_NonLinearStatic_nonlocstiff,
  IFT_NonLinearStatic_nonlocalext, IFT_NonLinearStatic_loadBalancingFlag, IFT_NonLinearStatic_forceloadBalancingFlag, IFT_NonLinearDynamic_lstype,
  IFT_NonLinearDynamic_smtype, IFT_NonLinearDynamic_deltat, IFT_NonLinearDynamic_rtolv, IFT_NonLinearDynamic_refloadmode,
  IFT_NonLinearDynamic_nonlocstiff, IFT_NonLinearDynamic_nonlocalext, IFT_NonLinearDynamic_loadBalancingFlag, IFT_NonLinearDynamic_forceloadBalancingFlag,
  IFT_NonLinearDynamic_ddtScheme, IFT_NonLinearDynamic_gamma, IFT_NonLinearDynamic_beta, IFT_NonLinearDynamic_eta,
  IFT_NonLinearDynamic_delta, IFT_EigenValueDynamic_nroot, IFT_EigenValueDynamic_rtolv, IFT_EigenValueDynamic_stype,
  IFT_EigenValueDynamic_smtype, IFT_LinearStability_nroot, IFT_LinearStability_rtolv, IFT_LinearStability_stype,
  IFT_NlDEIDynamic_dumpcoef, IFT_NlDEIDynamic_deltat, IFT_NlDEIDynamic_drflag, IFT_NlDEIDynamic_tau,
  IFT_NlDEIDynamic_py, IFT_NlDEIDynamic_nodecutmode, IFT_NlDEIDynamic_elementcutmode, IFT_NlDEIDynamic_nonlocalext,
  IFT_LinearStatic_lstype, IFT_LinearStatic_smtype, IFT_AdaptiveLinearStatic_meshpackage, IFT_AdaptiveNonLinearStatic_meshpackage,
  IFT_AdaptiveNonLinearStatic_equilmc, IFT_AdaptiveNonLinearStatic_controlmode, IFT_AdaptiveNonLinearStatic_ddm, IFT_AdaptiveNonLinearStatic_refloadmode,
  IFT_AdaptiveNonLinearStatic_preMappingLoadBalancingFlag, IFT_StationaryTransportProblem_lstype, IFT_StationaryTransportProblem_smtype, IFT_StationaryTransportProblem_exportfields,
  IFT_NonStationaryTransportProblem_initt, IFT_NonStationaryTransportProblem_deltat, IFT_NonStationaryTransportProblem_dtf, IFT_NonStationaryTransportProblem_prescribedtimes,
  IFT_NonStationaryTransportProblem_alpha, IFT_NonStationaryTransportProblem_lumpedcapa, IFT_NonStationaryTransportProblem_changingproblemsize, IFT_NLTransientTransportProblem_nsmax,
  IFT_NLTransientTransportProblem_rtol, IFT_NLTransientTransportProblem_manrmsteps, IFT_StaggeredProblem_deltat, IFT_StaggeredProblem_dtf,
  IFT_StaggeredProblem_timeDefinedByProb, IFT_StaggeredProblem_stepmultiplier, IFT_StaggeredProblem_prescribedtimes, IFT_StaggeredProblem_prob1,
  IFT_StaggeredProblem_prob2, IFT_CBS_lstype, IFT_CBS_smtype, IFT_CBS_deltat,
  IFT_CBS_mindeltat, IFT_CBS_cmflag, IFT_CBS_theta1, IFT_CBS_theta2,
  IFT_CBS_scaleflag, IFT_CBS_lscale, IFT_CBS_uscale, IFT_CBS_dscale,
  IFT_CBS_miflag, IFT_SUPG_lstype, IFT_SUPG_smtype, IFT_SUPG_deltat,
  IFT_SUPG_deltatltf, IFT_SUPG_cmflag, IFT_SUPG_alpha, IFT_SUPG_scaleflag,
  IFT_SUPG_lscale, IFT_SUPG_uscale, IFT_SUPG_dscale, IFT_SUPG_miflag,
  IFT_SUPG_rtolv, IFT_SUPG_atolv, IFT_SUPG_maxiter, IFT_SUPG_stopmaxiter,
  IFT_SUPG_fsflag, IFT_DARCYFLOW_lstype, IFT_DARCYFLOW_smtype, IFT_CylindricalALM_psi,
  IFT_CylindricalALM_maxiter, IFT_CylindricalALM_minsteplength, IFT_CylindricalALM_steplength, IFT_CylindricalALM_initialsteplength,
  IFT_CylindricalALM_forcedinitialsteplength, IFT_CylindricalALM_reqiterations, IFT_CylindricalALM_miniterations, IFT_CylindricalALM_manrmsteps,
  IFT_CylindricalALM_hpcmode, IFT_CylindricalALM_hpc, IFT_CylindricalALM_hpcw, IFT_CylindricalALM_lstype,
  IFT_CylindricalALM_linesearch, IFT_CylindricalALM_lsearchtol, IFT_CylindricalALM_lsearchamp, IFT_CylindricalALM_lsearchmaxeta,
  IFT_CylindricalALM_nccdg, IFT_CylindricalALM_ccdg, IFT_CylindricalALM_rtolv, IFT_CylindricalALM_rtolf,
  IFT_CylindricalALM_rtold, IFT_NRSolver_maxiter, IFT_NRSolver_miniterations, IFT_NRSolver_minsteplength,
  IFT_NRSolver_manrmsteps, IFT_NRSolver_lstype, IFT_NRSolver_ddm, IFT_NRSolver_ddv,
  IFT_NRSolver_ddltf, IFT_NRSolver_linesearch, IFT_NRSolver_nccdg, IFT_NRSolver_ccdg,
  IFT_NRSolver_rtolv, IFT_NRSolver_rtolf, IFT_NRSolver_rtold, IFT_LineSearchNM_lsearchtol,
  IFT_LineSearchNM_lsearchamp, IFT_LineSearchNM_lsearchmaxeta, IFT_SpoolesSolver_msglvl, IFT_SpoolesSolver_msgfile,
  IFT_IMLSolver_lstype, IFT_IMLSolver_lstol, IFT_IMLSolver_lsiter, IFT_IMLSolver_lsprecond,
  IFT_FETISolver_maxiter, IFT_FETISolver_maxerr, IFT_FETISolver_limit, IFT_FETISolver_energynormflag,
  IFT_BoundaryCondition_PrescribedValue, IFT_GeneralBoundaryCondition_LoadTimeFunct, IFT_GeneralBoundaryCondition_valType, IFT_GeneralBoundaryCondition_defaultDofs,
  IFT_GeneralBoundaryCondition_IsImposedTimeFunct, IFT_ActiveBoundaryCondition_elements, IFT_ActiveBoundaryCondition_elementSides, IFT_ActiveBoundaryCondition_dofManagers,
  IFT_MixedGradientPressure_devGradient, IFT_MixedGradientPressure_pressure, IFT_MixedGradientPressure_centerCoords, IFT_StressTensorLoad_stressTensor,
  IFT_PrescribedTensor_centercoords, IFT_PrescribedTensor_gradient, IFT_Load_components, IFT_Load_dofexcludemask,
  IFT_BoundaryLoad_ndofs, IFT_BoundaryLoad_loadtype, IFT_BoundaryLoad_cstype, IFT_BoundaryLoad_properties,
  IFT_LinearEdgeLoad_formulation, IFT_LinearEdgeLoad_startcoord, IFT_LinearEdgeLoad_endcoord, IFT_PointLoad_ndofs,
  IFT_PointLoad_coords, IFT_PointLoad_loadtype, IFT_PointLoad_cstype, IFT_Reinfocement_porosity,
  IFT_Reinfocement_permeability, IFT_Reinfocement_shapeFactor, IFT_SurfaceTensionBoundaryCondition_gamma, IFT_SurfaceTensionBoundaryCondition_useTangent,
  IFT_RotatingBoundary_axis, IFT_RotatingBoundary_center, IFT_RotatingBoundary_frequency, IFT_InitialCondition_conditions,
  IFT_LoadTimeFunction_initialvalue, IFT_LoadTimeFunction_ft, IFT_Domain_type, IFT_Domain_ndofman,
  IFT_Domain_nelem, IFT_Domain_nmat, IFT_Domain_ncrosssect, IFT_Domain_nbc,
  IFT_Domain_nic, IFT_Domain_nloadtimefunct, IFT_Domain_nbarrier, IFT_Domain_nrfg,
  IFT_Domain_topology, IFT_DofManager_ndofs, IFT_DofManager_dofidmask, IFT_DofManager_load,
  IFT_DofManager_bc, IFT_DofManager_ic, IFT_DofManager_mastermask, IFT_DofManager_doftypemask,
  IFT_DofManager_boundaryflag, IFT_DofManager_globnum, IFT_DofManager_partitions, IFT_DofManager_sharedflag,
  IFT_DofManager_remoteflag, IFT_DofManager_nullflag, IFT_Node_coords, IFT_Node_lcs,
  IFT_Particle_rad, IFT_RigidArmNode_coords, IFT_RigidArmNode_master, IFT_RigidArmNode_load,
  IFT_RigidArmNode_bc, IFT_RigidArmNode_ic, IFT_RigidArmNode_mastermask, IFT_RigidArmNode_lcs,
  IFT_RigidArmNode_globnum, IFT_RigidArmNode_partitions, IFT_RigidArmNode_shared, IFT_RigidArmNode_remote,
  IFT_RigidArmNode_null, IFT_SlaveNode_masterDofManagers, IFT_SlaveNode_weights, IFT_HangingNode_masterElement,
  IFT_HangingNode_masterRegion, IFT_Element_mat, IFT_Element_crosssect, IFT_Element_nodes,
  IFT_Element_sides, IFT_Element_bodyload, IFT_Element_boundaryload, IFT_Element_lcs,
  IFT_Element_globnum, IFT_Element_partitions, IFT_Element_remote, IFT_Element_activityltf,
  IFT_CBSElement_bsides, IFT_CBSElement_bcodes, IFT_SUPGElement_bsides, IFT_SUPGElement_bcodes,
  IFT_StokesFlow_lstype, IFT_StokesFlow_smtype, IFT_StokesFlow_deltat, IFT_NonlinearFluidMaterial_alpha,
  IFT_NonlinearFluidMaterial_C, IFT_NLStructuralElement_nlgeoflag, IFT_Axisymm3d_nip, IFT_Axisymm3d_nipfish,
  IFT_CCTPlate_nip, IFT_Quad1Mindlin_nip, IFT_Quad1MindlinShell3D_alpha, IFT_LSpace_nip,
  IFT_LTrElementPPDE_nip, IFT_L4Axisymm_nip, IFT_PlaneStress2d_nip, IFT_Quad1PlaneStrain_nip,
  IFT_RerShell_nip, IFT_QPlaneStress2d_nip, IFT_QSpace_nip, IFT_QSpaceGrad_nip,
  IFT_QTrPlaneStress2d_nip, IFT_Q4Axisymm_nip, IFT_Q4Axisymm_nipfish, IFT_TrPlaneStress2d_nip,
  IFT_TrPlaneStrRot_nip, IFT_TrPlaneStrRot_niprot, IFT_LTRSpace_nip, IFT_QTRSpace_nip,
  IFT_QTRSpaceGrad_nip, IFT_LWedge_nip, IFT_QWedge_nip, IFT_QWedgeGrad_nip,
  IFT_Beam2d_dofstocondense, IFT_Beam3d_refnode, IFT_Beam3d_dofstocondense, IFT_LIBeam3dNL_refnode,
  IFT_TrPlaneStrain_nip, IFT_LIBeam3dNL2_refnode, IFT_LIBeam3d_refnode, IFT_LIBeam3d2_refnode,
  IFT_Truss2d_cs, IFT_LumpedMassElement_components, IFT_SpringElement_mode, IFT_SpringElement_orientation,
  IFT_SpringElement_springConstant, IFT_QPlaneStrain_nip, IFT_QTrPlaneStrain_nip, IFT_QTruss1d_nip,
  IFT_QTruss1dGrad_nip, IFT_Quad1_ht_nip, IFT_Brick1_ht_nip, IFT_QBrick1_ht_nip,
  IFT_Tetrah1_ht_nip, IFT_TR12DCBS_vof, IFT_TR12DCBS_pvof, IFT_TR12DSUPG_pvof,
  IFT_TR12DSUPG_vof, IFT_TR12DSUPG2_mat0, IFT_TR12DSUPG2_mat1, IFT_Lattice2d_thick,
  IFT_Lattice2d_width, IFT_Lattice2d_gpcoords, IFT_SimpleCrossSection_thick, IFT_SimpleCrossSection_width,
  IFT_SimpleCrossSection_area, IFT_SimpleCrossSection_iy, IFT_SimpleCrossSection_iz, IFT_SimpleCrossSection_ik,
  IFT_SimpleCrossSection_shearcoeff, IFT_SimpleCrossSection_shearareay, IFT_SimpleCrossSection_shearareaz, IFT_HeatCrossSection_thick,
  IFT_HeatCrossSection_width, IFT_LayeredCrossSection_nlayers, IFT_LayeredCrossSection_layermaterials, IFT_LayeredCrossSection_thicks,
  IFT_LayeredCrossSection_widths, IFT_LayeredCrossSection_midsurf, IFT_LayeredCrossSection_nintegrationpoints, IFT_FiberedCrossSection_nfibers,
  IFT_FiberedCrossSection_fibermaterials, IFT_FiberedCrossSection_thicks, IFT_FiberedCrossSection_widths, IFT_FiberedCrossSection_fiberycentrecoords,
  IFT_FiberedCrossSection_fiberzcentrecoords, IFT_FiberedCrossSection_thick, IFT_FiberedCrossSection_width, IFT_Material_density,
  IFT_Material_castingtime, IFT_StructuralMaterial_referencetemperature, IFT_IsotropicLinearElasticMaterial_e, IFT_IsotropicLinearElasticMaterial_n,
  IFT_IsotropicLinearElasticMaterial_talpha, IFT_AbaqusUserMaterial_numState, IFT_AbaqusUserMaterial_properties, IFT_AbaqusUserMaterial_userMaterial,
  IFT_SurfaceTensionMaterial_isotropic, IFT_IsotropicLinearHeatMaterial_k, IFT_IsotropicLinearHeatMaterial_c, IFT_IsotropicHeatTransferMaterial_k,
  IFT_IsotropicHeatTransferMaterial_c, IFT_IsotropicLinMoistureTransferMaterial_perm, IFT_IsotropicLinMoistureTransferMaterial_capa, IFT_BazantNajjarMoistureTransferMaterial_c1,
  IFT_BazantNajjarMoistureTransferMaterial_n, IFT_BazantNajjarMoistureTransferMaterial_alpha0, IFT_BazantNajjarMoistureTransferMaterial_hc, IFT_BazantNajjarMoistureTransferMaterial_capa,
  IFT_NlIsoMoistureMaterial_isothermtype, IFT_NlIsoMoistureMaterial_permeabilitytype, IFT_NlIsoMoistureMaterial_rhodry, IFT_NlIsoMoistureMaterial_capa,
  IFT_NlIsoMoistureMaterial_iso_h, IFT_NlIsoMoistureMaterial_iso_wh, IFT_NlIsoMoistureMaterial_dd, IFT_NlIsoMoistureMaterial_wf,
  IFT_NlIsoMoistureMaterial_b, IFT_NlIsoMoistureMaterial_uh, IFT_NlIsoMoistureMaterial_a, IFT_NlIsoMoistureMaterial_nn,
  IFT_NlIsoMoistureMaterial_c, IFT_NlIsoMoistureMaterial_k, IFT_NlIsoMoistureMaterial_vm, IFT_NlIsoMoistureMaterial_perm_h,
  IFT_NlIsoMoistureMaterial_perm_ch, IFT_NlIsoMoistureMaterial_hc, IFT_NlIsoMoistureMaterial_alpha0, IFT_NlIsoMoistureMaterial_c1,
  IFT_NlIsoMoistureMaterial_n, IFT_NlIsoMoistureMaterial_alphah, IFT_NlIsoMoistureMaterial_betah, IFT_NlIsoMoistureMaterial_gammah,
  IFT_AnisotropicMassTransferMaterial_c, IFT_NonlinearMassTransferMaterial_c, IFT_NonlinearMassTransferMaterial_alpha, IFT_HeMoTKMaterial_a_0,
  IFT_HeMoTKMaterial_nn, IFT_HeMoTKMaterial_phi_c, IFT_HeMoTKMaterial_delta_wet, IFT_HeMoTKMaterial_w_h,
  IFT_HeMoTKMaterial_n, IFT_HeMoTKMaterial_a, IFT_HeMoTKMaterial_latent, IFT_HeMoTKMaterial_c,
  IFT_HeMoTKMaterial_rho, IFT_HeMoTKMaterial_chi_eff, IFT_HeMoTKMaterial_por, IFT_HeMoTKMaterial_rho_gws,
  IFT_CemhydMatInputFileName, IFT_CemhydMat_conductivitytype, IFT_CemhydMat_capacitytype, IFT_CemhydMat_densitytype,
  IFT_CemhydMat_eachgp, IFT_CemhydMat_nowarnings, IFT_CemhydMat_scaling, IFT_CemhydMat_reinforcementDegree,
  IFT_CemhydMat_inputFileName, IFT_B3Material_mode, IFT_B3Material_emodulimode, IFT_B3Material_shmode,
  IFT_B3Material_b3type, IFT_B3Material_fc, IFT_B3Material_cc, IFT_B3Material_wc,
  IFT_B3Material_ac, IFT_B3Material_t0, IFT_B3Material_es0, IFT_B3Material_r,
  IFT_B3Material_rprime, IFT_B3Material_at, IFT_B3Material_wh, IFT_B3Material_ncoeff,
  IFT_B3Material_a, IFT_B3Material_alpha1, IFT_B3Material_alpha2, IFT_B3Material_ks,
  IFT_B3Material_hum, IFT_B3Material_vs, IFT_B3Material_talpha, IFT_B3Material_q1,
  IFT_B3Material_q2, IFT_B3Material_q3, IFT_B3Material_q4, IFT_B3Material_q5,
  IFT_B3Material_kt, IFT_B3Material_EpsSinf, IFT_B3Material_microprestress, IFT_B3Material_c0,
  IFT_B3Material_c1, IFT_B3Material_ksh, IFT_B3Material_ts0, IFT_B3Material_finalhumidity,
  IFT_B3Material_initialhumidity, IFT_B3Material_qetor, IFT_B3Material_qrtor, IFT_B3Material_qstor,
  IFT_B3Material_alphae, IFT_B3Material_alphar, IFT_B3Material_alphas, IFT_B3Material_k2,
  IFT_MPSMaterial_talpha, IFT_MPSMaterial_mode, IFT_MPSMaterial_coupledanalysistype, IFT_MPSMaterial_fc,
  IFT_MPSMaterial_cc, IFT_MPSMaterial_wc, IFT_MPSMaterial_ac, IFT_MPSMaterial_q1,
  IFT_MPSMaterial_q2, IFT_MPSMaterial_q3, IFT_MPSMaterial_q4, IFT_MPSMaterial_lambda0,
  IFT_MPSMaterial_t0, IFT_MPSMaterial_ksh, IFT_MPSMaterial_wh, IFT_MPSMaterial_ncoeff,
  IFT_MPSMaterial_a, IFT_MPSMaterial_qetor, IFT_MPSMaterial_qrtor, IFT_MPSMaterial_qstor,
  IFT_MPSMaterial_alphae, IFT_MPSMaterial_alphar, IFT_MPSMaterial_alphas, IFT_MPSMaterial_mus,
  IFT_MPSMaterial_kappat, IFT_MPSMaterial_ct, IFT_MPSMaterial_stiffnessfactor, IFT_CebFip78Material_e28,
  IFT_CebFip78Material_fibf, IFT_CebFip78Material_kap_a, IFT_CebFip78Material_kap_c, IFT_CebFip78Material_kap_tt,
  IFT_CebFip78Material_u, IFT_Concrete2_e, IFT_Concrete2_n, IFT_Concrete2_sccc,
  IFT_Concrete2_scct, IFT_Concrete2_epp, IFT_Concrete2_epu, IFT_Concrete2_eopp,
  IFT_Concrete2_eopu, IFT_Concrete2_sheartol, IFT_Concrete2_is_plastic_flow, IFT_Concrete2_ifad,
  IFT_Concrete2_stirr_e, IFT_Concrete2_stirr_ft, IFT_Concrete2_stirr_a, IFT_Concrete2_stirr_tol,
  IFT_Concrete2_stirr_eref, IFT_Concrete2_stirr_lambda, IFT_Concrete3_exp_soft, IFT_DoublePowerLawMaterial_e28,
  IFT_DoublePowerLawMaterial_fi1, IFT_DoublePowerLawMaterial_m, IFT_DoublePowerLawMaterial_n, IFT_DoublePowerLawMaterial_alpha,
  IFT_RheoChainMaterial_n, IFT_RheoChainMaterial_relmatage, IFT_RheoChainMaterial_begoftimeofinterest, IFT_RheoChainMaterial_endoftimeofinterest,
  IFT_RheoChainMaterial_timefactor, IFT_OrthotropicLinearElasticMaterial_ex, IFT_OrthotropicLinearElasticMaterial_ey, IFT_OrthotropicLinearElasticMaterial_ez,
  IFT_OrthotropicLinearElasticMaterial_nyyz, IFT_OrthotropicLinearElasticMaterial_nyxz, IFT_OrthotropicLinearElasticMaterial_nyxy, IFT_OrthotropicLinearElasticMaterial_gyz,
  IFT_OrthotropicLinearElasticMaterial_gxz, IFT_OrthotropicLinearElasticMaterial_gxy, IFT_OrthotropicLinearElasticMaterial_talphax, IFT_OrthotropicLinearElasticMaterial_talphay,
  IFT_OrthotropicLinearElasticMaterial_talphaz, IFT_OrthotropicLinearElasticMaterial_lcs, IFT_OrthotropicLinearElasticMaterial_scs, IFT_RCM2Material_gf,
  IFT_RCM2Material_ft, IFT_RCSDMaterial_sdtransitioncoeff, IFT_RCSDEMaterial_sdtransitioncoeff, IFT_RCSDNLMaterial_ft,
  IFT_RCSDNLMaterial_sdtransitioncoeff, IFT_RCSDNLMaterial_sdtransitioncoeff2, IFT_RCSDNLMaterial_r, IFT_RCSDNLMaterial_ef,
  IFT_RCSDNLMaterial_gf, IFT_MicroplaneMaterial_nmp, IFT_M4Material_c3, IFT_M4Material_c4,
  IFT_M4Material_c20, IFT_M4Material_k1, IFT_M4Material_k2, IFT_M4Material_k3,
  IFT_M4Material_k4, IFT_M4Material_e, IFT_M4Material_n, IFT_M4Material_talpha,
  IFT_IsotropicDamageMaterial_talpha, IFT_IsotropicDamageMaterial_maxOmega, IFT_IsotropicDamageMaterial1_e0, IFT_IsotropicDamageMaterial1_ef,
  IFT_IsotropicDamageMaterial1_wf, IFT_IsotropicDamageMaterial1_equivstraintype, IFT_IsotropicDamageMaterial1_softeningtype, IFT_IsotropicDamageMaterial1_k,
  IFT_IsotropicDamageMaterial1_md, IFT_IsotropicDamageMaterial1_At, IFT_IsotropicDamageMaterial1_Bt, IFT_IsotropicDamageMaterial1_ft,
  IFT_IsotropicDamageMaterial1_w1wf, IFT_IsotropicDamageMaterial1_e1ef, IFT_IsotropicDamageMaterial1_s1ft, IFT_IsotropicDamageMaterial1_s1,
  IFT_IsotropicDamageMaterial1_w1, IFT_IsotropicDamageMaterial1_e1, IFT_IsotropicDamageMaterial1_ek, IFT_IsotropicDamageMaterial1_gf,
  IFT_IsotropicDamageMaterial1_gft, IFT_IsotropicDamageMaterial1_ep, IFT_IsotropicDamageMaterial1_e2, IFT_IsotropicDamageMaterial1_nd,
  IFT_IsotropicDamageMaterial1_checkSnapBack, IFT_CompoDamageMat_ex, IFT_CompoDamageMat_ez, IFT_CompoDamageMat_nyxy,
  IFT_CompoDamageMat_nyyz, IFT_CompoDamageMat_Gxy, IFT_CompoDamageMat_components, IFT_CompoDamageMat_afteriter,
  IFT_CompoDamageMat_allowSnapBack, IFT_FE2SinteringMaterial_porosity, IFT_MicroMaterialFileName, IFT_MacroLspace_microMasterNodes,
  IFT_MacroLspace_microBoundaryNodes, IFT_MacroLspace_stiffMatrxFileName, IFT_IDNLMaterial_r, IFT_IDNLMaterial_averagingtype,
  IFT_IDNLMaterial_exp, IFT_IDNLMaterial_rf, IFT_MazarsMaterial_version, IFT_MazarsMaterial_e0,
  IFT_MazarsMaterial_ac, IFT_MazarsMaterial_bc, IFT_MazarsMaterial_beta, IFT_MazarsMaterial_at,
  IFT_MazarsMaterial_bt, IFT_MazarsMaterial_ef, IFT_MazarsMaterial_r, IFT_MazarsMaterial_hreft,
  IFT_MazarsMaterial_hrefc, IFT_MazarsNLMaterial_r, IFT_DruckerPragerPlasticitySM_iys, IFT_DruckerPragerPlasticitySM_alpha,
  IFT_DruckerPragerPlasticitySM_alphapsi, IFT_DruckerPragerPlasticitySM_ht, IFT_DruckerPragerPlasticitySM_hm, IFT_DruckerPragerPlasticitySM_kc,
  IFT_DruckerPragerPlasticitySM_lys, IFT_DruckerPragerPlasticitySM_yieldtol, IFT_DruckerPragerPlasticitySM_newtoniter, IFT_DruckerPragerCutMat_alpha,
  IFT_DruckerPragerCutMat_alphapsi, IFT_DruckerPragerCutMat_h, IFT_DruckerPragerCutMat_sigT, IFT_DruckerPragerCutMat_omegaCrit,
  IFT_DruckerPragerCutMat_a, IFT_DruckerPragerCutMat_yieldTol, IFT_DruckerPragerCutMat_newtonIter, IFT_DruckerPragerCutMat_tau0,
  IFT_Masonry02_ft0, IFT_Masonry02_gfi, IFT_Masonry02_gfii, IFT_Masonry02_kn,
  IFT_Masonry02_ks, IFT_Masonry02_c0, IFT_Masonry02_tanfi0, IFT_Masonry02_tanfir,
  IFT_Masonry02_tanpsi, IFT_Masonry02_cnn, IFT_Masonry02_css, IFT_Masonry02_cn,
  IFT_Masonry02_si, IFT_Masonry02_sp, IFT_Masonry02_sm, IFT_Masonry02_sr,
  IFT_Masonry02_kp, IFT_Masonry02_km, IFT_Masonry02_kr, IFT_Masonry02_cplane,
  IFT_IsoInterfaceDamageMaterial_kn, IFT_IsoInterfaceDamageMaterial_ks, IFT_IsoInterfaceDamageMaterial_ft, IFT_IsoInterfaceDamageMaterial_gf,
  IFT_IsoInterfaceDamageMaterial_maxOmega, IFT_IsoInterfaceDamageMaterial_talpha, IFT_CebFipSlip90Material_tmax, IFT_CebFipSlip90Material_tres,
  IFT_CebFipSlip90Material_s1, IFT_CebFipSlip90Material_s2, IFT_CebFipSlip90Material_s3, IFT_J2Mat_ry,
  IFT_J2Mat_khm, IFT_J2Mat_ihm, IFT_J2Mat_rma, IFT_MDM_talpha,
  IFT_MDM_parmd, IFT_MDM_nonloc, IFT_MDM_r, IFT_MDM_efp,
  IFT_MDM_ep, IFT_MDM_gf, IFT_MDM_ft, IFT_MDM_formulation,
  IFT_MDM_mode, IFT_MDM_mapper, IFT_Steel1_ry, IFT_J2plasticMaterial_ry,
  IFT_J2plasticMaterial_khm, IFT_J2plasticMaterial_ihm, IFT_J2MPlasticMaterial_ry, IFT_J2MPlasticMaterial_khm,
  IFT_J2MPlasticMaterial_ihm, IFT_J2MPlasticMaterial_rma, IFT_RankinePlasticMaterial_ry, IFT_HellmichMaterial_E,
  IFT_HellmichMaterial_nu, IFT_HellmichMaterial_linearE, IFT_HellmichMaterial_epscu, IFT_HellmichMaterial_fc,
  IFT_HellmichMaterial_tAlpha, IFT_HellmichMaterial_isoT, IFT_HellmichMaterial_Tltf, IFT_HellmichMaterial_hltf,
  IFT_HellmichMaterial_iniT, IFT_HellmichMaterial_baseT, IFT_HellmichMaterial_flatT, IFT_HellmichMaterial_hemomat,
  IFT_HellmichMaterial_hydration, IFT_HellmichMaterial_timeScale, IFT_HellmichMaterial_shr, IFT_HellmichMaterial_noshr,
  IFT_HellmichMaterial_ashr, IFT_HellmichMaterial_bshr, IFT_HellmichMaterial_kshr, IFT_HellmichMaterial_dryingc,
  IFT_HellmichMaterial_nocreep, IFT_HellmichMaterial_modulusH, IFT_HellmichMaterial_ur, IFT_HellmichMaterial_jv,
  IFT_HellmichMaterial_tw, IFT_HellmichMaterial_devc, IFT_HellmichMaterial_noplast, IFT_HellmichMaterial_zeroalpha,
  IFT_HellmichMaterial_nohardening, IFT_HellmichMaterial_approxnewton, IFT_HellmichMaterial_computedl, IFT_HellmichMaterial_plotss,
  IFT_HellmichMaterial_pssiter, IFT_HellmichMaterial_psselem, IFT_HellmichMaterial_pssgp, IFT_HellmichMaterial_prestress,
  IFT_HellmichMaterial_prestressFrom, IFT_HellmichMaterial_prestressTo, IFT_HellmichMaterial_c60mix, IFT_HyperElasticMaterial_k,
  IFT_HyperElasticMaterial_g, IFT_MisesMat_sig0, IFT_MisesMat_h, IFT_MisesMat_omega_crit,
  IFT_MisesMat_a, IFT_MisesMatGrad_r, IFT_MisesMatGrad_m, IFT_MisesMatNl_averagingtype,
  IFT_RankineMat_sig0, IFT_RankineMat_h, IFT_RankineMat_a, IFT_RankineMat_plasthardtype,
  IFT_RankineMat_delsigy, IFT_RankineMat_yieldtol, IFT_RankineMatGrad_r, IFT_RankineMatGrad_m,
  IFT_CohSur3d_kx, IFT_CohSur3d_ky, IFT_CohSur3d_kz, IFT_LsMasterMat_m,
  IFT_LsMasterMat_slavemat, IFT_HydrationModel_hydration, IFT_HydrationModel_c60mix, IFT_HydrationModel_timeScale,
  IFT_HydrationModel_hheat, IFT_HydrationModel_cv, IFT_HydrationModel_water, IFT_HydratingIsoHeatMaterial_hydration,
  IFT_HydratingIsoHeatMaterial_mix, IFT_HydratingIsoHeatMaterial_noHeat, IFT_HydratingIsoHeatMaterial_noLHS, IFT_HydratingHeMoMaterial_hydration,
  IFT_HydratingHeMoMaterial_mix, IFT_HydratingHeMoMaterial_noHeat, IFT_HydratingHeMoMaterial_noLHS, IFT_HydrationModelInterface_hydration,
  IFT_HydrationModelInterface_castAt, IFT_HydratingConcreteMat_referenceTemperature, IFT_HydratingConcreteMat_castAt, IFT_HydratingConcreteMat_hydrationModelType,
  IFT_maxModelIntegrationTime, IFT_minModelTimeStepIntegrations, IFT_HydratingConcreteMat_conductivitytype, IFT_HydratingConcreteMat_capacitytype,
  IFT_HydratingConcreteMat_densitytype, IFT_HydratingConcreteMat_activationEnergy, IFT_HydratingConcreteMat_massCement, IFT_HydratingConcreteMat_reinforcementDegree,
  IFT_HydratingConcreteMat_tau, IFT_HydratingConcreteMat_beta, IFT_HydratingConcreteMat_B1, IFT_HydratingConcreteMat_B2,
  IFT_HydratingConcreteMat_eta, IFT_HydratingConcreteMat_DoHInf, IFT_HydratingConcreteMat_qpot, IFT_TrabBoneMaterial_E0,
  IFT_TrabBoneMaterial_Eil, IFT_TrabBoneMaterial_Eie, IFT_TrabBoneMaterial_kie, IFT_TrabBoneMaterial_Ek,
  IFT_TrabBoneMaterial_Cc, IFT_TrabBoneMaterial_Cc2, IFT_TrabBoneMaterial_EpsC, IFT_TrabBoneMaterial_SigYp,
  IFT_TrabBoneMaterial_SigYn, IFT_TrabBoneMaterial_adam, IFT_TrabBoneNL_r, IFT_TrabBoneNL_m,
  IFT_TrabBone3D_eps0, IFT_TrabBone3D_nu0, IFT_TrabBone3D_mu0, IFT_TrabBone3D_expk,
  IFT_TrabBone3D_expl, IFT_TrabBone3D_m1, IFT_TrabBone3D_m2, IFT_TrabBone3D_rho,
  IFT_TrabBone3D_sig0Pos, IFT_TrabBone3D_sig0Neg, IFT_TrabBone3D_chi0Pos, IFT_TrabBone3D_chi0Neg,
  IFT_TrabBone3D_tau0, IFT_TrabBone3D_expp, IFT_TrabBone3D_expq, IFT_TrabBone3D_plasHardFactor,
  IFT_TrabBone3D_expPlasHard, IFT_TrabBone3D_expDam, IFT_TrabBone3D_critDam, IFT_TrabBone3D_x1,
  IFT_TrabBone3D_x2, IFT_TrabBone3D_x3, IFT_TrabBone3D_y1, IFT_TrabBone3D_y2,
  IFT_TrabBone3D_y3, IFT_TrabBone3D_viscosity, IFT_TrabBone3D_yR, IFT_TrabBone3D_kappaMax,
  IFT_TrabBone3D_kappaMin, IFT_TrabBone3D_kappaSlope, IFT_TrabBone3D_N, IFT_TrabBone3D_gMin,
  IFT_TrabBone3D_formulation, IFT_TrabBone3D_gammaL, IFT_TrabBone3D_gammaP, IFT_TrabBone3D_tDens,
  IFT_TrabBone3D_densCrit, IFT_TrabBone3D_printflag, IFT_TrabBone3D_max_num_iter, IFT_TrabBone3D_max_num_substeps,
  IFT_TrabBone3D_rel_yield_tol, IFT_TrabBone3D_strain_tol, IFT_TrabBone3D_abaqus, IFT_TrabBoneNL3D_r,
  IFT_TrabBoneNL3D_m, IFT_TrabBoneEmbed_eps0, IFT_TrabBoneEmbed_nu0, IFT_TrabBoneEmbed_mu0,
  IFT_TrabBoneEmbed_rho, IFT_TrabBoneNLEmbed_r, IFT_TrabBoneNLEmbed_m, IFT_ConcreteDPM_fc,
  IFT_ConcreteDPM_ft, IFT_ConcreteDPM_ecc, IFT_ConcreteDPM_kinit, IFT_ConcreteDPM_ahard,
  IFT_ConcreteDPM_bhard, IFT_ConcreteDPM_chard, IFT_ConcreteDPM_dhard, IFT_ConcreteDPM_asoft,
  IFT_ConcreteDPM_bsoft, IFT_ConcreteDPM_dilation, IFT_ConcreteDPM_yieldtol, IFT_ConcreteDPM_newtoniter,
  IFT_ConcreteDPM_ef, IFT_ConcreteDPM_gf, IFT_ConcreteDPM_cycmode, IFT_ConcreteDPM_cycpar,
  IFT_ConcreteDPM_reltime, IFT_ConcreteDPM_rateexp, IFT_ConcreteDPM_href, IFT_ConcreteDPM_helem,
  IFT_ConcreteSCM_alpha, IFT_ConcreteSCM_beta, IFT_ConcreteSCM_lambda, IFT_ConcreteSCM_theta,
  IFT_ConcreteSCM_alpha1, IFT_ConcreteSCM_beta1, IFT_ConcreteSCM_lambda1, IFT_ConcreteSCM_theta1,
  IFT_ConcreteSCM_alpha2, IFT_ConcreteSCM_beta2, IFT_ConcreteSCM_lambda2, IFT_ConcreteSCM_theta2,
  IFT_ConcreteSCM_kappa0, IFT_ConcreteSCM_D1, IFT_ConcreteSCM_D2, IFT_ConcreteSCM_W,
  IFT_ConcreteSCM_R, IFT_ConcreteSCM_X0, IFT_ConcreteSCM_A, IFT_ConcreteSCM_B,
  IFT_ConcreteSCM_C, IFT_ConcreteSCM_D, IFT_ConcreteSCM_tau0c, IFT_ConcreteSCM_tau0t,
  IFT_ConcreteSCM_dmax, IFT_ConcreteSCM_pmod, IFT_ConcreteSCM_Gft, IFT_ConcreteSCM_Gfc,
  IFT_ConcreteSCM_Gfs, IFT_ConcreteSCM_pwrt, IFT_ConcreteSCM_pwrc, IFT_ConcreteDPM2_fc,
  IFT_ConcreteDPM2_fcZero, IFT_ConcreteDPM2_ft, IFT_ConcreteDPM2_ecc, IFT_ConcreteDPM2_tinit,
  IFT_ConcreteDPM2_sinit, IFT_ConcreteDPM2_cinit, IFT_ConcreteDPM2_kinit, IFT_ConcreteDPM2_ahard,
  IFT_ConcreteDPM2_bhard, IFT_ConcreteDPM2_chard, IFT_ConcreteDPM2_dhard, IFT_ConcreteDPM2_dilation,
  IFT_ConcreteDPM2_asoft, IFT_ConcreteDPM2_bsoft, IFT_ConcreteDPM2_hp, IFT_ConcreteDPM2_yieldtol,
  IFT_ConcreteDPM2_newtoniter, IFT_ConcreteDPM2_wf, IFT_ConcreteDPM2_softeningType, IFT_ConcreteDPM2_ftOne,
  IFT_ConcreteDPM2_wfOne, IFT_ConcreteDPM2_rateFlag, IFT_ConcreteDPM2_timeFactor, IFT_ConcreteDPM2_helem,
  IFT_ConcreteDPM2_isoflag, IFT_LatticeDamage2d_eNormal, IFT_LatticeDamage2d_alphaOne, IFT_LatticeDamage2d_alphaTwo,
  IFT_LatticeDamage2d_softeningType, IFT_LatticeDamage2d_wf, IFT_LatticeDamage2d_wfOne, IFT_LatticeDamage2d_localrandomtype,
  IFT_LatticeDamage2d_coefficientOfVariation, IFT_LatticeDamage2d_equivType, IFT_LatticeDamage2d_e0Mean, IFT_LatticeDamage2d_e0OneMean,
  IFT_LatticeDamage2d_coh, IFT_LatticeDamage2d_ec, IFT_LatticeDamage2d_paramDuct, IFT_DustMaterial_alpha,
  IFT_DustMaterial_beta, IFT_DustMaterial_lambda, IFT_DustMaterial_theta, IFT_DustMaterial_ft,
  IFT_DustMaterial_hardeningType, IFT_DustMaterial_mStiff, IFT_DustMaterial_rEll, IFT_DustMaterial_x0,
  IFT_DustMaterial_newtonTol, IFT_DustMaterial_newtonIter, IFT_DustMaterial_wHard, IFT_DustMaterial_dHard,
  IFT_LsMasterMat_slaveMat, IFT_ConcreteDPMnlMaterial_r, IFT_ConcreteDPMnlMaterial_m, IFT_NewtonianFluidMaterial_mu,
  IFT_BinghamFluidMaterial_mu0, IFT_BinghamFluidMaterial_tau0, IFT_BinghamFluidMaterial_muinf, IFT_BinghamFluidMaterial_stressGrowthRate,
  IFT_TwoFluidMaterial_mat, IFT_CompRowPrecond_droptol, IFT_CompRowPrecond_partfill, IFT_NonlocalMaterialExtensionInterface_regionmap,
  IFT_NonlocalMaterialExtensionInterface_permanentNonlocTableFlag, IFT_NonlocalMaterialExtensionInterface_r, IFT_NonlocalMaterialExtensionInterface_wft, IFT_NonlocalMaterialExtensionInterface_averagingtype,
  IFT_NonlocalMaterialExtensionInterface_m, IFT_NonlocalMaterialExtensionInterface_scalingtype, IFT_NonlocalMaterialExtensionInterface_averagedquantity, IFT_NonlocalMaterialExtensionInterface_nonlocalvariation,
  IFT_NonlocalMaterialExtensionInterface_beta, IFT_NonlocalMaterialExtensionInterface_zeta, IFT_SimpleInterfaceMaterial_kn, IFT_SimpleInterfaceMaterial_knt,
  IFT_SimpleInterfaceMaterial_frictCoeff, IFT_SimpleInterfaceMaterial_stiffCoeff, IFT_SimpleInterfaceMaterial_normalClearance, IFT_OutputManager_name,
  IFT_OutputManager_tstepall, IFT_OutputManager_tstepstep, IFT_OutputManager_dofmanall, IFT_OutputManager_elementall,
  IFT_OutputManager_tstepsout, IFT_OutputManager_dofmanoutput, IFT_OutputManager_dofmanexcept, IFT_OutputManager_elementoutput,
  IFT_OutputManager_elementexcept, IFT_HeavisideLTF_origin, IFT_HeavisideLTF_value, IFT_PeakFunction_t,
  IFT_PeakFunction_ft, IFT_PiecewiseLinFunction_npoints, IFT_PiecewiseLinFunction_t, IFT_PiecewiseLinFunction_ft,
  IFT_PiecewiseLinFunctionBlock_npoints, IFT_PeriodicPiecewiseLinFunction_period, IFT_PeriodicPiecewiseLinFunction_addtf, IFT_UserDefinedLoadTimeFunction_ft,
  IFT_UserDefinedTemperatureField_size, IFT_UserDefinedTemperatureField_t1, IFT_UserDefinedTemperatureField_t2, IFT_UserDefinedTemperatureField_t3,
  IFT_PolylineNonlocalBarrier_vertexnodes, IFT_PolylineNonlocalBarrier_xcoordindx, IFT_PolylineNonlocalBarrier_ycoordindx, IFT_SymmetryBarrier_origin,
  IFT_SymmetryBarrier_normals, IFT_SymmetryBarrier_activemask, IFT_ErrorEstimator_regionskipmap, IFT_ErrorEstimator_IStype,
  IFT_ScalarErrorIndicator_vartype, IFT_DirectErrorIndicatorRC_minlim, IFT_DirectErrorIndicatorRC_maxlim, IFT_DirectErrorIndicatorRC_mindens,
  IFT_DirectErrorIndicatorRC_maxdens, IFT_DirectErrorIndicatorRC_defdens, IFT_DirectErrorIndicatorRC_remeshingdensityratio, IFT_ZZErrorEstimator_normtype,
  IFT_ZZErrorEstimator_recoverytype, IFT_ZZRemeshingCriteria_requirederror, IFT_ZZRemeshingCriteria_minelemsize, IFT_HuertaErrorEstimator_normtype,
  IFT_HuertaErrorEstimator_refinelevel, IFT_HuertaErrorEstimator_requirederror, IFT_HuertaErrorEstimator_skipsteps, IFT_HuertaErrorEstimator_initialskipsteps,
  IFT_HuertaErrorEstimator_werror, IFT_HuertaErrorEstimator_permat, IFT_HuertaErrorEstimator_impmat, IFT_HuertaErrorEstimator_imppos,
  IFT_HuertaErrorEstimator_exact, IFT_HuertaRemeshingCriteria_requirederror, IFT_HuertaRemeshingCriteria_minelemsize, IFT_HuertaRemeshingCriteria_noremesh,
  IFT_HuertaRemeshingCriteria_werror, IFT_HuertaRemeshingCriteria_refinecoeff, IFT_HuertaErrorEstimatorInterface_coords, IFT_MMALeastSquareProjection_statefilter,
  IFT_MMALeastSquareProjection_regionfilter, IFT_LEPLIC_refVol, IFT_LSPCS_levelSetValues, IFT_LSPCS_refmatpoly_x,
  IFT_LSPCS_refmatpoly_y, IFT_LSPCS_reinit_dt, IFT_LSPCS_reinit_err, IFT_LSPCS_reinit_alg,
  IFT_LSPCS_nsd, IFT_LSPCS_ci1, IFT_LSPCS_ci2, IFT_LoadBalancer_wtp,
  IFT_LoadBalancerMonitor_nodeWeightMode, IFT_LoadBalancerMonitor_initialnodeweights, IFT_WallClockLoadBalancerMonitor_relwct, IFT_WallClockLoadBalancerMonitor_abswct,
  IFT_WallClockLoadBalancerMonitor_minwct, IFT_WallClockLoadBalancerMonitor_lbstep, IFT_WallClockLoadBalancerMonitor_perturbedsteps, IFT_WallClockLoadBalancerMonitor_perturbfactor,
  IFT_WallClockLoadBalancerMonitor_recoveredsteps, IFT_WallClockLoadBalancerMonitor_processingweights, IFT_LocalGaussianRandomGenerator_mean, IFT_LocalGaussianRandomGenerator_variance,
  IFT_LocalGaussianRandomGenerator_seed, IFT_ExternalFieldGenerator_name, IFT_RandomMaterialExt_randVariables, IFT_RandomMaterialExt_randGen,
  IFT_XfemManager_numberOfGeometryItems, IFT_XfemManager_numberOfEnrichmentItems, IFT_XfemManager_numberOfEnrichmentFunctions, IFT_XfemManager_name,
  IFT_Identification, IFT_Circle_center, IFT_Circle_radius, IFT_Circle_start,
  IFT_Circle_end, IFT_Line_start, IFT_Line_end, IFT_Point_coords,
  IFT_ParticleTopology_nsd, IFT_ParticleTopology_baseResolution, IFT_ParticleTopology_tubeWidth, IFT_ParticleTopology_neighbors,
  IFT_ParticleTopology_boundingBoxA, IFT_ParticleTopology_boundingBoxB, IFT_ParticleTopology_numberOfSegments, IFT_ParticleTopology_regionOutside,
  IFT_ParticleTopology_regionInside, IFT_Meshing_elementType, IFT_Meshing_material, IFT_Meshing_bc,
  IFT_EnrichmentItem_geometryItemNr, IFT_EnrichmentItem_enrichmentFunctionNr, IFT_EnrichmentItem_materialNr, IFT_BSplineInterpolation_degree,
  IFT_BSplineInterpolation_knotVectorU, IFT_BSplineInterpolation_knotVectorV, IFT_BSplineInterpolation_knotVectorW, IFT_BSplineInterpolation_knotMultiplicityU,
  IFT_BSplineInterpolation_knotMultiplicityV, IFT_BSplineInterpolation_knotMultiplicityW, IFT_TSplineInterpolation_localIndexKnotVectorU, IFT_TSplineInterpolation_localIndexKnotVectorV,
  IFT_TSplineInterpolation_localIndexKnotVectorW, IFT_IGAElement_NIP, IFT_IGAElement_KnotSpanParallelMode, IFT_RVEMaterial_bctype,
  IFT_RVEMaterial_supressoutput, IFT_WeakPeriodicBoundaryCondition_order, IFT_WeakPeriodicBoundaryCondition_descritization, IFT_Unknown
}
 Enumeration type used to determine particular field in record. More...
enum  integrationDomain {
  _Unknown_integrationDomain, _Point, _Line, _Triangle,
  _Square, _Cube, _Tetrahedra, _Wedge,
  _Wedge2, _Embedded2dLine
}
 Used by integrator class to supply integration points for proper domain to be integrated (Area,Volume and its shape) More...
enum  InterfaceType {
  UnknownInterfaceType, LayeredCrossSectionInterfaceType, FiberedCrossSectionInterfaceType, ZZNodalRecoveryModelInterfaceType,
  NodalAveragingRecoveryModelInterfaceType, SPRNodalRecoveryModelInterfaceType, ZZErrorEstimatorInterfaceType, HuertaErrorEstimatorInterfaceType,
  Huerta1dErrorEstimatorInterfaceType, DirectErrorIndicatorRCInterfaceType, ZZRemeshingCriteriaInterfaceType, HuertaRemeshingCriteriaInterfaceType,
  SpatialLocalizerInterfaceType, EIPrimaryUnknownMapperInterfaceType, MMAShapeFunctProjectionInterfaceType, EIPrimaryFieldInterfaceType,
  NonlocalMaterialStatusExtensionInterfaceType, NonlocalMaterialExtensionInterfaceType, NonlocalMaterialStiffnessInterfaceType, MaterialModelMapperInterfaceType,
  RandomMaterialStatusExtensionInterfaceType, HydrationModelInterfaceType, HydrationModelStatusInterfaceType, LEPlicElementInterfaceType,
  LevelSetPCSElementInterfaceType, XfemElementInterfaceType, VTKXMLExportModuleElementInterfaceType
}
 Enumerative type, used to identify interface type. More...
enum  InternalStateMode { ISM_local, ISM_recovered }
 Determines the mode of internal variable. More...
enum  InternalStateType { InternalStateType_DEF }
 Type representing the physical meaning of element or constitutive model internal variable. More...
enum  ElementCharSizeMethod {
  ECSM_Unknown, ECSM_SquareRootOfArea, ECSM_Projection, ECSM_ProjectionCentered,
  ECSM_Oliver1, ECSM_Oliver1modified, ECSM_Oliver2
}
enum  InternalStateValueType {
  ISVT_UNDEFINED, ISVT_SCALAR, ISVT_VECTOR, ISVT_TENSOR_S3,
  ISVT_TENSOR_S3E, ISVT_TENSOR_G
}
 Determines the type of internal variable. More...
enum  LinSystSolverType {
  ST_Direct = 0, ST_IML = 1, ST_Spooles = 2, ST_Petsc = 3,
  ST_DSS = 4, ST_Feti = 5
}
 The values of this type should be related not to specific solvers, but more to specific packages that provide linear solver interface (possibly with many solver types) and are represented by a class derived from SparseLinearSystemNM. More...
enum  LoadResponseMode { TotalLoad, IncrementOfLoad }
 Type representing the required character of load vector. More...
enum  MaterialMappingAlgorithmType { MaterialMappingAlgorithmType_DEF }
 Enumerative type used to classify supported MaterialMappingAlgorithms. More...
enum  MaterialMode { MaterialMode_DEF }
enum  MatResponseForm {
  ReducedForm, FullForm, PDGrad_uu, PDGrad_ku,
  PDGrad_uk, PDGrad_kk, PDGrad_LD
}
 Type representing the form of returned characteristic value (for cross section and material models). More...
enum  MatResponseMode { MatResponseMode_DEF }
 Describes the character of characteristic material matrix. More...
enum  MatStatusVar {
  ms_unknown, ms_yield_flag, ms_isCracked_flag, ms_crackDirection_flag,
  ms_crackStatus_flag, ms_damage_flag
}
enum  MeshPackageType { MeshPackageType_DEF }
 Enumerative type used to classify supported mesh packages. More...
enum  NumericalCmpn { InternalRhs, NonLinearLhs, NonLinearRhs_Incremental }
 Type representing numerical component. More...
enum  OGC_PlotModeType {
  OGC_unknown, OGC_rawGeometry, OGC_deformedGeometry, OGC_eigenVectorGeometry,
  OGC_nodeGeometry, OGC_nodeAnnotation, OGC_elementAnnotation, OGC_essentialBC,
  OGC_naturalBC, OGC_nodeScalarPlot, OGC_nodeVectorPlot, OGC_scalarPlot,
  OGC_vectorPlot, OGC_tensorPlot, OGC_elemSpecial
}
enum  ScalarAlgorithmType { SA_ISO_SURF, SA_ISO_LINE, SA_ZPROFILE, SA_COLORZPROFILE }
enum  SmootherType { Smoother_NA, Smoother_ZZ, Smoother_SPR }
enum  ScaleMode { SM_Autoscale, SM_UserDefined }
enum  ProblemCommunicatorMode { ProblemCommMode__UNKNOWN_MODE, ProblemCommMode__NODE_CUT, ProblemCommMode__ELEMENT_CUT, ProblemCommMode__REMOTE_ELEMENT_MODE }
 ProblemCommunicatorMode determines the valid mode. More...
enum  problemMode { _processor, _postProcessor }
enum  problemScale { macroScale, microScale }
 Corresponds to macro- and micro-problem in multiscale simulations. More...
enum  RemeshingStrategy { NoRemeshing_RS, RemeshingFromCurrentState_RS, RemeshingFromPreviousState_RS }
 Type representing the remeshing strategy. More...
enum  SparseMtrxType {
  SMT_Skyline, SMT_SkylineU, SMT_CompCol, SMT_DynCompCol,
  SMT_SymCompCol, SMT_DynCompRow, SMT_SpoolesMtrx, SMT_PetscMtrx,
  SMT_DSS_sym_LDL, SMT_DSS_sym_LL, SMT_DSS_unsym_LU
}
 Enumerative type used to identify the sparse matrix type. More...
enum  SPRPatchType { SPRPatchType_2dxy, SPRPatchType_3dBiLin, SPRPatchType_2dquadratic, SPRPatchType_3dBiQuadratic }
enum  stressStrainPrincMode { principal_strain, principal_stress, principal_deviatoricstress }
 We have only one algorithm for computing eigenvalues and vectors in order to be able to distinguish between some different modes we define this new type. More...
enum  TimeDiscretizationType {
  TD_Unspecified = -1, TD_ThreePointBackward = 0, TD_TwoPointBackward = 1, TD_Newmark = 2,
  TD_Wilson = 3, TD_Explicit = 4
}
 Time discretization used by transient solvers. More...
enum  TopologyState { TS_OK, TS_NeedsRemeshing }
 Determines the state of the evolving topology. More...
enum  UnknownType { UnknownType_DEF }
 Type representing particular unknown (its physical meaning). More...
enum  ValueModeType { ValueModeType_DEF }
 Type representing the mode of UnknownType or CharType, or similar types. More...
enum  VarScaleType {
  VST_Length, VST_Velocity, VST_Time, VST_Density,
  VST_Pressure, VST_Force, VST_Viscosity, VST_ReynoldsNumber
}
 Type determining the scale corresponding to particular variable. More...
enum  basisType { monomial = 0, trigonometric = 1, legendre = 2 }
enum  ActiveSurface { asNone = 0, asDP = 1, asTC = 2, asCorner = 3 }
enum  FindRootMethod { frRegula = 1, frBinTree = 2, frMixed = 3 }
enum  MixtureType { mtLafarge = 1, mtHuber = 2, mtC60, mtC100 }
enum  MMALeastSquareProjectionPatchType { MMALSPPatchType_1dq, MMALSPPatchType_2dq }
enum  NonLinearStatic_stiffnessMode { nls_tangentStiffness = 0, nls_secantStiffness = 1, nls_elasticStiffness = 2, nls_secantInitialStiffness = 3 }
 Type determining the stiffness mode. More...
enum  NonLinearStatic_controlType { nls_indirectControl = 0, nls_directControl = 1, nls_directControl2 = 2 }
 Type determining type of loading control. This type determines the solver to be used. More...
enum  CS_type { unknownCS, localCS, shellCS }
 Coordinate system type. More...
enum  state_flag_values { PM_Elastic, PM_Yielding, PM_Unloading }
enum  CharTensor {
  LocalStrainTensor, GlobalStrainTensor, LocalCurvatureTensor, GlobalCurvatureTensor,
  LocalForceTensor, GlobalForceTensor, LocalMomentumTensor, GlobalMomentumTensor
}

Functions

const char * __CharTypeToString (CharType _value)
char cltypesGiveUnknownTypeModeKey (ValueModeType mode)
InternalStateValueType giveInternalStateValueType (InternalStateType type)
const char * __InternalStateTypeToString (InternalStateType _value)
const char * __UnknownTypeToString (UnknownType _value)
const char * __dofTypeToString (dofType _value)
const char * __domainTypeToString (domainType _value)
const char * __MaterialModeToString (MaterialMode _value)
const char * __Element_Geometry_TypeToString (Element_Geometry_Type _value)
const char * __ValueModeTypeToString (ValueModeType _value)
const char * __MatResponseModeToString (MatResponseMode _value)
const char * __DofIDItemToString (DofIDItem _value)
const char * __MaterialMappingAlgorithmTypeToString (MaterialMappingAlgorithmType _value)
const char * __MeshPackageTypeToString (MeshPackageType _value)
const char * __EquationIDToString (EquationID _value)
FieldType __StringToFieldType (const char *_value)
void oofem_exit (int code)
 Global variable containing warning level, should be in interval (0,3).
FieldType __StringToFieldType (std::string _value)
FloatArrayoperator*= (FloatArray &x, const double &a)
 Vector multiplication by scalar.
FloatArray operator* (const double &a, const FloatArray &x)
FloatArray operator* (const FloatArray &x, const double &a)
FloatArray operator+ (const FloatArray &x, const FloatArray &y)
FloatArray operator- (const FloatArray &x, const FloatArray &y)
FloatArrayoperator+= (FloatArray &x, const FloatArray &y)
FloatArrayoperator-= (FloatArray &x, const FloatArray &y)
double dot (const FloatArray &x, const FloatArray &y)
double norm (const FloatArray &x)
double * allocDouble (int n)
 Allocates space for given number of doubles and returns pointer to newly allocated space in memory.
int * allocInt (int n)
 Allocates space for given number of ints and returns pointer to newly allocated space in memory.
void freeStoreError ()
 This function is called whenever system is unable to allocate required memory.
void freeDouble (double *a)
 Deallocates the array of doubles.
void freeInt (int *a)
 Deallocates the array of integers.
void drawIGAPatchDeformedGeometry (Element *elem, StructuralElementEvaluator *se, oofegGraphicContext &gc, UnknownType)
template<class operation >
int quickSortPartition (IntArray &arry, int l, int r, operation op)
template<class operation >
void quickSort (IntArray &arry, int l, int r, operation op)
template<class operation >
void sort (IntArray &arry, operation op)
 Sorts the receiver using quicksort algorithm.
void LOG_FORCED_MSG (Logger &logger, const char *format,...)
void LOG_RELEVANT (Logger &logger, const char *format,...)
void LOG_INFO (Logger &logger, const char *format,...)
void LOG_DEBUG (Logger &logger, const char *format,...)
void OOFEM_LOG_RELEVANT (const char *format,...)
void OOFEM_LOG_INFO (const char *format,...)
void OOFEM_LOG_DEBUG (const char *format,...)
void cubic (double a, double b, double c, double d, double *r1, double *r2, double *r3, int *num)
 Solves cubic equation for real roots.
void cubic3r (double a, double b, double c, double d, double *r1, double *r2, double *r3, int *num)
 Solves cubic equation for real roots, assuming that if cubic polynomial given then the only possibility is that only three real roots exists.
int iperm (int val, int rank)
 Returns iperm of val, in specific rank.
void ls2fit (const FloatArray &x, const FloatArray &y, FloatArray &a)
 Least-square fit of 2nd degree polynomial $ y = a_0 + a_1 x + a_2 x^2 $.
double signum (double i)
 Returns the signum of given value (i = 0 returns 0, i < 0 returns -1, i > 0 returns 1)
int min (int i, int j)
 Returns smaller value from two given decimals.
long min (long i, long j)
 Returns smaller value from two given long decimals.
double min (double i, double j)
 Returns smaller value from two given floats.
int max (int i, int j)
 Returns bigger value form two given decimals.
double clamp (int a, int lower, int upper)
 Returns the clamped value of a between upper and lower.
long max (long i, long j)
 Returns bigger value form two given long decimals.
double max (double i, double j)
 Returns bigger value form two given floats.
double clamp (double a, double lower, double upper)
 Returns the clamped value of a between upper and lower.
double sgn (double i)
 Returns the signum of given value (if value is < 0 returns -1, otherwise returns 1)
int nearest (double x)
 Returns the nearest integer.
double cbrt (double x)
 Returns the cubic root of x.
double macbra (double x)
 Returns the positive part of given float.
double negbra (double x)
 Returns the negative part of given float.
template<class T >
double gss (double ax, double bx, double cx, const T &f, double tol, double &xmin)
 Minimize function of one variable using golden section search.
template<class T >
double brent (double ax, double bx, double cx, const T &f, double tol, double &xmin)
void oofeg_drawIsoLinesOnTriangle (WCRec coords[3], double s[3])
void oofeg_drawIsoLinesOnQuad (WCRec coords[4], double s[4])
ElementCreateUsrDefElementOfType (const char *name, int num, Domain *d)
 Creates new instance of element corresponding to given element keyword.
DofManagerCreateUsrDefDofManagerOfType (const char *name, int num, Domain *d)
 Creates new instance of user defined dof manager corresponding to given keyword.
CrossSectionCreateUsrDefCrossSectionOfType (const char *name, int num, Domain *d)
 Creates new instance of user defined cross section model corresponding to given keyword.
CrossSectionCreateUsrDefCrossSectionOfType (classType type, int num, Domain *d)
 Creates new instance of user defined cross section model corresponding to given type.
EngngModelCreateUsrDefEngngModelOfType (const char *name, int num, EngngModel *master=NULL)
 Creates new instance of user defined engineering model corresponding to given keyword.
GeneralBoundaryConditionCreateUsrDefBoundaryConditionOfType (const char *name, int num, Domain *d)
 Creates new instance of user defined load corresponding to given keyword.
LoadTimeFunctionCreateUsrDefLoadTimeFunctionOfType (const char *name, int num, Domain *d)
 Creates new instance of user defined load time function corresponding to given keyword.
LoadTimeFunctionCreateUsrDefLoadTimeFunctionOfType (classType type, int num, Domain *d)
 Creates new instance of user defined load time function corresponding to given type.
MaterialCreateUsrDefMaterialOfType (const char *name, int num, Domain *d)
 Creates new instance of user defined material model corresponding to given keyword.
MaterialCreateUsrDefMaterialOfType (classType type, int num, Domain *d)
 Creates new instance of user defined material model corresponding to given type.
TopologyDescriptionCreateUsrDefTopologyOfType (const char *name, Domain *d)
 Creates new instance of user defined engineering model corresponding to given keyword.
SparseMtrxCreateUsrDefSparseMtrx (SparseMtrxType type)
 Creates new empty instance of sparse matrix of given type.
SparseLinearSystemNMCreateUsrDefSparseLinSolver (LinSystSolverType st, int i, Domain *d, EngngModel *m)
 Creates new Instance of Linear Sparse Solver of given type.
SparseGeneralEigenValueSystemNMCreateUsrDefGeneralizedEigenValueSolver (GenEigvalSolverType st, int i, Domain *d, EngngModel *m)
 Creates new instance of Generalized Eigenvalue Solver of given type.
SparseNonLinearSystemNMCreateUsrDefNonlinearSolver (const char *name, int i, Domain *d, EngngModel *m)
 Creates new instance of a nonlinear solver of given name.
ErrorEstimatorCreateUsrDefErrorEstimator (ErrorEstimatorType type, int number, Domain *d)
 Creates new instance of Error Estimator of given type.
ExportModuleCreateUsrDefExportModuleOfType (const char *name, int number, EngngModel *emodel)
 Creates new instance of Export Module of given name.
InitModuleCreateUsrDefInitModuleOfType (const char *name, int number, EngngModel *emodel)
 Creates new Instance of Initialization Module of given name.
NonlocalBarrierCreateUsrDefNonlocalBarrierOfType (const char *name, int num, Domain *d)
 Creates new Instance of Nonlocal Barrier class corresponding to given name.
NonlocalBarrierCreateUsrDefNonlocalBarrierOfType (classType type, int num, Domain *d)
 Creates new Instance of Nonlocal Barrier class corresponding to given name.
RandomFieldGeneratorCreateUsrDefRandomFieldGenerator (const char *name, int num, Domain *d)
 Creates new Instance of Random generator class corresponding to given name.
RandomFieldGeneratorCreateUsrDefRandomFieldGenerator (classType type, int num, Domain *d)
 Creates new Instance of Random generator class corresponding to given name.
IntegrationRuleCreateUsrDefIRuleOfType (classType type, int num, Element *e)
 Creates new instance of user defined integration rule corresponding to given keyword.
ElementCreateUsrDefElementOfType (classType type, int num, Domain *d)
 Creates new instance of element corresponding to given element keyword.
DofManagerCreateUsrDefDofManagerOfType (classType type, int num, Domain *d)
 Creates new instance of user defined dof manager corresponding to given keyword.
DofCreateUsrDefDofOfType (dofType type, int num, DofManager *d)
 Creates new instance of user defined dof corresponding to given keyword.
GeneralBoundaryConditionCreateUsrDefBoundaryConditionOfType (classType type, int num, Domain *d)
 Creates new instance of user defined boundary condition corresponding to given id.
InitialConditionCreateUsrDefInitialConditionOfType (classType type, int num, Domain *d)
 Creates new instance of user defined initial condition corresponding to given id.
MaterialMappingAlgorithmCreateUsrDefMaterialMappingAlgorithm (MaterialMappingAlgorithmType type)
 Creates new instance of material mapping algorithm, corresponding to given MaterialMappingAlgorithmType.
MesherInterfaceCreateUsrDefMesherInterface (MeshPackageType type, Domain *d)
 Creates new instance of mesher interface, corresponding to given MeshPackageType.
EnrichmentItemCreateUsrDefEnrichmentItem (const char *name, int num, XfemManager *xm, Domain *d)
 Creates new instance of enrichment item.
EnrichmentItemCreateUsrDefEnrichmentItem (classType type, int num, XfemManager *xm, Domain *d)
EnrichmentFunctionCreateUsrDefEnrichmentFunction (const char *name, int num, Domain *d)
 Creates new instance of enrichment function.
EnrichmentFunctionCreateUsrDefEnrichmentFunction (classType type, int num, Domain *d)
BasicGeometryCreateUsrDefGeometry (const char *name)
 Creates new instance of geometry.
BasicGeometryCreateUsrDefGeometry (classType type)
PatchCreateUsrDefPatch (Patch::PatchType ptype, Element *e)
 Creates new instance of patch.
NodalRecoveryModelCreateUsrDefNodalRecoveryModel (NodalRecoveryModel::NodalRecoveryModelType type, Domain *d)
 Creates new instance nodal recovery model of given type.
LoadBalancerMonitorCreateUsrDefLoadBalancerMonitorOfType (classType type, EngngModel *e)
 Creates new instance of load balance monitor corresponding to given keyword.
LoadBalancerCreateUsrDefLoadBalancerOfType (classType type, Domain *d)
 Creates new instance of load balancer corresponding to given keyword.
char * giveLineFromInput (FILE *inputStream, char *line, int len)
 Reads the input line from file and converts all characters to lower case.
char * giveRawLineFromInput (FILE *inputStream, char *line, int len)
 Reads the input line from file.
void giveInputDataFileName (std::string &dataInputFileName)
 Returns the name of the file containing the data of the problem.
EngngModelInstanciateProblem (DataReader *dr, problemMode mode, int contextFlag, EngngModel *master=0, bool parallelFlag=false)
 Instanciates the new problem.
void principalStresses (double *answer, double *s, stressStrainPrincMode mode)
double sig (double number)
void free_vector (float *v, int nl)
void free_ivector (int *v, int nl)
void free_dvector (double *v, int nl)
void free_matrix (float **m, int nrl, int nrh, int ncl)
void free_dmatrix (double **m, int nrl, int nrh, int ncl)
void free_imatrix (int **m, int nrl, int nrh, int ncl)
void free_submatrix (float *b, int nrl)
void free_convert_matrix (float **b, int nrl)

Variables

Logger oofem_logger (Logger::LOG_LEVEL_INFO, stdout)
Logger oofem_errLogger (Logger::LOG_LEVEL_WARNING, stderr)
static bool masterRun = true
static bool exactFlag = false
static BufferedDataReader refinedReader
static int impMat
static int perMat
static FloatArray impPos
static int globalNelems

Detailed Description

Todo:
Replace abort() with OOFEM_ERROR

Typedef Documentation

Type with size equal to one byte (sizeof (ComBuff_BYTE_TYPE) should be 1).

Communication buffer buffer member is of this type.

Definition at line 53 of file combuff.h.

typedef long oofem::ContextMode

Context mode (mask), defining the type of information written/read to/from context.

Definition at line 43 of file contextmode.h.

Definition at line 244 of file gausspnt.h.

typedef unsigned int oofem::MaterialOptions

Definition at line 53 of file hellmat.h.

typedef unsigned long oofem::NM_Status

Mask defining NumMetod Status; which can be asked after finishing computation by Numerical Method.

this mask should report some situation.

Definition at line 44 of file nmstatus.h.

StateCounterType type used to indicate solution state.

Definition at line 40 of file statecountertype.h.

Definition at line 43 of file stressstrainbasevector.h.


Enumeration Type Documentation

Enumerator:
asNone 
asDP 
asTC 
asCorner 

Definition at line 51 of file hellmat.h.

Enumerator:
monomial 
trigonometric 
legendre 

Definition at line 45 of file weakperiodicbc.h.

Type representing the geometric character of loading.

Enumerator:
UnknownBGT 

Unknown type.

NodalLoadBGT 

Concentrated nodal load.

BodyLoadBGT 

Distributed body load.

EdgeLoadBGT 

Distributed edge load.

SurfaceLoadBGT 

Distributed surface load.

PointLoadBGT 

Concentrated point load (placed anywhere).

Definition at line 40 of file bcgeomtype.h.

Type representing the type of bc.

Enumerator:
UnknownBT 

Unknown.

DirichletBT 

Prescribed value.

TransmissionBC 

Neumann type (prescribed flux).

ConvectionBC 

Newton type.

SlipWithFriction 
PenetrationWithResistance 
OutFlowBC 

Definition at line 40 of file bctype.h.

Type determining the type of general boundary condition.

Enumerator:
UnknownBVT 
TemperatureBVT 
ForceLoadBVT 
PressureBVT 
HumidityBVT 
VelocityBVT 
DisplacementBVT 
EigenstrainBVT 
ReinforceBVT 

Definition at line 40 of file bcvaltype.h.

Enumerator:
LocalStrainTensor 
GlobalStrainTensor 
LocalCurvatureTensor 
GlobalCurvatureTensor 
LocalForceTensor 
GlobalForceTensor 
LocalMomentumTensor 
GlobalMomentumTensor 

Definition at line 44 of file trplanrot3d.h.

Enumerator:
CharType_DEF 

Definition at line 115 of file chartype.h.

Type introduced to distinguish between classes.

Intended for run-time type checking. Every derived class from FemComponent base class should overload the abstract giveClassID service. This service can be used to distinguish between multiple derived classes.

Enumerator:
FEMComponentClass 
IntegrationPointStatusClass 
GeneralBoundaryConditionClass 
ActiveBoundaryConditionClass 
SurfaceTensionBoundaryConditionClass 
LoadClass 
BoundaryConditionClass 
PrescribedGradientClass 
MixedGradientPressureBCClass 
MixedGradientPressureNeumannClass 
MixedGradientPressureDirichletClass 
InitialConditionClass 
NodalLoadClass 
DeadWeightClass 
ReinforcementClass 
BodyLoadClass 
StructuralTemperatureLoadClass 
StructuralEigenstrainLoadClass 
BoundaryLoadClass 
LinearEdgeLoadClass 
ConstantEdgeLoadClass 
ConstantSurfaceLoadClass 
ConstantPressureLoadClass 
PointLoadClass 
UserDefinedTemperatureFieldClass 
RotatingBoundaryClass 
TF1Class 
TractionPressureBCClass 
TransmissionBCClass 
ConvectionBCClass 
LoadTimeFunctionClass 
ConstantFunctionClass 
PeakFunctionClass 
PiecewiceClass 
PeriodicPiecewiseClass 
PiecewiseLinFunctionClass 
PiecewiseLinFunctionBlockClass 
PeriodicPiecewiseLinFunctionClass 
HeavisideLTFClass 
UserDefinedLoadTimeFunctionClass 
DofClass 
MasterDofClass 
SimpleSlaveDofClass 
SlaveDofClass 
ActiveDofClass 
DofManagerClass 
NodeClass 
SlaveNodeClass 
RigidArmNodeClass 
HangingNodeClass 
ElementSideClass 
ElementDofManagerClass 
RigidArmSlaveDofClass 
HangingDofClass 
ParticleClass 
CohesiveSurface3dClass 
CohesiveInterfaceMaterialClass 
CohesiveInterfaceMaterialStatusClass 
ElementClass 
StructuralElementClass 
TransportElementClass 
FMElementClass 
CBSElementClass 
TR1_2D_CBSClass 
TR1_2D_SUPG_AXIClass 
TR1_2D_SUPG2_AXIClass 
TR1_2D_SUPGClass 
TR1_2D_SUPG2Class 
Tet1_3D_SUPGClass 
TR21_2D_SUPGClass 
Quad10_2D_SUPGClass 
SUPGElementClass 
Tr21StokesElementClass 
Tet21StokesElementClass 
Tr1BubbleStokesElementClass 
Tet1BubbleStokesElementClass 
LineSurfaceTensionElementClass 
Line2SurfaceTensionElementClass 
BoundaryElementClass 
Line2BoundaryElementClass 
GradDpElementClass 
TrStructuralElementClass 
NLStructuralElementClass 
PlaneStress2dClass 
Quad1PlaneStrainClass 
QPlaneStrainClass 
QPlaneStrainGradClass 
QTrPlaneStrainClass 
QTrPlaneStrainGradClass 
QPlaneStress2dClass 
QPlaneStressGradClass 
TrPlaneStress2dClass 
QTrPlaneStressGradClass 
CCTPlateClass 
CCTPlate3dClass 
Quad1MindlinClass 
Quad1MindlinShell3DClass 
LSpaceClass 
LSpaceBBClass 
QSpaceClass 
QSpaceGradClass 
LTRSpaceClass 
QTRSpaceClass 
QTRSpaceGradClass 
LWedgeClass 
LWedgeGradClass 
QWedgeClass 
QWedgeGradClass 
Truss2dClass 
LIBeam2dClass 
TrPlaneStrRotClass 
TrPlaneStrRot3dClass 
Axisymm3dClass 
QTrPlaneStress2dClass 
Q4AxisymmClass 
L4AxisymmClass 
RerShellClass 
PPdeElementClass 
LTrElementPPDEClass 
Beam2dClass 
Beam3dClass 
LIBeam3dClass 
LIBeam3d2Class 
Truss3dClass 
Truss1dClass 
QTruss1dClass 
QTruss1dGradClass 
TrPlaneStrainClass 
LIBeam3dNLClass 
LIBeam3dNL2Class 
LIBeam2dNLClass 
Quad1_htClass 
Quad1_mtClass 
Quad1_hmtClass 
Tr1_htClass 
Tr1DarcyClass 
Tr1_hmtClass 
QuadAxisym1_htClass 
QuadAxisym1_mtClass 
QuadAxisym1_hmtClass 
TrAxisym1_htClass 
Brick1_htClass 
Brick1_mtClass 
Brick1_hmtClass 
QBrick1_htClass 
QBrick1_hmtClass 
Tetrah1_htClass 
Tetrah1_hmtClass 
PlaneStress2dXfemClass 
LumpedMassElementClass 
SpringElementClass 
LatticeStructuralElementClass 
Lattice2dClass 
LatticeMaterialStatusClass 
Shell7BaseClass 
Tr2Shell7Class 
HTSelementClass 
MacroLSpaceClass 
MicroMaterialClass 
InterfaceElem1dClass 
InterfaceElem2dQuadClass 
InterfaceElement3dTrLinClass 
BsplinePlaneStressElementClass 
NURBSPlaneStressElementClass 
TSplinePlaneStressElementClass 
NURBSSpace3dElementClass 
DomainClass 
EngngModelClass 
EigenValueDynamicClass 
LinearStaticClass 
NonLinearStaticClass 
NonLinearDynamicClass 
DEIDynamicClass 
NlDEIDynamicClass 
DIIDynamicClass 
IncrementalLinearStaticClass 
StationaryFlowClass 
LinearStabilityClass 
StructuralEngngModelClass 
AdaptiveLinearStaticClass 
AdaptiveNonLinearStaticClass 
StationaryTransportProblemClass 
NonStationaryTransportProblemClass 
NLTransientTransportProblemClass 
StaggeredProblemClass 
CBSClass 
SUPGClass 
StokesFlowClass 
DarcyFlowClass 
NumericalMethodClass 
SparseLinearSystemNMClass 
SparseNonLinearSystemNMClass 
SparseGeneralEigenValueSystemNMClass 
LDLTFactorizationClass 
GeneralizedJacobiSolverClass 
SubspaceIterationSolverClass 
InverseIterationSolverClass 
CylindricalALMSolverClass 
SolutionOfLinearEquationsClass 
NRSolverClass 
IMLSolverClass 
SpoolesSolverClass 
PetscSolverClass 
SlepcSolverClass 
PETScSNESNMClass 
MaterialClass 
DummyMaterialClass 
StructuralMaterialClass 
LinearElasticMaterialClass 
IsotropicLinearElasticMaterialClass 
OrthotropicLinearElasticMaterialClass 
J2plasticMaterialClass 
J2MPlasticMaterialClass 
Masonry02Class 
PerfectlyPlasticMaterialClass 
Steel1MaterialClass 
SmearedCrackingMaterialClass 
PlasticSmearedCrackingMaterialClass 
RCMMaterialClass 
Concrete1Class 
MaxwellChainMaterialClass 
KelvinChainMaterialClass 
KelvinChainSolidMaterialClass 
CebFip78MaterialClass 
DoublePowerLawMaterialClass 
B3MaterialClass 
B3SolidMaterialClass 
MPSMaterialClass 
Concrete2Class 
Concrete3Class 
DeformationTheoryMaterialClass 
HeatMaterialClass 
IsotropicLinearHeatMaterialClass 
RCSDMaterialStatusClass 
RCSDEMaterialStatusClass 
RCSDNLMaterialStatusClass 
MicroplaneMaterialClass 
MicroplaneMaterial_BazantClass 
M4MaterialClass 
IsotropicDamageMaterialClass 
IsotropicDamageMaterial1Class 
IDNLMaterialClass 
IDGMaterialClass 
MazarsMaterialClass 
MazarsNLMaterialClass 
CompoDamageMatClass 
MDMClass 
DruckerPragerPlasticitySMClass 
DruckerPragerCutMatClass 
MPlasticMaterialClass 
J2MatClass 
HyperElasticMaterialClass 
MisesMatClass 
MisesMatGradClass 
MisesMatNlClass 
RankineMatClass 
RankineMatGradClass 
RankineMatNlClass 
RankinePlasticMaterialClass 
RheoChainMaterialClass 
TrabBoneMaterialClass 
TrabBone3DClass 
TrabBoneNL3DClass 
TrabBoneEmbedClass 
TrabBoneNLEmbedClass 
TrabBoneNLClass 
TrabBoneGrad3DClass 
ConcreteDPMClass 
ConcreteSCMClass 
ConcreteEDPCClass 
FE2SinteringMaterialClass 
FE2FluidMaterialClass 
AbaqusUserMaterialClass 
AbaqusUserMaterialStatusClass 
ConcreteDPM2Class 
LatticeDamage2dClass 
IsoInterfaceDamageMaterialClass 
CebFipSlip90MaterialClass 
DustMaterialClass 
RVEMaterialClass 
LsMasterMatClass 
LsMasterMatStatusClass 
LsMasterMatGradClass 
LsMasterMatGradStatusClass 
TransportMaterialClass 
IsotropicHeatTransferMaterialClass 
IsotropicMoistureTransferMaterialClass 
IsotropicLinMoistureTransferMaterialClass 
BazantNajjarMoistureTransferMaterialClass 
NlIsoMoistureMaterialClass 
AnisotropicMassTransferMaterialClass 
AnisotropicMassTransferMaterialStatusClass 
NonlinearMassTransferMaterialClass 
HeMoTKMaterialClass 
HydratingIsoHeatMaterialClass 
HydratingTransportMaterialStatusClass 
HydratingHeMoMaterialClass 
HydratingConcreteMatClass 
HellmichMaterialClass 
HellmichMaterialStatusClass 
HydrationModelClass 
HydrationModelStatusClass 
CemhydMatClass 
CemhydMatStatusClass 
MaterialStatusClass 
StructuralMaterialStatusClass 
TransportMaterialStatusClass 
PerfectlyPlasticMaterialStatusClass 
SmearedCrackingMaterialStatusClass 
PlasticSmearedCrackingMaterialStatusClass 
Concrete2MaterialStatusClass 
MaxwellChainMaterialStatusClass 
KelvinChainMaterialStatusClass 
KelvinChainSolidMaterialStatusClass 
B3SolidMaterialStatusClass 
MPSMaterialStatusClass 
RCMMaterialStatusClass 
RCSDMaterialClass 
RCSDEMaterialClass 
RCSDNLMaterialClass 
M4MaterialStatusClass 
IsotropicDamageMaterialStatusClass 
CompoDamageMatStatusClass 
MicroplaneDamageMaterialStatusClass 
DruckerPragerPlasticitySMStatusClass 
DruckerPragerCutMatStatusClass 
MPlasticMaterialStatusClass 
MicroMaterialStatusClass 
HyperElasticMaterialStatusClass 
MisesMatStatusClass 
RankineMatStatusClass 
RheoChainMaterialStatusClass 
TrabBoneMaterialStatusClass 
TrabBone3DStatusClass 
TrabBoneEmbedStatusClass 
ConcreteDPMStatusClass 
ConcreteSCMStatusClass 
ConcreteEDPCStatusClass 
FE2SinteringMaterialStatusClass 
FE2FluidMaterialStatusClass 
ConcreteDPM2StatusClass 
LatticeDamage2dStatusClass 
DustMaterialStatusClass 
FluidDynamicMaterialClass 
FluidDynamicMaterialStatusClass 
NewtonianFluidMaterialClass 
BinghamFluidMaterialClass 
BinghamFluidMaterialStatusClass 
BinghamFluidMaterial2Class 
TwoFluidMaterialClass 
NonlinearFluidMaterialClass 
NonlinearFluidMaterialStatusClass 
SurfaceTensionMaterialClass 
SurfaceTensionMaterialStatusClass 
SimpleInterfaceMaterialClass 
SimpleInterfaceMaterialStatusClass 
CrossSectionClass 
StructuralCrossSectionClass 
SimpleCrossSectionClass 
LayeredCrossSectionClass 
FiberedCrossSectionClass 
HeatCrossSectionClass 
EmptyCrossSectionClass 
GaussPointClass 
IntegrationRuleClass 
GaussIntegrationRuleClass 
LobattoIntegrationRuleClass 
PatchIntegrationRuleClass 
MicroplaneClass 
FloatArrayClass 
FloatMatrixClass 
IntArrayClass 
DictionaryClass 
TDictionaryClass 
TimeStepClass 
MetaStepClass 
TopologyDescriptionClass 
MeshTopologyDescriptionClass 
ParticleTopologyDescriptionClass 
DofManExportModuleClass 
ErrorEstimatorClass 
ScalarErrorIndicatorClass 
ZZErrorEstimatorClass 
CombinedZZSIErrorEstimatorClass 
HuertaErrorEstimatorClass 
MeshQualityErrorEstimatorClass 
RemeshingCriteriaClass 
ZZRemeshingCriteriaClass 
CombinedZZSIRemeshingCriteriaClass 
HuertaRemeshingCriteriaClass 
SpatialLocalizerClass 
DummySpatialLocalizerClass 
OctreeSpatialLocalizerClass 
NonlocalBarrierClass 
PolylineNonlocalBarrierClass 
SymmetryBarrierClass 
RandomFieldGeneratorClass 
LocalGaussianRandomGeneratorClass 
ExternalFieldGeneratorClass 
PrimaryFieldClass 
InternalVariableFieldClass 
LEPlicClass 
LevelSetPCSClass 
FastMarchingMethodClass 
WallClockLoadBalancerMonitorClass 
ParmetisLoadBalancerClass 
BasicGeometryClass 
StokesFlowVelocityHomogenizationClass 
RVEStokesFlowClass 
RVEStokesFlowMaterialClass 
RVEStokesFlowMaterialStatusClass 
WeakPeriodicbcClass 

Definition at line 45 of file classtype.h.

Todo:
Document this
Enumerator:
CBT_static 
CBT_dynamic 

Definition at line 40 of file commbufftype.h.

The communicator mode determines the communication.

Enumerator:
CommMode_Static 

The mode can be static, meaning that each node can assemble its communication maps independently (or by independent communication).

This implies that the size of communication buffers is known in advance. Also if no data are planned to send to remote node, there is no communication with this node (both sender and receiver know that there will be no data to send).

CommMode_Dynamic 

(Dynamic) In this case the communication pattern and the amount of data sent between nodes is not known in advance.

This requires to use dynamic (packeted) buffering.

Definition at line 42 of file communicatormode.h.

Determines the input/output mode of context file.

Enumerator:
contextMode_read 

Context file is opened for reading.

contextMode_write 

Context mode is opened for writing, if not exist is created, otherwise it will be truncated.

Definition at line 40 of file contextfilemode.h.

Enumerator:
CIO_OK 

OK.

CIO_BADVERSION 

Incompatible context file.

CIO_BADOBJ 

Bad object passed.

CIO_IOERR 

General IO error.

Definition at line 40 of file contextioresulttype.h.

Enumerator:
COM_NoContext 

No context.

COM_Always 

Enable for post-processing.

COM_Required 

If required (for backtracking computation).

COM_UserDefined 

Input attribute of domain (each n-th step).

Definition at line 39 of file contextoutputmode.h.

Type representing cross section extension for run time testing.

Enumerator:
CS_StructuralCapability 

Structural capability.

CS_HeatCapability 

Heat capability.

Definition at line 40 of file crosssectextension.h.

List of properties possibly stored in a cross section.

Enumerator:
CS_Thickness 

Thickness.

CS_Width 

Width.

CS_BeamShearCoeff 

Shear coefficient of beam.

CS_Area 

Area.

CS_InertiaMomentY 

Moment of inertia around y-axis.

CS_InertiaMomentZ 

Moment of inertia around z-axis.

CS_TorsionMomentX 

Moment of inertia around x-axis.

CS_SHEAR_AREA_Y 

Shear area in y direction.

CS_SHEAR_AREA_Z 

Shear area in z direction.

CS_TopZCoord 

Top z coordinate.

CS_BottomZCoord 

Bottom z coordinate.

CS_NumLayers 

Number of layers that makes up the cross section.

Definition at line 52 of file crosssection.h.

Coordinate system type.

Enumerator:
unknownCS 

Unknown coordinate system.

localCS 

Coordinate system of principal axes is specified in global coordinate system (general).

shellCS 

coordinate system of principal axes is specified in shell coordinate system this is defined as follows: principal z-axis is perpendicular to mid-section * x-axis is perpendicular to z-axis and normal to user specified vector n.

(so x-axis is parallel to plane, with n being normal to this plane). y-axis is then perpendicular both to x and z axes.

Note:
This definition of cs is valid only for plates and shells when vector n is parallel to z-axis an error occurs and program is terminated.

Definition at line 50 of file ortholinearelasticmaterial.h.

Type representing particular dof type.

Values of this type describe the physical meaning of available DOFs.

Note:
{The implementation of Node::computeGNTransformation rely on D_u, D_v and D_w (R_u, R_v, R_w) order. Do not change their order and do not insert any values between these values.}
Enumerator:
MaxDofID 

Definition at line 78 of file dofiditem.h.

In parallel mode, this type indicates the mode of DofManager.

Enumerator:
DofManager_local 

DofManager is local, there are no contribution from other domains to this DofManager.

DofManager_shared 

DofManager is shared by neighboring partitions, it is necessary to sum contributions from all contributing domains.

Typical for node cut algorithm.

DofManager_remote 

DofManager in active domain is only mirror of some remote DofManager.

It is necessary to copy remote values into local ones. Typical for element cut.

DofManager_null 

DofManager in active domain is shared only by remote elements (these are only introduced for nonlocal constitutive model to allow effective local averaging, so only local material value to be averaged are transferred for these remote elements).

Null nodes are therefore used only for computing real integration point coordinates of remote elements and there is no reason to maintain their unknowns (they have no equation number assigned).

Definition at line 63 of file dofmanager.h.

Enumerative type, used to specify type of transformation required from dofManager (node).

Then global vector $ f_g $ can be obtained by following operation $ f_g = T\cdot f_n$, where $T$ is transformation matrix and $f_n$ is vector expressed in nodal coordinate system.

Enumerator:
_toGlobalCS 

Transformation from global c.s in node to node-dependent coordinate system.

_toNodalCS 

Transformation from node-dependent coordinate system to global coordinate system in node.

Definition at line 45 of file dofmantransftype.h.

Dof Type, determines the type of DOF created.

Enumerator:
dofType_DEF 

Definition at line 49 of file doftype.h.

Enumerator:
domainType_DEF 

Definition at line 61 of file domaintype.h.

Enumerator:
unknown 
rawGeometry 
deformedGeometry 
eigenVectorGeometry 
nodeAnnotation 
appliedPrimaryBc 
internalStateBegin 
mxForce 
myForce 
mzForce 
myzForce 
mzxForce 
mxyForce 
sxForce 
syForce 
szForce 
syzForce 
szxForce 
sxyForce 
yieldState 
crackedState 
stressErrorState 
requiredAdaptiveMeshSizeState 
damageLevel 
errorIndicatorLevel 
relativeMeshSizeDensity 
temperatureField 
massConcentration1Field 
velocityField 
pressureField 
vofField 
densityField 
hydrationDegreeState 
humidityState 
internalStateEnd 

Definition at line 43 of file drawmode.h.

Type determining whether temporary or equilibrated variables are used for error evaluation.

Enumerator:
equilibratedEM 
temporaryEM 

Definition at line 63 of file errorestimator.h.

Type characterizing different type of element errors.

Enumerator:
unknownET 
indicatorET 
internalStressET 
primaryUnknownET 

Definition at line 61 of file errorestimator.h.

Type characterizing different type of errors.

Enumerator:
globalNormEEV 
globalErrorEEV 
globalWeightedErrorEEV 

Definition at line 59 of file errorestimator.h.

Enumerative type used to classify element geometry Possible values are: EGT_point - point in space EGT_line_1 - line elements with two nodes 1-------2 EGT_line_2 - line element with three nodes 1---3---2 EGT_triangle_1 - triangle element with three nodes EGT_triangle_2 - triangle element with 6 nodes 3 6 5 1 4 2.

EGT_quad_1 - quadrialateral with 4 nodes EGT_quad_2 - quadrialateral with 8 nodes EGT_tetra_1 - tetrahedron with 4 nodes EGT_tetra_2 - tetrahedron with 10 nodes EGT_hexa_1 - hexahedron with 8 nodes EGT_hexa_2 - hexahedron with 20 nodes

Enumerator:
Element_Geometry_Type_DEF 

Definition at line 78 of file elementgeometrytype.h.

Enumerator:
ECSM_Unknown 
ECSM_SquareRootOfArea 
ECSM_Projection 
ECSM_ProjectionCentered 
ECSM_Oliver1 
ECSM_Oliver1modified 
ECSM_Oliver2 

Definition at line 149 of file internalstatetype.h.

Type representing element extension.

Enumerator:
Element_SurfaceLoadSupport 

Element extension for surface loads.

Element_EdgeLoadSupport 

Element extension for edge loads.

Definition at line 42 of file elementextension.h.

In parallel mode, this type indicates the mode of element.

In the case of element cut mode, the cut element is local on all partitions sharing it. Some of such element nodes are local and some are remote. The local nodes are completely surrounded by local element on particular partition.

Enumerator:
Element_local 

Element is local, there are no contributions from other domains to this element.

Element_remote 

Element in active domain is only mirror of some remote element.

Definition at line 85 of file element.h.

Type allowing to specify the required renumbering scheme; One can have a renumbering scheme for dof managers and another one for elements;.

Enumerator:
ERS_DofManager 
ERS_Element 

Definition at line 47 of file entityrenumberingscheme.h.

This type identifies the governing equation.

Enumerator:
EquationID_DEF 

Definition at line 54 of file equationid.h.

Determines the type of error estimator.

Enumerator:
EET_SEI 

Scalar Error Indicator.

EET_ZZEE 

Zienkiewicz-Zhu EE.

EET_CZZSI 

Combined ZZ and ScalarIndicator EE.

EET_HEE 

Huerta EE.

EET_MeshQuality 

Mesh quality/error estimator.

Definition at line 42 of file errorestimatortype.h.

Physical type of field.

Enumerator:
FieldType_DEF 

Definition at line 58 of file field.h.

Enumerator:
frRegula 
frBinTree 
frMixed 

Definition at line 133 of file hydram.h.

Type representing the type of formulation (total or updated) of non-linear computation.

Enumerator:
UNKNOWN 

Unknown.

TL 

Total Lagrange.

AL 

Updated Lagrange.

Definition at line 42 of file fmode.h.

Types of general eigenvalue solvers.

Enumerator:
GES_SubspaceIt 
GES_InverseIt 
GES_SLEPc 

Definition at line 42 of file geneigvalsolvertype.h.

Enumeration type used to determine particular field in record.

Enumerator:
IFT_RecordIDField 
IFT_EngngModel_nsteps 
IFT_EngngModel_contextoutputstep 
IFT_EngngModel_renumberFlag 
IFT_EngngModel_profileOpt 
IFT_EngngModel_nmsteps 
IFT_EngngModel_parallelflag 
IFT_EngngModel_outfile 
IFT_EngngModel_probname 
IFT_EngngModel_probdescription 
IFT_EngngModel_nxfemman 
IFT_EngngModel_nonLinFormulation 
IFT_EngngModel_eetype 
IFT_EngngModel_initialGuess 
IFT_MetaStep_nsteps 
IFT_ExportModuleManager_nmodules 
IFT_InitModuleManager_nmodules 
IFT_ExportModule_tstepall 
IFT_ExportModule_tstepstep 
IFT_ExportModule_tstepsout 
IFT_ExportModule_domainall 
IFT_ExportModule_domainmask 
IFT_InitModule_initfilename 
IFT_VTKExportModule_cellvars 
IFT_VTKExportModule_vars 
IFT_VTKExportModule_primvars 
IFT_VTKExportModule_stype 
IFT_VTKExportModule_regionstoskip 
IFT_VTKXMLExportModule_cellvars 
IFT_VTKXMLExportModule_vars 
IFT_VTKXMLExportModule_primvars 
IFT_VTKXMLExportModule_stype 
IFT_VTKXMLExportModule_regionstoskip 
IFT_VTKXMLExportModule_nvr 
IFT_VTKXMLExportModule_vrmap 
IFT_POIExportModule_vars 
IFT_POIExportModule_primvars 
IFT_POIExportModule_mtype 
IFT_POIExportModule_poifilename 
IFT_HOMExportModule_scale 
IFT_HOMExportModule_matnum 
IFT_GPExportModule_vartypes 
IFT_GPExportModule_ncoords 
IFT_IncrementalLinearStatic_endoftimeofinterest 
IFT_IncrementalLinearStatic_prescribedtimes 
IFT_IncrementalLinearStatic_deltat 
IFT_IncrementalLinearStatic_lstype 
IFT_IncrementalLinearStatic_smtype 
IFT_DEIDynamic_dumpcoef 
IFT_DEIDynamic_deltat 
IFT_DIIDynamic_lstype 
IFT_DIIDynamic_smtype 
IFT_DIIDynamic_deltat 
IFT_DIIDynamic_ddtScheme 
IFT_DIIDynamic_gamma 
IFT_DIIDynamic_beta 
IFT_DIIDynamic_eta 
IFT_DIIDynamic_delta 
IFT_DIIDynamic_psi 
IFT_NonLinearStatic_controlmode 
IFT_NonLinearStatic_deltat 
IFT_NonLinearStatic_deltatltf 
IFT_NonLinearStatic_rtolv 
IFT_NonLinearStatic_stiffmode 
IFT_NonLinearStatic_refloadmode 
IFT_NonLinearStatic_keepll 
IFT_NonLinearStatic_donotfixload 
IFT_NonLinearStatic_nonlocstiff 
IFT_NonLinearStatic_nonlocalext 
IFT_NonLinearStatic_loadBalancingFlag 
IFT_NonLinearStatic_forceloadBalancingFlag 
IFT_NonLinearDynamic_lstype 
IFT_NonLinearDynamic_smtype 
IFT_NonLinearDynamic_deltat 
IFT_NonLinearDynamic_rtolv 
IFT_NonLinearDynamic_refloadmode 
IFT_NonLinearDynamic_nonlocstiff 
IFT_NonLinearDynamic_nonlocalext 
IFT_NonLinearDynamic_loadBalancingFlag 
IFT_NonLinearDynamic_forceloadBalancingFlag 
IFT_NonLinearDynamic_ddtScheme 
IFT_NonLinearDynamic_gamma 
IFT_NonLinearDynamic_beta 
IFT_NonLinearDynamic_eta 
IFT_NonLinearDynamic_delta 
IFT_EigenValueDynamic_nroot 
IFT_EigenValueDynamic_rtolv 
IFT_EigenValueDynamic_stype 
IFT_EigenValueDynamic_smtype 
IFT_LinearStability_nroot 
IFT_LinearStability_rtolv 
IFT_LinearStability_stype 
IFT_NlDEIDynamic_dumpcoef 
IFT_NlDEIDynamic_deltat 
IFT_NlDEIDynamic_drflag 
IFT_NlDEIDynamic_tau 
IFT_NlDEIDynamic_py 
IFT_NlDEIDynamic_nodecutmode 
IFT_NlDEIDynamic_elementcutmode 
IFT_NlDEIDynamic_nonlocalext 
IFT_LinearStatic_lstype 
IFT_LinearStatic_smtype 
IFT_AdaptiveLinearStatic_meshpackage 
IFT_AdaptiveNonLinearStatic_meshpackage 
IFT_AdaptiveNonLinearStatic_equilmc 
IFT_AdaptiveNonLinearStatic_controlmode 
IFT_AdaptiveNonLinearStatic_ddm 
IFT_AdaptiveNonLinearStatic_refloadmode 
IFT_AdaptiveNonLinearStatic_preMappingLoadBalancingFlag 
IFT_StationaryTransportProblem_lstype 
IFT_StationaryTransportProblem_smtype 
IFT_StationaryTransportProblem_exportfields 
IFT_NonStationaryTransportProblem_initt 
IFT_NonStationaryTransportProblem_deltat 
IFT_NonStationaryTransportProblem_dtf 
IFT_NonStationaryTransportProblem_prescribedtimes 
IFT_NonStationaryTransportProblem_alpha 
IFT_NonStationaryTransportProblem_lumpedcapa 
IFT_NonStationaryTransportProblem_changingproblemsize 
IFT_NLTransientTransportProblem_nsmax 
IFT_NLTransientTransportProblem_rtol 
IFT_NLTransientTransportProblem_manrmsteps 
IFT_StaggeredProblem_deltat 
IFT_StaggeredProblem_dtf 
IFT_StaggeredProblem_timeDefinedByProb 
IFT_StaggeredProblem_stepmultiplier 
IFT_StaggeredProblem_prescribedtimes 
IFT_StaggeredProblem_prob1 
IFT_StaggeredProblem_prob2 
IFT_CBS_lstype 
IFT_CBS_smtype 
IFT_CBS_deltat 
IFT_CBS_mindeltat 
IFT_CBS_cmflag 
IFT_CBS_theta1 
IFT_CBS_theta2 
IFT_CBS_scaleflag 
IFT_CBS_lscale 
IFT_CBS_uscale 
IFT_CBS_dscale 
IFT_CBS_miflag 
IFT_SUPG_lstype 
IFT_SUPG_smtype 
IFT_SUPG_deltat 
IFT_SUPG_deltatltf 
IFT_SUPG_cmflag 
IFT_SUPG_alpha 
IFT_SUPG_scaleflag 
IFT_SUPG_lscale 
IFT_SUPG_uscale 
IFT_SUPG_dscale 
IFT_SUPG_miflag 
IFT_SUPG_rtolv 
IFT_SUPG_atolv 
IFT_SUPG_maxiter 
IFT_SUPG_stopmaxiter 
IFT_SUPG_fsflag 
IFT_DARCYFLOW_lstype 
IFT_DARCYFLOW_smtype 
IFT_CylindricalALM_psi 
IFT_CylindricalALM_maxiter 
IFT_CylindricalALM_minsteplength 
IFT_CylindricalALM_steplength 
IFT_CylindricalALM_initialsteplength 
IFT_CylindricalALM_forcedinitialsteplength 
IFT_CylindricalALM_reqiterations 
IFT_CylindricalALM_miniterations 
IFT_CylindricalALM_manrmsteps 
IFT_CylindricalALM_hpcmode 
IFT_CylindricalALM_hpc 
IFT_CylindricalALM_hpcw 
IFT_CylindricalALM_lstype 
IFT_CylindricalALM_linesearch 
IFT_CylindricalALM_lsearchtol 
IFT_CylindricalALM_lsearchamp 
IFT_CylindricalALM_lsearchmaxeta 
IFT_CylindricalALM_nccdg 
IFT_CylindricalALM_ccdg 
IFT_CylindricalALM_rtolv 
IFT_CylindricalALM_rtolf 
IFT_CylindricalALM_rtold 
IFT_NRSolver_maxiter 
IFT_NRSolver_miniterations 
IFT_NRSolver_minsteplength 
IFT_NRSolver_manrmsteps 
IFT_NRSolver_lstype 
IFT_NRSolver_ddm 
IFT_NRSolver_ddv 
IFT_NRSolver_ddltf 
IFT_NRSolver_linesearch 
IFT_NRSolver_nccdg 
IFT_NRSolver_ccdg 
IFT_NRSolver_rtolv 
IFT_NRSolver_rtolf 
IFT_NRSolver_rtold 
IFT_LineSearchNM_lsearchtol 
IFT_LineSearchNM_lsearchamp 
IFT_LineSearchNM_lsearchmaxeta 
IFT_SpoolesSolver_msglvl 
IFT_SpoolesSolver_msgfile 
IFT_IMLSolver_lstype 
IFT_IMLSolver_lstol 
IFT_IMLSolver_lsiter 
IFT_IMLSolver_lsprecond 
IFT_FETISolver_maxiter 
IFT_FETISolver_maxerr 
IFT_FETISolver_limit 
IFT_FETISolver_energynormflag 
IFT_BoundaryCondition_PrescribedValue 
IFT_GeneralBoundaryCondition_LoadTimeFunct 
IFT_GeneralBoundaryCondition_valType 
IFT_GeneralBoundaryCondition_defaultDofs 
IFT_GeneralBoundaryCondition_IsImposedTimeFunct 
IFT_ActiveBoundaryCondition_elements 
IFT_ActiveBoundaryCondition_elementSides 
IFT_ActiveBoundaryCondition_dofManagers 
IFT_MixedGradientPressure_devGradient 
IFT_MixedGradientPressure_pressure 
IFT_MixedGradientPressure_centerCoords 
IFT_StressTensorLoad_stressTensor 
IFT_PrescribedTensor_centercoords 
IFT_PrescribedTensor_gradient 
IFT_Load_components 
IFT_Load_dofexcludemask 
IFT_BoundaryLoad_ndofs 
IFT_BoundaryLoad_loadtype 
IFT_BoundaryLoad_cstype 
IFT_BoundaryLoad_properties 
IFT_LinearEdgeLoad_formulation 
IFT_LinearEdgeLoad_startcoord 
IFT_LinearEdgeLoad_endcoord 
IFT_PointLoad_ndofs 
IFT_PointLoad_coords 
IFT_PointLoad_loadtype 
IFT_PointLoad_cstype 
IFT_Reinfocement_porosity 
IFT_Reinfocement_permeability 
IFT_Reinfocement_shapeFactor 
IFT_SurfaceTensionBoundaryCondition_gamma 
IFT_SurfaceTensionBoundaryCondition_useTangent 
IFT_RotatingBoundary_axis 
IFT_RotatingBoundary_center 
IFT_RotatingBoundary_frequency 
IFT_InitialCondition_conditions 
IFT_LoadTimeFunction_initialvalue 
IFT_LoadTimeFunction_ft 
IFT_Domain_type 
IFT_Domain_ndofman 
IFT_Domain_nelem 
IFT_Domain_nmat 
IFT_Domain_ncrosssect 
IFT_Domain_nbc 
IFT_Domain_nic 
IFT_Domain_nloadtimefunct 
IFT_Domain_nbarrier 
IFT_Domain_nrfg 
IFT_Domain_topology 
IFT_DofManager_ndofs 
IFT_DofManager_dofidmask 
IFT_DofManager_load 
IFT_DofManager_bc 
IFT_DofManager_ic 
IFT_DofManager_mastermask 
IFT_DofManager_doftypemask 
IFT_DofManager_boundaryflag 
IFT_DofManager_globnum 
IFT_DofManager_partitions 
IFT_DofManager_sharedflag 
IFT_DofManager_remoteflag 
IFT_DofManager_nullflag 
IFT_Node_coords 
IFT_Node_lcs 
IFT_Particle_rad 
IFT_RigidArmNode_coords 
IFT_RigidArmNode_master 
IFT_RigidArmNode_load 
IFT_RigidArmNode_bc 
IFT_RigidArmNode_ic 
IFT_RigidArmNode_mastermask 
IFT_RigidArmNode_lcs 
IFT_RigidArmNode_globnum 
IFT_RigidArmNode_partitions 
IFT_RigidArmNode_shared 
IFT_RigidArmNode_remote 
IFT_RigidArmNode_null 
IFT_SlaveNode_masterDofManagers 
IFT_SlaveNode_weights 
IFT_HangingNode_masterElement 
IFT_HangingNode_masterRegion 
IFT_Element_mat 
IFT_Element_crosssect 
IFT_Element_nodes 
IFT_Element_sides 
IFT_Element_bodyload 
IFT_Element_boundaryload 
IFT_Element_lcs 
IFT_Element_globnum 
IFT_Element_partitions 
IFT_Element_remote 
IFT_Element_activityltf 
IFT_CBSElement_bsides 
IFT_CBSElement_bcodes 
IFT_SUPGElement_bsides 
IFT_SUPGElement_bcodes 
IFT_StokesFlow_lstype 
IFT_StokesFlow_smtype 
IFT_StokesFlow_deltat 
IFT_NonlinearFluidMaterial_alpha 
IFT_NonlinearFluidMaterial_C 
IFT_NLStructuralElement_nlgeoflag 
IFT_Axisymm3d_nip 
IFT_Axisymm3d_nipfish 
IFT_CCTPlate_nip 
IFT_Quad1Mindlin_nip 
IFT_Quad1MindlinShell3D_alpha 
IFT_LSpace_nip 
IFT_LTrElementPPDE_nip 
IFT_L4Axisymm_nip 
IFT_PlaneStress2d_nip 
IFT_Quad1PlaneStrain_nip 
IFT_RerShell_nip 
IFT_QPlaneStress2d_nip 
IFT_QSpace_nip 
IFT_QSpaceGrad_nip 
IFT_QTrPlaneStress2d_nip 
IFT_Q4Axisymm_nip 
IFT_Q4Axisymm_nipfish 
IFT_TrPlaneStress2d_nip 
IFT_TrPlaneStrRot_nip 
IFT_TrPlaneStrRot_niprot 
IFT_LTRSpace_nip 
IFT_QTRSpace_nip 
IFT_QTRSpaceGrad_nip 
IFT_LWedge_nip 
IFT_QWedge_nip 
IFT_QWedgeGrad_nip 
IFT_Beam2d_dofstocondense 
IFT_Beam3d_refnode 
IFT_Beam3d_dofstocondense 
IFT_LIBeam3dNL_refnode 
IFT_TrPlaneStrain_nip 
IFT_LIBeam3dNL2_refnode 
IFT_LIBeam3d_refnode 
IFT_LIBeam3d2_refnode 
IFT_Truss2d_cs 
IFT_LumpedMassElement_components 
IFT_SpringElement_mode 
IFT_SpringElement_orientation 
IFT_SpringElement_springConstant 
IFT_QPlaneStrain_nip 
IFT_QTrPlaneStrain_nip 
IFT_QTruss1d_nip 
IFT_QTruss1dGrad_nip 
IFT_Quad1_ht_nip 
IFT_Brick1_ht_nip 
IFT_QBrick1_ht_nip 
IFT_Tetrah1_ht_nip 
IFT_TR12DCBS_vof 
IFT_TR12DCBS_pvof 
IFT_TR12DSUPG_pvof 
IFT_TR12DSUPG_vof 
IFT_TR12DSUPG2_mat0 
IFT_TR12DSUPG2_mat1 
IFT_Lattice2d_thick 
IFT_Lattice2d_width 
IFT_Lattice2d_gpcoords 
IFT_SimpleCrossSection_thick 
IFT_SimpleCrossSection_width 
IFT_SimpleCrossSection_area 
IFT_SimpleCrossSection_iy 
IFT_SimpleCrossSection_iz 
IFT_SimpleCrossSection_ik 
IFT_SimpleCrossSection_shearcoeff 
IFT_SimpleCrossSection_shearareay 
IFT_SimpleCrossSection_shearareaz 
IFT_HeatCrossSection_thick 
IFT_HeatCrossSection_width 
IFT_LayeredCrossSection_nlayers 
IFT_LayeredCrossSection_layermaterials 
IFT_LayeredCrossSection_thicks 
IFT_LayeredCrossSection_widths 
IFT_LayeredCrossSection_midsurf 
IFT_LayeredCrossSection_nintegrationpoints 
IFT_FiberedCrossSection_nfibers 
IFT_FiberedCrossSection_fibermaterials 
IFT_FiberedCrossSection_thicks 
IFT_FiberedCrossSection_widths 
IFT_FiberedCrossSection_fiberycentrecoords 
IFT_FiberedCrossSection_fiberzcentrecoords 
IFT_FiberedCrossSection_thick 
IFT_FiberedCrossSection_width 
IFT_Material_density 
IFT_Material_castingtime 
IFT_StructuralMaterial_referencetemperature 
IFT_IsotropicLinearElasticMaterial_e 
IFT_IsotropicLinearElasticMaterial_n 
IFT_IsotropicLinearElasticMaterial_talpha 
IFT_AbaqusUserMaterial_numState 
IFT_AbaqusUserMaterial_properties 
IFT_AbaqusUserMaterial_userMaterial 
IFT_SurfaceTensionMaterial_isotropic 
IFT_IsotropicLinearHeatMaterial_k 
IFT_IsotropicLinearHeatMaterial_c 
IFT_IsotropicHeatTransferMaterial_k 
IFT_IsotropicHeatTransferMaterial_c 
IFT_IsotropicLinMoistureTransferMaterial_perm 
IFT_IsotropicLinMoistureTransferMaterial_capa 
IFT_BazantNajjarMoistureTransferMaterial_c1 
IFT_BazantNajjarMoistureTransferMaterial_n 
IFT_BazantNajjarMoistureTransferMaterial_alpha0 
IFT_BazantNajjarMoistureTransferMaterial_hc 
IFT_BazantNajjarMoistureTransferMaterial_capa 
IFT_NlIsoMoistureMaterial_isothermtype 
IFT_NlIsoMoistureMaterial_permeabilitytype 
IFT_NlIsoMoistureMaterial_rhodry 
IFT_NlIsoMoistureMaterial_capa 
IFT_NlIsoMoistureMaterial_iso_h 
IFT_NlIsoMoistureMaterial_iso_wh 
IFT_NlIsoMoistureMaterial_dd 
IFT_NlIsoMoistureMaterial_wf 
IFT_NlIsoMoistureMaterial_b 
IFT_NlIsoMoistureMaterial_uh 
IFT_NlIsoMoistureMaterial_a 
IFT_NlIsoMoistureMaterial_nn 
IFT_NlIsoMoistureMaterial_c 
IFT_NlIsoMoistureMaterial_k 
IFT_NlIsoMoistureMaterial_vm 
IFT_NlIsoMoistureMaterial_perm_h 
IFT_NlIsoMoistureMaterial_perm_ch 
IFT_NlIsoMoistureMaterial_hc 
IFT_NlIsoMoistureMaterial_alpha0 
IFT_NlIsoMoistureMaterial_c1 
IFT_NlIsoMoistureMaterial_n 
IFT_NlIsoMoistureMaterial_alphah 
IFT_NlIsoMoistureMaterial_betah 
IFT_NlIsoMoistureMaterial_gammah 
IFT_AnisotropicMassTransferMaterial_c 
IFT_NonlinearMassTransferMaterial_c 
IFT_NonlinearMassTransferMaterial_alpha 
IFT_HeMoTKMaterial_a_0 
IFT_HeMoTKMaterial_nn 
IFT_HeMoTKMaterial_phi_c 
IFT_HeMoTKMaterial_delta_wet 
IFT_HeMoTKMaterial_w_h 
IFT_HeMoTKMaterial_n 
IFT_HeMoTKMaterial_a 
IFT_HeMoTKMaterial_latent 
IFT_HeMoTKMaterial_c 
IFT_HeMoTKMaterial_rho 
IFT_HeMoTKMaterial_chi_eff 
IFT_HeMoTKMaterial_por 
IFT_HeMoTKMaterial_rho_gws 
IFT_CemhydMatInputFileName 
IFT_CemhydMat_conductivitytype 
IFT_CemhydMat_capacitytype 
IFT_CemhydMat_densitytype 
IFT_CemhydMat_eachgp 
IFT_CemhydMat_nowarnings 
IFT_CemhydMat_scaling 
IFT_CemhydMat_reinforcementDegree 
IFT_CemhydMat_inputFileName 
IFT_B3Material_mode 
IFT_B3Material_emodulimode 
IFT_B3Material_shmode 
IFT_B3Material_b3type 
IFT_B3Material_fc 
IFT_B3Material_cc 
IFT_B3Material_wc 
IFT_B3Material_ac 
IFT_B3Material_t0 
IFT_B3Material_es0 
IFT_B3Material_r 
IFT_B3Material_rprime 
IFT_B3Material_at 
IFT_B3Material_wh 
IFT_B3Material_ncoeff 
IFT_B3Material_a 
IFT_B3Material_alpha1 
IFT_B3Material_alpha2 
IFT_B3Material_ks 
IFT_B3Material_hum 
IFT_B3Material_vs 
IFT_B3Material_talpha 
IFT_B3Material_q1 
IFT_B3Material_q2 
IFT_B3Material_q3 
IFT_B3Material_q4 
IFT_B3Material_q5 
IFT_B3Material_kt 
IFT_B3Material_EpsSinf 
IFT_B3Material_microprestress 
IFT_B3Material_c0 
IFT_B3Material_c1 
IFT_B3Material_ksh 
IFT_B3Material_ts0 
IFT_B3Material_finalhumidity 
IFT_B3Material_initialhumidity 
IFT_B3Material_qetor 
IFT_B3Material_qrtor 
IFT_B3Material_qstor 
IFT_B3Material_alphae 
IFT_B3Material_alphar 
IFT_B3Material_alphas 
IFT_B3Material_k2 
IFT_MPSMaterial_talpha 
IFT_MPSMaterial_mode 
IFT_MPSMaterial_coupledanalysistype 
IFT_MPSMaterial_fc 
IFT_MPSMaterial_cc 
IFT_MPSMaterial_wc 
IFT_MPSMaterial_ac 
IFT_MPSMaterial_q1 
IFT_MPSMaterial_q2 
IFT_MPSMaterial_q3 
IFT_MPSMaterial_q4 
IFT_MPSMaterial_lambda0 
IFT_MPSMaterial_t0 
IFT_MPSMaterial_ksh 
IFT_MPSMaterial_wh 
IFT_MPSMaterial_ncoeff 
IFT_MPSMaterial_a 
IFT_MPSMaterial_qetor 
IFT_MPSMaterial_qrtor 
IFT_MPSMaterial_qstor 
IFT_MPSMaterial_alphae 
IFT_MPSMaterial_alphar 
IFT_MPSMaterial_alphas 
IFT_MPSMaterial_mus 
IFT_MPSMaterial_kappat 
IFT_MPSMaterial_ct 
IFT_MPSMaterial_stiffnessfactor 
IFT_CebFip78Material_e28 
IFT_CebFip78Material_fibf 
IFT_CebFip78Material_kap_a 
IFT_CebFip78Material_kap_c 
IFT_CebFip78Material_kap_tt 
IFT_CebFip78Material_u 
IFT_Concrete2_e 
IFT_Concrete2_n 
IFT_Concrete2_sccc 
IFT_Concrete2_scct 
IFT_Concrete2_epp 
IFT_Concrete2_epu 
IFT_Concrete2_eopp 
IFT_Concrete2_eopu 
IFT_Concrete2_sheartol 
IFT_Concrete2_is_plastic_flow 
IFT_Concrete2_ifad 
IFT_Concrete2_stirr_e 
IFT_Concrete2_stirr_ft 
IFT_Concrete2_stirr_a 
IFT_Concrete2_stirr_tol 
IFT_Concrete2_stirr_eref 
IFT_Concrete2_stirr_lambda 
IFT_Concrete3_exp_soft 
IFT_DoublePowerLawMaterial_e28 
IFT_DoublePowerLawMaterial_fi1 
IFT_DoublePowerLawMaterial_m 
IFT_DoublePowerLawMaterial_n 
IFT_DoublePowerLawMaterial_alpha 
IFT_RheoChainMaterial_n 
IFT_RheoChainMaterial_relmatage 
IFT_RheoChainMaterial_begoftimeofinterest 
IFT_RheoChainMaterial_endoftimeofinterest 
IFT_RheoChainMaterial_timefactor 
IFT_OrthotropicLinearElasticMaterial_ex 
IFT_OrthotropicLinearElasticMaterial_ey 
IFT_OrthotropicLinearElasticMaterial_ez 
IFT_OrthotropicLinearElasticMaterial_nyyz 
IFT_OrthotropicLinearElasticMaterial_nyxz 
IFT_OrthotropicLinearElasticMaterial_nyxy 
IFT_OrthotropicLinearElasticMaterial_gyz 
IFT_OrthotropicLinearElasticMaterial_gxz 
IFT_OrthotropicLinearElasticMaterial_gxy 
IFT_OrthotropicLinearElasticMaterial_talphax 
IFT_OrthotropicLinearElasticMaterial_talphay 
IFT_OrthotropicLinearElasticMaterial_talphaz 
IFT_OrthotropicLinearElasticMaterial_lcs 
IFT_OrthotropicLinearElasticMaterial_scs 
IFT_RCM2Material_gf 
IFT_RCM2Material_ft 
IFT_RCSDMaterial_sdtransitioncoeff 
IFT_RCSDEMaterial_sdtransitioncoeff 
IFT_RCSDNLMaterial_ft 
IFT_RCSDNLMaterial_sdtransitioncoeff 
IFT_RCSDNLMaterial_sdtransitioncoeff2 
IFT_RCSDNLMaterial_r 
IFT_RCSDNLMaterial_ef 
IFT_RCSDNLMaterial_gf 
IFT_MicroplaneMaterial_nmp 
IFT_M4Material_c3 
IFT_M4Material_c4 
IFT_M4Material_c20 
IFT_M4Material_k1 
IFT_M4Material_k2 
IFT_M4Material_k3 
IFT_M4Material_k4 
IFT_M4Material_e 
IFT_M4Material_n 
IFT_M4Material_talpha 
IFT_IsotropicDamageMaterial_talpha 
IFT_IsotropicDamageMaterial_maxOmega 
IFT_IsotropicDamageMaterial1_e0 
IFT_IsotropicDamageMaterial1_ef 
IFT_IsotropicDamageMaterial1_wf 
IFT_IsotropicDamageMaterial1_equivstraintype 
IFT_IsotropicDamageMaterial1_softeningtype 
IFT_IsotropicDamageMaterial1_k 
IFT_IsotropicDamageMaterial1_md 
IFT_IsotropicDamageMaterial1_At 
IFT_IsotropicDamageMaterial1_Bt 
IFT_IsotropicDamageMaterial1_ft 
IFT_IsotropicDamageMaterial1_w1wf 
IFT_IsotropicDamageMaterial1_e1ef 
IFT_IsotropicDamageMaterial1_s1ft 
IFT_IsotropicDamageMaterial1_s1 
IFT_IsotropicDamageMaterial1_w1 
IFT_IsotropicDamageMaterial1_e1 
IFT_IsotropicDamageMaterial1_ek 
IFT_IsotropicDamageMaterial1_gf 
IFT_IsotropicDamageMaterial1_gft 
IFT_IsotropicDamageMaterial1_ep 
IFT_IsotropicDamageMaterial1_e2 
IFT_IsotropicDamageMaterial1_nd 
IFT_IsotropicDamageMaterial1_checkSnapBack 
IFT_CompoDamageMat_ex 
IFT_CompoDamageMat_ez 
IFT_CompoDamageMat_nyxy 
IFT_CompoDamageMat_nyyz 
IFT_CompoDamageMat_Gxy 
IFT_CompoDamageMat_components 
IFT_CompoDamageMat_afteriter 
IFT_CompoDamageMat_allowSnapBack 
IFT_FE2SinteringMaterial_porosity 
IFT_MicroMaterialFileName 
IFT_MacroLspace_microMasterNodes 
IFT_MacroLspace_microBoundaryNodes 
IFT_MacroLspace_stiffMatrxFileName 
IFT_IDNLMaterial_r 
IFT_IDNLMaterial_averagingtype 
IFT_IDNLMaterial_exp 
IFT_IDNLMaterial_rf 
IFT_MazarsMaterial_version 
IFT_MazarsMaterial_e0 
IFT_MazarsMaterial_ac 
IFT_MazarsMaterial_bc 
IFT_MazarsMaterial_beta 
IFT_MazarsMaterial_at 
IFT_MazarsMaterial_bt 
IFT_MazarsMaterial_ef 
IFT_MazarsMaterial_r 
IFT_MazarsMaterial_hreft 
IFT_MazarsMaterial_hrefc 
IFT_MazarsNLMaterial_r 
IFT_DruckerPragerPlasticitySM_iys 
IFT_DruckerPragerPlasticitySM_alpha 
IFT_DruckerPragerPlasticitySM_alphapsi 
IFT_DruckerPragerPlasticitySM_ht 
IFT_DruckerPragerPlasticitySM_hm 
IFT_DruckerPragerPlasticitySM_kc 
IFT_DruckerPragerPlasticitySM_lys 
IFT_DruckerPragerPlasticitySM_yieldtol 
IFT_DruckerPragerPlasticitySM_newtoniter 
IFT_DruckerPragerCutMat_alpha 
IFT_DruckerPragerCutMat_alphapsi 
IFT_DruckerPragerCutMat_h 
IFT_DruckerPragerCutMat_sigT 
IFT_DruckerPragerCutMat_omegaCrit