|
DOLFIN
DOLFIN C++ interface
|
#include <PETScObject.h>

Public Member Functions | |
| PETScObject () | |
| Constructor. Ensures that PETSc has been initialised. | |
| virtual | ~PETScObject () |
| Destructor. | |
Static Public Member Functions | |
| static void | petsc_error (int error_code, std::string filename, std::string petsc_function) |
| Print error message for PETSc calls that return an error. | |
This class calls SubSystemsManager to initialise PETSc.
All PETSc objects must be derived from this class.
1.8.11