|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "oofemcfg.h"#include "inputrecord.h"#include "intarray.h"#include "fieldmanager.h"#include "metastep.h"#include "timer.h"#include "assemblercallback.h"#include "chartype.h"#include "unknowntype.h"#include "varscaletype.h"#include "numericalcmpn.h"#include "valuemodetype.h"#include "problemmode.h"#include "fmode.h"#include "dofiditem.h"#include "contextoutputmode.h"#include "contextfilemode.h"#include "contextioresulttype.h"#include "parallelcontext.h"#include "parallel.h"#include <string>#include <memory>Go to the source code of this file.
Classes | |
| class | oofem::EngngModelContext |
| Class EngngModelContext represents a context, which is shared by all problem engng sub-models. More... | |
| class | oofem::EngngModel |
| Abstract base class representing the "problem" under consideration. More... | |
| struct | oofem::EngngModel::ArrayWithNumbering |
| Helper struct to pass array and numbering scheme as a single argument. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for general Engineering models. | |
| #define | _IFT_EngngModel_nsteps "nsteps" |
| #define | _IFT_EngngModel_contextoutputstep "contextoutputstep" |
| #define | _IFT_EngngModel_renumberFlag "renumber" |
| #define | _IFT_EngngModel_profileOpt "profileopt" |
| #define | _IFT_EngngModel_nmsteps "nmsteps" |
| #define | _IFT_EngngModel_nonLinFormulation "nonlinform" |
| #define | _IFT_EngngModel_eetype "eetype" |
| #define | _IFT_EngngModel_parallelflag "parallelflag" |
| #define | _IFT_EngngModel_loadBalancingFlag "lbflag" |
| #define | _IFT_EngngModel_forceloadBalancingFlag "forcelb1" |
| #define | _IFT_EngngModel_initialGuess "initialguess" |
| #define | _IFT_EngngModel_referenceFile "referencefile" |
| #define | _IFT_EngngModel_lstype "lstype" |
| #define | _IFT_EngngModel_smtype "smtype" |
| #define | _IFT_EngngModel_suppressOutput "suppress_output" |
| #define _IFT_EngngModel_contextoutputstep "contextoutputstep" |
Definition at line 69 of file engngm.h.
Referenced by oofem::EngngModel::initializeFrom(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
| #define _IFT_EngngModel_eetype "eetype" |
Definition at line 74 of file engngm.h.
Referenced by oofem::EngngModel::initializeFrom().
| #define _IFT_EngngModel_forceloadBalancingFlag "forcelb1" |
Definition at line 77 of file engngm.h.
Referenced by oofem::EngngModel::initializeFrom().
| #define _IFT_EngngModel_initialGuess "initialguess" |
Definition at line 78 of file engngm.h.
Referenced by oofem::StaticStructural::initializeFrom(), oofem::StaticStructural::updateAttributes(), and oofem::NonLinearStatic::updateAttributes().
| #define _IFT_EngngModel_loadBalancingFlag "lbflag" |
Definition at line 76 of file engngm.h.
Referenced by oofem::EngngModel::initializeFrom().
| #define _IFT_EngngModel_lstype "lstype" |
Definition at line 81 of file engngm.h.
Referenced by oofem::DarcyFlow::initializeFrom(), oofem::IncrementalLinearStatic::initializeFrom(), oofem::LinearStatic::initializeFrom(), oofem::FreeWarping::initializeFrom(), oofem::DIIDynamic::initializeFrom(), oofem::StokesFlow::initializeFrom(), oofem::NonLinearDynamic::initializeFrom(), oofem::NonStationaryTransportProblem::initializeFrom(), oofem::SUPG::initializeFrom(), oofem::PFEM::initializeFrom(), and oofem::CBS::initializeFrom().
| #define _IFT_EngngModel_nmsteps "nmsteps" |
Definition at line 72 of file engngm.h.
Referenced by oofem::EngngModel::initializeFrom(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
| #define _IFT_EngngModel_nonLinFormulation "nonlinform" |
Definition at line 73 of file engngm.h.
Referenced by oofem::EngngModel::initializeFrom().
| #define _IFT_EngngModel_nsteps "nsteps" |
Definition at line 68 of file engngm.h.
Referenced by oofem::IncrementalLinearStatic::initializeFrom(), oofem::StaticStructural::initializeFrom(), oofem::StaggeredProblem::initializeFrom(), oofem::EngngModel::initializeFrom(), oofem::HuertaErrorEstimator::setupRefinedProblemProlog(), and oofem::StaticStructural::updateAttributes().
| #define _IFT_EngngModel_parallelflag "parallelflag" |
Definition at line 75 of file engngm.h.
Referenced by oofem::EngngModel::initializeFrom().
| #define _IFT_EngngModel_profileOpt "profileopt" |
Definition at line 71 of file engngm.h.
Referenced by oofem::EngngModel::initializeFrom().
| #define _IFT_EngngModel_renumberFlag "renumber" |
Definition at line 70 of file engngm.h.
Referenced by oofem::EngngModel::initializeFrom(), and oofem::HuertaErrorEstimator::setupRefinedProblemProlog().
| #define _IFT_EngngModel_smtype "smtype" |
Definition at line 82 of file engngm.h.
Referenced by oofem::DarcyFlow::initializeFrom(), oofem::IncrementalLinearStatic::initializeFrom(), oofem::StaticStructural::initializeFrom(), oofem::StationaryTransportProblem::initializeFrom(), oofem::LinearStatic::initializeFrom(), oofem::EigenValueDynamic::initializeFrom(), oofem::FreeWarping::initializeFrom(), oofem::DIIDynamic::initializeFrom(), oofem::StokesFlow::initializeFrom(), oofem::TransientTransportProblem::initializeFrom(), oofem::NonLinearDynamic::initializeFrom(), oofem::SUPG::initializeFrom(), oofem::PFEM::initializeFrom(), oofem::CBS::initializeFrom(), and oofem::StaticStructural::updateAttributes().
| #define _IFT_EngngModel_suppressOutput "suppress_output" |
Definition at line 84 of file engngm.h.
Referenced by oofem::IncrementalLinearStatic::initializeFrom(), oofem::EigenValueDynamic::initializeFrom(), oofem::LinearStability::initializeFrom(), oofem::StaggeredProblem::initializeFrom(), and oofem::EngngModel::initializeFrom().