OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Class EngngModelContext represents a context, which is shared by all problem engng sub-models. More...
#include <engngm.h>
Public Member Functions | |
EngngModelContext () | |
FieldManager * | giveFieldManager () |
Protected Attributes | |
FieldManager | fieldManager |
Common fieldManager providing shared field register for the problem. More... | |
Class EngngModelContext represents a context, which is shared by all problem engng sub-models.
In principle every problem (represented by the EngngModel class) can be made part of more complex problem, providing only part of the solution, possibly depending on the results of other sub-problems. Typical example is staggered heat and structural analysis. The context provides the common (shared) resources within the problem. The context is created by the master problem (the class representing staggered problem, for example). The subproblems are then created in so-called maintained (or slave) mode and they request the context from master.
|
inline |
Definition at line 131 of file engngm.h.
Referenced by oofem::TransportElement::computeBoundaryEdgeLoadVector(), oofem::TransportElement::computeBoundarySurfaceLoadVector(), oofem::TransportElement::computeEdgeBCSubVectorAt(), oofem::B3Material::computeShrinkageStrainVector(), oofem::StructuralMaterial::computeStressIndependentStrainVector(), oofem::StructuralMaterial::computeStressIndependentStrainVector_3d(), oofem::TransportElement::computeSurfaceBCSubVectorAt(), oofem::LEPlic::doLagrangianPhase(), oofem::B3SolidMaterial::giveHumidity(), oofem::MPSMaterial::giveHumidity(), oofem::B3SolidMaterial::giveHumidityIncrement(), oofem::StructuralMaterial::giveIPValue(), oofem::MisesMat::giveTemperature(), oofem::MPSMaterial::giveTemperature(), oofem::SimpleCrossSection::giveTemperatureVector(), oofem::StationaryTransportProblem::initializeFrom(), oofem::TransientTransportProblem::initializeFrom(), oofem::SUPG::initializeFrom(), and oofem::CBS::initializeFrom().
|
protected |