|
OOFEM 3.0
|
Checks a reaction force value. More...
#include <errorcheckingexportmodule.h>
Public Member Functions | |
| LoadLevelErrorCheckingRule (const std ::string &line, double tol) | |
| LoadLevelErrorCheckingRule (InputRecord &ir, double tol) | |
| bool | check (Domain *domain, TimeStep *tStep) override |
| bool | getValue (double &value, Domain *domain, TimeStep *tStep) override |
| const char * | giveClassName () const override |
| Public Member Functions inherited from oofem::ErrorCheckingRule | |
| ErrorCheckingRule (double tol) | |
| virtual | ~ErrorCheckingRule ()=default |
| bool | checkValue (double computedValue) |
Additional Inherited Members | |
| Protected Attributes inherited from oofem::ErrorCheckingRule | |
| int | tstep = 0 |
| int | tsubstep = 0 |
| int | number = 0 |
| double | tolerance = 0. |
| double | value = 0. |
| double | computedValue = 0. |
Checks a reaction force value.
Definition at line 172 of file errorcheckingexportmodule.h.
| oofem::LoadLevelErrorCheckingRule::LoadLevelErrorCheckingRule | ( | const std ::string & | line, |
| double | tol ) |
Definition at line 660 of file errorcheckingexportmodule.C.
References oofem::ErrorCheckingRule::ErrorCheckingRule(), OOFEM_ERROR, oofem::ErrorCheckingRule::tolerance, oofem::ErrorCheckingRule::tstep, and oofem::ErrorCheckingRule::value.
| oofem::LoadLevelErrorCheckingRule::LoadLevelErrorCheckingRule | ( | InputRecord & | ir, |
| double | tol ) |
Checks if the rule is correct
Implements oofem::ErrorCheckingRule.
Definition at line 678 of file errorcheckingexportmodule.C.
References check(), oofem::ErrorCheckingRule::checkValue(), oofem::Domain::giveEngngModel(), oofem::EngngModel::giveLoadLevel(), oofem::TimeStep::giveNumber(), oofem::EngngModel::giveOutputBaseFileName(), OOFEM_WARNING, oofem::ErrorCheckingRule::tolerance, oofem::ErrorCheckingRule::tstep, and oofem::ErrorCheckingRule::value.
Referenced by check().
|
overridevirtual |
Implements oofem::ErrorCheckingRule.
Definition at line 697 of file errorcheckingexportmodule.C.
References oofem::Domain::giveEngngModel(), and oofem::EngngModel::giveLoadLevel().
|
inlineoverridevirtual |
Implements oofem::ErrorCheckingRule.
Definition at line 179 of file errorcheckingexportmodule.h.