OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Checks a reaction force value. More...
#include <errorcheckingexportmodule.h>
Public Member Functions | |
ReactionErrorCheckingRule (const std::string &line, double tol) | |
virtual bool | check (Domain *domain, TimeStep *tStep) |
Checks if the rule is correct. More... | |
virtual const char * | giveClassName () const |
Public Member Functions inherited from oofem::ErrorCheckingRule | |
ErrorCheckingRule (double tol) | |
bool | checkValue (double computedValue) |
Protected Attributes | |
int | dofid |
Protected Attributes inherited from oofem::ErrorCheckingRule | |
int | tstep |
int | tsubstep |
int | number |
double | tolerance |
double | value |
Checks a reaction force value.
Definition at line 129 of file errorcheckingexportmodule.h.
oofem::ReactionErrorCheckingRule::ReactionErrorCheckingRule | ( | const std::string & | line, |
double | tol | ||
) |
Definition at line 284 of file errorcheckingexportmodule.C.
References dofid, oofem::ErrorCheckingRule::number, OOFEM_ERROR, 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 299 of file errorcheckingexportmodule.C.
References oofem::IntArray::at(), oofem::FloatArray::at(), oofem::StructuralEngngModel::buildReactionTable(), oofem::ErrorCheckingRule::checkValue(), oofem::StructuralEngngModel::computeReaction(), dofid, oofem::Domain::giveEngngModel(), oofem::Domain::giveNode(), oofem::TimeStep::giveNumber(), oofem::Domain::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.
|
inlinevirtual |
Implements oofem::ErrorCheckingRule.
Definition at line 137 of file errorcheckingexportmodule.h.
|
protected |
Definition at line 132 of file errorcheckingexportmodule.h.
Referenced by check(), and ReactionErrorCheckingRule().