OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Checks an element value. More...
#include <errorcheckingexportmodule.h>
Public Member Functions | |
ElementErrorCheckingRule (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 | irule |
int | gpnum |
InternalStateType | ist |
int | component |
Protected Attributes inherited from oofem::ErrorCheckingRule | |
int | tstep |
int | tsubstep |
int | number |
double | tolerance |
double | value |
Checks an element value.
Definition at line 95 of file errorcheckingexportmodule.h.
oofem::ElementErrorCheckingRule::ElementErrorCheckingRule | ( | const std::string & | line, |
double | tol | ||
) |
Definition at line 146 of file errorcheckingexportmodule.C.
References component, gpnum, irule, ist, 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 170 of file errorcheckingexportmodule.C.
References oofem::FloatArray::at(), oofem::ErrorCheckingRule::checkValue(), component, oofem::Element_local, oofem::IntegrationRule::getIntegrationPoint(), oofem::Domain::giveEngngModel(), oofem::Domain::giveGlobalElement(), oofem::Element::giveIntegrationRule(), oofem::Element::giveIPValue(), oofem::TimeStep::giveNumber(), oofem::EngngModel::giveOutputBaseFileName(), oofem::Element::giveParallelMode(), oofem::FloatArray::giveSize(), oofem::TimeStep::giveVersion(), gpnum, irule, oofem::EngngModel::isParallel(), ist, oofem::ErrorCheckingRule::number, OOFEM_WARNING, oofem::FloatArray::printYourself(), oofem::ErrorCheckingRule::tolerance, oofem::ErrorCheckingRule::tstep, oofem::ErrorCheckingRule::tsubstep, and oofem::ErrorCheckingRule::value.
|
inlinevirtual |
Implements oofem::ErrorCheckingRule.
Definition at line 106 of file errorcheckingexportmodule.h.
|
protected |
Definition at line 101 of file errorcheckingexportmodule.h.
Referenced by check(), and ElementErrorCheckingRule().
|
protected |
Definition at line 99 of file errorcheckingexportmodule.h.
Referenced by check(), and ElementErrorCheckingRule().
|
protected |
Definition at line 98 of file errorcheckingexportmodule.h.
Referenced by check(), and ElementErrorCheckingRule().
|
protected |
Definition at line 100 of file errorcheckingexportmodule.h.
Referenced by check(), and ElementErrorCheckingRule().