OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Error checking rule used for regressions tests. More...
#include <errorcheckingexportmodule.h>
Public Member Functions | |
ErrorCheckingRule (double tol) | |
virtual bool | check (Domain *domain, TimeStep *tStep)=0 |
Checks if the rule is correct. More... | |
bool | checkValue (double computedValue) |
virtual const char * | giveClassName () const =0 |
Protected Attributes | |
int | tstep |
int | tsubstep |
int | number |
double | tolerance |
double | value |
Error checking rule used for regressions tests.
Definition at line 62 of file errorcheckingexportmodule.h.
|
inline |
Definition at line 72 of file errorcheckingexportmodule.h.
Checks if the rule is correct.
Implemented in oofem::EigenValueErrorCheckingRule, oofem::LoadLevelErrorCheckingRule, oofem::ReactionErrorCheckingRule, oofem::BeamElementErrorCheckingRule, oofem::ElementErrorCheckingRule, and oofem::NodeErrorCheckingRule.
bool oofem::ErrorCheckingRule::checkValue | ( | double | computedValue | ) |
|
pure virtual |
|
protected |
Definition at line 67 of file errorcheckingexportmodule.h.
Referenced by oofem::BeamElementErrorCheckingRule::BeamElementErrorCheckingRule(), oofem::NodeErrorCheckingRule::check(), oofem::ElementErrorCheckingRule::check(), oofem::BeamElementErrorCheckingRule::check(), oofem::ReactionErrorCheckingRule::check(), oofem::EigenValueErrorCheckingRule::check(), oofem::EigenValueErrorCheckingRule::EigenValueErrorCheckingRule(), oofem::ElementErrorCheckingRule::ElementErrorCheckingRule(), oofem::NodeErrorCheckingRule::NodeErrorCheckingRule(), and oofem::ReactionErrorCheckingRule::ReactionErrorCheckingRule().
|
protected |
Definition at line 68 of file errorcheckingexportmodule.h.
Referenced by oofem::BeamElementErrorCheckingRule::BeamElementErrorCheckingRule(), oofem::NodeErrorCheckingRule::check(), oofem::ElementErrorCheckingRule::check(), oofem::BeamElementErrorCheckingRule::check(), oofem::ReactionErrorCheckingRule::check(), oofem::LoadLevelErrorCheckingRule::check(), oofem::EigenValueErrorCheckingRule::check(), oofem::EigenValueErrorCheckingRule::EigenValueErrorCheckingRule(), oofem::ElementErrorCheckingRule::ElementErrorCheckingRule(), oofem::LoadLevelErrorCheckingRule::LoadLevelErrorCheckingRule(), oofem::NodeErrorCheckingRule::NodeErrorCheckingRule(), and oofem::ReactionErrorCheckingRule::ReactionErrorCheckingRule().
|
protected |
Definition at line 65 of file errorcheckingexportmodule.h.
Referenced by oofem::BeamElementErrorCheckingRule::BeamElementErrorCheckingRule(), oofem::NodeErrorCheckingRule::check(), oofem::ElementErrorCheckingRule::check(), oofem::BeamElementErrorCheckingRule::check(), oofem::ReactionErrorCheckingRule::check(), oofem::LoadLevelErrorCheckingRule::check(), oofem::EigenValueErrorCheckingRule::check(), oofem::EigenValueErrorCheckingRule::EigenValueErrorCheckingRule(), oofem::ElementErrorCheckingRule::ElementErrorCheckingRule(), oofem::LoadLevelErrorCheckingRule::LoadLevelErrorCheckingRule(), oofem::NodeErrorCheckingRule::NodeErrorCheckingRule(), and oofem::ReactionErrorCheckingRule::ReactionErrorCheckingRule().
|
protected |
Definition at line 66 of file errorcheckingexportmodule.h.
Referenced by oofem::BeamElementErrorCheckingRule::BeamElementErrorCheckingRule(), oofem::NodeErrorCheckingRule::check(), oofem::ElementErrorCheckingRule::check(), oofem::BeamElementErrorCheckingRule::check(), oofem::ReactionErrorCheckingRule::check(), oofem::ElementErrorCheckingRule::ElementErrorCheckingRule(), oofem::NodeErrorCheckingRule::NodeErrorCheckingRule(), and oofem::ReactionErrorCheckingRule::ReactionErrorCheckingRule().
|
protected |
Definition at line 69 of file errorcheckingexportmodule.h.
Referenced by oofem::BeamElementErrorCheckingRule::BeamElementErrorCheckingRule(), oofem::NodeErrorCheckingRule::check(), oofem::ElementErrorCheckingRule::check(), oofem::BeamElementErrorCheckingRule::check(), oofem::ReactionErrorCheckingRule::check(), oofem::LoadLevelErrorCheckingRule::check(), oofem::EigenValueErrorCheckingRule::check(), oofem::EigenValueErrorCheckingRule::EigenValueErrorCheckingRule(), oofem::ElementErrorCheckingRule::ElementErrorCheckingRule(), oofem::LoadLevelErrorCheckingRule::LoadLevelErrorCheckingRule(), oofem::NodeErrorCheckingRule::NodeErrorCheckingRule(), and oofem::ReactionErrorCheckingRule::ReactionErrorCheckingRule().