40 #define _IFT_PetscSolver_Name "petsc" 79 #endif // petscsolver_h LinSystSolverType
The values of this type should be related not to specific solvers, but more to specific packages that...
Base class for all matrices stored in sparse format.
This base class is an abstraction for all numerical methods solving sparse linear system of equations...
virtual const char * giveClassName() const
unsigned long NM_Status
Mask defining NumMetod Status; which can be asked after finishing computation by Numerical Method...
SparseMtrxType
Enumerative type used to identify the sparse matrix type.
PETSc library mtrx representation.
Class representing vector of real numbers.
Implements the solution of linear system of equation in the form using solvers from PETSc library...
virtual LinSystSolverType giveLinSystSolverType() const
virtual SparseMtrxType giveRecommendedMatrix(bool symmetric) const
Returns the recommended sparse matrix type for this solver.
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 class provides an sparse matrix interface to PETSc Matrices.