|
OOFEM 3.0
|
Checks a reaction force value. More...
#include <errorcheckingexportmodule.h>
Public Member Functions | |
| ReactionErrorCheckingRule (const std ::string &line, double tol) | |
| ReactionErrorCheckingRule (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 |
| 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 158 of file errorcheckingexportmodule.h.
| oofem::ReactionErrorCheckingRule::ReactionErrorCheckingRule | ( | const std ::string & | line, |
| double | tol ) |
Definition at line 544 of file errorcheckingexportmodule.C.
References dofid, oofem::ErrorCheckingRule::ErrorCheckingRule(), oofem::ErrorCheckingRule::number, OOFEM_ERROR, oofem::ErrorCheckingRule::tolerance, oofem::ErrorCheckingRule::tstep, oofem::ErrorCheckingRule::tsubstep, and oofem::ErrorCheckingRule::value.
| oofem::ReactionErrorCheckingRule::ReactionErrorCheckingRule | ( | InputRecord & | ir, |
| double | tol ) |
Definition at line 558 of file errorcheckingexportmodule.C.
References dofid, oofem::ErrorCheckingRule::ErrorCheckingRule(), oofem::InputRecord::giveField(), oofem::InputRecord::giveOptionalField(), 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 568 of file errorcheckingexportmodule.C.
References oofem::FloatArray::at(), oofem::IntArray::at(), oofem::StructuralEngngModel::buildReactionTable(), check(), oofem::ErrorCheckingRule::checkValue(), oofem::StructuralEngngModel::computeReaction(), dofid, oofem::Domain::giveEngngModel(), oofem::DofManager::giveLabel(), oofem::Domain::giveNode(), oofem::Domain::giveNumber(), oofem::TimeStep::giveNumber(), oofem::EngngModel::giveOutputBaseFileName(), oofem::IntArray::giveSize(), oofem::TimeStep::giveVersion(), oofem::EngngModel::isParallel(), 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 620 of file errorcheckingexportmodule.C.
References oofem::FloatArray::at(), oofem::IntArray::at(), oofem::StructuralEngngModel::buildReactionTable(), oofem::StructuralEngngModel::computeReaction(), dofid, oofem::Domain::giveEngngModel(), oofem::DofManager::giveLabel(), oofem::Domain::giveNode(), oofem::Domain::giveNumber(), oofem::IntArray::giveSize(), oofem::EngngModel::isParallel(), oofem::ErrorCheckingRule::number, and OOFEM_WARNING.
|
inlineoverridevirtual |
Implements oofem::ErrorCheckingRule.
Definition at line 168 of file errorcheckingexportmodule.h.
|
protected |
Definition at line 161 of file errorcheckingexportmodule.h.
Referenced by check(), getValue(), ReactionErrorCheckingRule(), and ReactionErrorCheckingRule().