OOFEM 3.0
Loading...
Searching...
No Matches
oofem::ErrorCheckingRule Class Referenceabstract

#include <errorcheckingexportmodule.h>

Inheritance diagram for oofem::ErrorCheckingRule:

Public Member Functions

 ErrorCheckingRule (double tol)
virtual ~ErrorCheckingRule ()=default
virtual bool check (Domain *domain, TimeStep *tStep)=0
virtual bool getValue (double &value, Domain *domain, TimeStep *tStep)=0
bool checkValue (double computedValue)
virtual const char * giveClassName () const =0

Protected Attributes

int tstep = 0
int tsubstep = 0
int number = 0
double tolerance = 0.
double value = 0.
double computedValue = 0.

Detailed Description

Error checking rule used for regressions tests.

Author
Mikael Öhman

Definition at line 64 of file errorcheckingexportmodule.h.

Constructor & Destructor Documentation

◆ ErrorCheckingRule()

◆ ~ErrorCheckingRule()

virtual oofem::ErrorCheckingRule::~ErrorCheckingRule ( )
virtualdefault

Member Function Documentation

◆ check()

◆ checkValue()

◆ getValue()

◆ giveClassName()

Member Data Documentation

◆ computedValue

double oofem::ErrorCheckingRule::computedValue = 0.
protected

Definition at line 72 of file errorcheckingexportmodule.h.

Referenced by checkValue().

◆ number

◆ tolerance

◆ tstep

◆ tsubstep

◆ value


The documentation for this class was generated from the following file:

This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011