|
OOFEM 3.0
|
Checks a node value. More...
#include <errorcheckingexportmodule.h>
Public Member Functions | |
| NodeErrorCheckingRule (const std ::string &line, double tol) | |
| NodeErrorCheckingRule (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 | dofid = 0 |
| ValueModeType | mode = VM_Unknown |
| 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 node value.
Definition at line 88 of file errorcheckingexportmodule.h.
| oofem::NodeErrorCheckingRule::NodeErrorCheckingRule | ( | const std ::string & | line, |
| double | tol ) |
Definition at line 70 of file errorcheckingexportmodule.C.
References dofid, oofem::ErrorCheckingRule::ErrorCheckingRule(), mode, oofem::ErrorCheckingRule::number, OOFEM_ERROR, oofem::ErrorCheckingRule::tolerance, oofem::ErrorCheckingRule::tstep, oofem::ErrorCheckingRule::tsubstep, oofem::unknown, and oofem::ErrorCheckingRule::value.
| oofem::NodeErrorCheckingRule::NodeErrorCheckingRule | ( | InputRecord & | ir, |
| double | tol ) |
Definition at line 112 of file errorcheckingexportmodule.C.
References dofid, oofem::ErrorCheckingRule::ErrorCheckingRule(), oofem::InputRecord::giveField(), oofem::InputRecord::giveOptionalField(), mode, oofem::ErrorCheckingRule::number, OOFEM_ERROR, oofem::ErrorCheckingRule::tolerance, oofem::ErrorCheckingRule::tstep, oofem::ErrorCheckingRule::tsubstep, oofem::unknown, and oofem::ErrorCheckingRule::value.
Checks if the rule is correct
Implements oofem::ErrorCheckingRule.
Definition at line 156 of file errorcheckingexportmodule.C.
References check(), oofem::ErrorCheckingRule::checkValue(), dofid, oofem::DofManager_null, oofem::DofManager_remote, oofem::DofManager::giveDofWithID(), oofem::Domain::giveEngngModel(), oofem::Domain::giveGlobalDofManager(), oofem::TimeStep::giveNumber(), oofem::EngngModel::giveOutputBaseFileName(), oofem::DofManager::giveParallelMode(), oofem::Dof::giveUnknown(), oofem::TimeStep::giveVersion(), oofem::EngngModel::isParallel(), mode, oofem::ErrorCheckingRule::number, OOFEM_WARNING, oofem::ErrorCheckingRule::tolerance, oofem::ErrorCheckingRule::tstep, oofem::ErrorCheckingRule::tsubstep, and oofem::ErrorCheckingRule::value.
Referenced by check().
|
overridevirtual |
Implements oofem::ErrorCheckingRule.
Definition at line 133 of file errorcheckingexportmodule.C.
References dofid, oofem::DofManager_null, oofem::DofManager_remote, oofem::DofManager::giveDofWithID(), oofem::Domain::giveEngngModel(), oofem::Domain::giveGlobalDofManager(), oofem::DofManager::giveParallelMode(), oofem::Dof::giveUnknown(), oofem::EngngModel::isParallel(), mode, oofem::ErrorCheckingRule::number, and OOFEM_WARNING.
|
inlineoverridevirtual |
Implements oofem::ErrorCheckingRule.
Definition at line 99 of file errorcheckingexportmodule.h.
|
protected |
Definition at line 91 of file errorcheckingexportmodule.h.
Referenced by check(), getValue(), NodeErrorCheckingRule(), and NodeErrorCheckingRule().
|
protected |
Definition at line 92 of file errorcheckingexportmodule.h.
Referenced by check(), getValue(), NodeErrorCheckingRule(), and NodeErrorCheckingRule().