|
OOFEM 3.0
|
#include <vector>#include <memory>#include <fstream>#include "exportmodule.h"#include "valuemodetype.h"#include "internalstatetype.h"Go to the source code of this file.
Classes | |
| class | oofem::ErrorCheckingRule |
| class | oofem::NodeErrorCheckingRule |
| Checks a node value. More... | |
| class | oofem::ElementErrorCheckingRule |
| Checks an element value. More... | |
| class | oofem::InternalElementDofManErrorCheckingRule |
| Checks an internal element dofman value. More... | |
| class | oofem::BeamElementErrorCheckingRule |
| Checks a beam element value (in terms of end forces and and-displacements). More... | |
| class | oofem::ReactionErrorCheckingRule |
| Checks a reaction force value. More... | |
| class | oofem::LoadLevelErrorCheckingRule |
| Checks a reaction force value. More... | |
| class | oofem::EigenValueErrorCheckingRule |
| Checks eigen value. More... | |
| class | oofem::TimeCheckingRule |
| Checks a reaction force value. More... | |
| class | oofem::ErrorCheckingExportModule |
Namespaces | |
| namespace | oofem |
Macros | |
Input fields for ErrorCheckingExportModule | |
| #define | _IFT_ErrorCheckingExportModule_Name "errorcheck" |
| #define | _IFT_ErrorCheckingExportModule_filename "filename" |
| Filename where rules are defined (normally the input file). | |
| #define | _IFT_ErrorCheckingExportModule_writeIST "writeist" |
| Which internal state types to write rules for. | |
| #define | _IFT_ErrorCheckingExportModule_extractormode "extract" |
| #define _IFT_ErrorCheckingExportModule_extractormode "extract" |
Definition at line 51 of file errorcheckingexportmodule.h.
Referenced by oofem::ErrorCheckingExportModule::initializeFrom().
| #define _IFT_ErrorCheckingExportModule_filename "filename" |
Filename where rules are defined (normally the input file).
Definition at line 49 of file errorcheckingexportmodule.h.
Referenced by oofem::ErrorCheckingExportModule::initializeFrom(), and oofem::ErrorCheckingExportModule::readRulesFromTextFile().
| #define _IFT_ErrorCheckingExportModule_Name "errorcheck" |
Definition at line 48 of file errorcheckingexportmodule.h.
Referenced by oofem::ErrorCheckingExportModule::giveInputRecordName().
| #define _IFT_ErrorCheckingExportModule_writeIST "writeist" |
Which internal state types to write rules for.
Definition at line 50 of file errorcheckingexportmodule.h.
Referenced by oofem::ErrorCheckingExportModule::initializeFrom().