OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Checks a node value. More...
#include <errorcheckingexportmodule.h>
Public Member Functions | |
NodeErrorCheckingRule (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 |
ValueModeType | mode |
Protected Attributes inherited from oofem::ErrorCheckingRule | |
int | tstep |
int | tsubstep |
int | number |
double | tolerance |
double | value |
Checks a node value.
Definition at line 82 of file errorcheckingexportmodule.h.
oofem::NodeErrorCheckingRule::NodeErrorCheckingRule | ( | const std::string & | line, |
double | tol | ||
) |
Definition at line 67 of file errorcheckingexportmodule.C.
References dofid, 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 111 of file errorcheckingexportmodule.C.
References 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.
|
inlinevirtual |
Implements oofem::ErrorCheckingRule.
Definition at line 91 of file errorcheckingexportmodule.h.
|
protected |
Definition at line 85 of file errorcheckingexportmodule.h.
Referenced by check(), and NodeErrorCheckingRule().
|
protected |
Definition at line 86 of file errorcheckingexportmodule.h.
Referenced by check(), and NodeErrorCheckingRule().