|
OOFEM 3.0
|
Checks an element value. More...
#include <errorcheckingexportmodule.h>
Public Member Functions | |
| ElementErrorCheckingRule (const std ::string &line, double tol) | |
| ElementErrorCheckingRule (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) |
Protected Attributes | |
| int | irule = 0 |
| int | gpnum = 0 |
| InternalStateType | ist = IST_Undefined |
| int | component = 0 |
| 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 an element value.
Definition at line 103 of file errorcheckingexportmodule.h.
| oofem::ElementErrorCheckingRule::ElementErrorCheckingRule | ( | const std ::string & | line, |
| double | tol ) |
Definition at line 293 of file errorcheckingexportmodule.C.
References component, oofem::ErrorCheckingRule::ErrorCheckingRule(), gpnum, irule, ist, oofem::ErrorCheckingRule::number, OOFEM_ERROR, oofem::ErrorCheckingRule::tolerance, oofem::ErrorCheckingRule::tstep, oofem::ErrorCheckingRule::tsubstep, and oofem::ErrorCheckingRule::value.
| oofem::ElementErrorCheckingRule::ElementErrorCheckingRule | ( | InputRecord & | ir, |
| double | tol ) |
Definition at line 316 of file errorcheckingexportmodule.C.
References component, oofem::ErrorCheckingRule::ErrorCheckingRule(), oofem::InputRecord::giveField(), oofem::InputRecord::giveOptionalField(), gpnum, irule, ist, oofem::ErrorCheckingRule::number, oofem::ErrorCheckingRule::tolerance, oofem::ErrorCheckingRule::tstep, oofem::ErrorCheckingRule::tsubstep, and oofem::ErrorCheckingRule::value.
Checks if the rule is correct
Implements oofem::ErrorCheckingRule.
Definition at line 331 of file errorcheckingexportmodule.C.
References oofem::FloatArray::at(), check(), oofem::ErrorCheckingRule::checkValue(), component, oofem::Element_local, oofem::IntegrationRule::getIntegrationPoint(), oofem::Domain::giveEngngModel(), oofem::Domain::giveGlobalElement(), oofem::Element::giveIntegrationRule(), oofem::Element::giveIPValue(), oofem::TimeStep::giveNumber(), oofem::EngngModel::giveOutputBaseFileName(), oofem::Element::giveParallelMode(), oofem::FloatArray::giveSize(), oofem::TimeStep::giveVersion(), gpnum, irule, oofem::EngngModel::isParallel(), ist, oofem::ErrorCheckingRule::number, OOFEM_WARNING, oofem::FloatArray::printYourself(), oofem::ErrorCheckingRule::tolerance, oofem::ErrorCheckingRule::tstep, oofem::ErrorCheckingRule::tsubstep, and oofem::ErrorCheckingRule::value.
Referenced by check().
|
overridevirtual |
Implements oofem::ErrorCheckingRule.
Definition at line 378 of file errorcheckingexportmodule.C.
References oofem::FloatArray::at(), component, oofem::Element_local, oofem::IntegrationRule::getIntegrationPoint(), oofem::Domain::giveEngngModel(), oofem::Domain::giveGlobalElement(), oofem::Element::giveIntegrationRule(), oofem::Element::giveIPValue(), oofem::EngngModel::giveOutputBaseFileName(), oofem::Element::giveParallelMode(), oofem::FloatArray::giveSize(), gpnum, irule, oofem::EngngModel::isParallel(), ist, oofem::ErrorCheckingRule::number, OOFEM_WARNING, and oofem::FloatArray::printYourself().
|
inlineoverridevirtual |
Implements oofem::ErrorCheckingRule.
Definition at line 116 of file errorcheckingexportmodule.h.
|
protected |
Definition at line 109 of file errorcheckingexportmodule.h.
Referenced by check(), ElementErrorCheckingRule(), ElementErrorCheckingRule(), and getValue().
|
protected |
Definition at line 107 of file errorcheckingexportmodule.h.
Referenced by check(), ElementErrorCheckingRule(), ElementErrorCheckingRule(), and getValue().
|
protected |
Definition at line 106 of file errorcheckingexportmodule.h.
Referenced by check(), ElementErrorCheckingRule(), ElementErrorCheckingRule(), and getValue().
|
protected |
Definition at line 108 of file errorcheckingexportmodule.h.
Referenced by check(), ElementErrorCheckingRule(), ElementErrorCheckingRule(), and getValue().