PETSc.hh File Reference
Go to the source code of this file.
Classes | |
class | concepts::BilinearForm< F, G > |
Abstract function class to evaluate a bilinear form. More... | |
class | concepts::Function< F > |
Abstract class for a function. More... | |
class | concepts::PETSc |
Interface to the iterative solvers of the PETSc library. More... | |
class | concepts::PETScMat |
Interface to the sparse matrices from PETSc. More... | |
class | concepts::Space< F > |
Abstract class for a space. More... | |
class | concepts::Vector< F > |
A vector. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
Typedefs | |
typedef struct _p_Mat * | Mat |
typedef struct _p_SLES * | SLES |
typedef struct _p_Vec * | Vec |
Detailed Description
PETSc - use solvers from the PETSc library
- See also
- http://www-fp.mcs.anl.gov/petsc/
Definition in file PETSc.hh.