|
OOFEM 3.0
|
Checks an internal element dofman value. More...
#include <errorcheckingexportmodule.h>
Public Member Functions | |
| InternalElementDofManErrorCheckingRule (const std ::string &line, double tol) | |
| InternalElementDofManErrorCheckingRule (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 | idofman = 0 |
| 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 an internal element dofman value.
Definition at line 120 of file errorcheckingexportmodule.h.
| oofem::InternalElementDofManErrorCheckingRule::InternalElementDofManErrorCheckingRule | ( | const std ::string & | line, |
| double | tol ) |
Definition at line 191 of file errorcheckingexportmodule.C.
References dofid, oofem::ErrorCheckingRule::ErrorCheckingRule(), idofman, mode, oofem::ErrorCheckingRule::number, OOFEM_ERROR, oofem::ErrorCheckingRule::tolerance, oofem::ErrorCheckingRule::tstep, oofem::unknown, and oofem::ErrorCheckingRule::value.
| oofem::InternalElementDofManErrorCheckingRule::InternalElementDofManErrorCheckingRule | ( | InputRecord & | ir, |
| double | tol ) |
Definition at line 212 of file errorcheckingexportmodule.C.
References dofid, oofem::ErrorCheckingRule::ErrorCheckingRule(), oofem::InputRecord::giveField(), idofman, mode, oofem::ErrorCheckingRule::number, OOFEM_ERROR, oofem::ErrorCheckingRule::tstep, oofem::unknown, and oofem::ErrorCheckingRule::value.
|
overridevirtual |
Checks if the rule is correct
Implements oofem::ErrorCheckingRule.
Definition at line 228 of file errorcheckingexportmodule.C.
References check(), oofem::ErrorCheckingRule::checkValue(), dofid, oofem::Element_local, oofem::DofManager::giveDofWithID(), oofem::Domain::giveEngngModel(), oofem::Domain::giveGlobalElement(), oofem::Element::giveInternalDofManager(), oofem::TimeStep::giveNumber(), oofem::EngngModel::giveOutputBaseFileName(), oofem::Element::giveParallelMode(), oofem::Dof::giveUnknown(), oofem::TimeStep::giveVersion(), idofman, 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 267 of file errorcheckingexportmodule.C.
References dofid, oofem::Element_local, oofem::DofManager::giveDofWithID(), oofem::Domain::giveEngngModel(), oofem::Domain::giveGlobalElement(), oofem::Element::giveInternalDofManager(), oofem::Element::giveParallelMode(), oofem::Dof::giveUnknown(), idofman, oofem::EngngModel::isParallel(), mode, oofem::ErrorCheckingRule::number, and OOFEM_WARNING.
|
inlineoverridevirtual |
Implements oofem::ErrorCheckingRule.
Definition at line 132 of file errorcheckingexportmodule.h.
|
protected |
Definition at line 124 of file errorcheckingexportmodule.h.
Referenced by check(), getValue(), InternalElementDofManErrorCheckingRule(), and InternalElementDofManErrorCheckingRule().
|
protected |
Definition at line 123 of file errorcheckingexportmodule.h.
Referenced by check(), getValue(), InternalElementDofManErrorCheckingRule(), and InternalElementDofManErrorCheckingRule().
|
protected |
Definition at line 125 of file errorcheckingexportmodule.h.
Referenced by check(), getValue(), InternalElementDofManErrorCheckingRule(), and InternalElementDofManErrorCheckingRule().