OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Checks eigen value. More...
#include <errorcheckingexportmodule.h>
Public Member Functions | |
EigenValueErrorCheckingRule (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) |
Additional Inherited Members | |
Protected Attributes inherited from oofem::ErrorCheckingRule | |
int | tstep |
int | tsubstep |
int | number |
double | tolerance |
double | value |
Checks eigen value.
Definition at line 150 of file errorcheckingexportmodule.h.
oofem::EigenValueErrorCheckingRule::EigenValueErrorCheckingRule | ( | const std::string & | line, |
double | tol | ||
) |
Definition at line 382 of file errorcheckingexportmodule.C.
References oofem::ErrorCheckingRule::number, OOFEM_ERROR, oofem::ErrorCheckingRule::tolerance, oofem::ErrorCheckingRule::tstep, and oofem::ErrorCheckingRule::value.
Checks if the rule is correct.
Implements oofem::ErrorCheckingRule.
Definition at line 393 of file errorcheckingexportmodule.C.
References oofem::ErrorCheckingRule::checkValue(), oofem::EngngModel::giveEigenValue(), oofem::Domain::giveEngngModel(), oofem::TimeStep::giveNumber(), oofem::EngngModel::giveOutputBaseFileName(), oofem::ErrorCheckingRule::number, OOFEM_WARNING, oofem::ErrorCheckingRule::tolerance, oofem::ErrorCheckingRule::tstep, and oofem::ErrorCheckingRule::value.
|
inlinevirtual |
Implements oofem::ErrorCheckingRule.
Definition at line 155 of file errorcheckingexportmodule.h.