OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Go to the source code of this file.
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
#define | CM_None 0 |
#define | CM_State ( 1L << 1 ) |
#define | CM_Definition ( 1L << 2 ) |
#define | CM_DefinitionGlobal ( 1L << 3 ) |
#define | CM_UnknownDictState ( 1L << 4 ) |
Typedefs | |
typedef long | oofem::ContextMode |
Context mode (mask), defining the type of information written/read to/from context. More... | |
#define CM_Definition ( 1L << 2 ) |
Definition at line 47 of file contextmode.h.
Referenced by oofem::LoadBalancer::packMigratingData(), oofem::NonlocalMaterialWTP::packRemoteElements(), oofem::Subdivision::packRemoteElements(), oofem::restore_components(), oofem::PiecewiseLinFunction::restoreContext(), oofem::LinearConstraintBC::restoreContext(), oofem::SimpleSlaveDof::restoreContext(), oofem::Lattice2d::restoreContext(), oofem::BoundaryCondition::restoreContext(), oofem::SlaveDof::restoreContext(), oofem::MasterDof::restoreContext(), oofem::FEMComponent::restoreContext(), oofem::Set::restoreContext(), oofem::GeneralBoundaryCondition::restoreContext(), oofem::Node::restoreContext(), oofem::XfemManager::restoreContext(), oofem::IntegrationRule::restoreContext(), oofem::DofManager::restoreContext(), oofem::Domain::restoreContext(), oofem::Element::restoreContext(), oofem::save_components(), oofem::PiecewiseLinFunction::saveContext(), oofem::LinearConstraintBC::saveContext(), oofem::SimpleSlaveDof::saveContext(), oofem::Lattice2d::saveContext(), oofem::BoundaryCondition::saveContext(), oofem::SlaveDof::saveContext(), oofem::FEMComponent::saveContext(), oofem::MasterDof::saveContext(), oofem::Set::saveContext(), oofem::GeneralBoundaryCondition::saveContext(), oofem::Node::saveContext(), oofem::XfemManager::saveContext(), oofem::IntegrationRule::saveContext(), oofem::DofManager::saveContext(), oofem::Domain::saveContext(), oofem::Element::saveContext(), oofem::NonLinearStatic::terminate(), oofem::EngngModel::terminate(), oofem::LoadBalancer::unpackMigratingData(), oofem::NonlocalMaterialWTP::unpackRemoteElements(), and oofem::Subdivision::unpackRemoteElements().
#define CM_DefinitionGlobal ( 1L << 3 ) |
Definition at line 48 of file contextmode.h.
Referenced by oofem::LoadBalancer::packMigratingData(), oofem::NonlocalMaterialWTP::packRemoteElements(), oofem::Subdivision::packRemoteElements(), oofem::SimpleSlaveDof::saveContext(), oofem::SlaveDof::saveContext(), oofem::Element::saveContext(), oofem::LoadBalancer::unpackMigratingData(), and oofem::Subdivision::unpackRemoteElements().
#define CM_None 0 |
Definition at line 45 of file contextmode.h.
#define CM_State ( 1L << 1 ) |
Definition at line 46 of file contextmode.h.
Referenced by oofem::HuertaErrorEstimator::estimateError(), oofem::AdaptiveNonLinearStatic::initializeAdaptive(), oofem::LoadBalancer::packMigratingData(), oofem::NonlocalMaterialWTP::packRemoteElements(), oofem::NonLinearStatic::terminate(), oofem::EngngModel::terminate(), oofem::LoadBalancer::unpackMigratingData(), and oofem::NonlocalMaterialWTP::unpackRemoteElements().
#define CM_UnknownDictState ( 1L << 4 ) |
Definition at line 49 of file contextmode.h.
Referenced by oofem::LoadBalancer::packMigratingData(), oofem::NonlocalMaterialWTP::packRemoteElements(), oofem::MasterDof::restoreContext(), oofem::MasterDof::saveContext(), oofem::LoadBalancer::unpackMigratingData(), and oofem::NonlocalMaterialWTP::unpackRemoteElements().