|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#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 |
| Error checking rule used for regressions tests. More... | |
| class | oofem::NodeErrorCheckingRule |
| Checks a node value. More... | |
| class | oofem::ElementErrorCheckingRule |
| Checks an element 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::ErrorCheckingExportModule |
| Checks error in analysis (for automatic regression tests). More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for ErrorCheckingExportModule | |
| #define | _IFT_ErrorCheckingExportModule_Name "errorcheck" |
| #define | _IFT_ErrorCheckingExportModule_filename "filename" |
| Filename where rules are defined (normally the input file). More... | |
| #define | _IFT_ErrorCheckingExportModule_writeIST "writeist" |
| Which internal state types to write rules for. More... | |
| #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().
| #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().