35 #ifndef sparsegeneigenvalsystemnm_h 36 #define sparsegeneigenvalsystemnm_h 64 virtual const char *giveClassName()
const = 0;
65 std :: string
errorInfo(
const char *func) {
return std :: string(this->giveClassName()) + func; }
80 #endif // sparsegeneigenvalsystemnm_h
Base class for all matrices stored in sparse format.
This base class is an abstraction for numerical algorithm.
unsigned long NM_Status
Mask defining NumMetod Status; which can be asked after finishing computation by Numerical Method...
std::string errorInfo(const char *func)
Class representing vector of real numbers.
Implementation of matrix containing floating point numbers.
Abstract base class representing the "problem" under consideration.
the oofem namespace is to define a context or scope in which all oofem names are defined.
This base class is an abstraction for all numerical methods solving sparse linear system of equations...
SparseGeneralEigenValueSystemNM(Domain *d, EngngModel *m)
Constructor.
virtual ~SparseGeneralEigenValueSystemNM()
Destructor.