libMesh
Classes | Namespaces | Enumerations
petsc_matrix.h File Reference

Go to the source code of this file.

Classes

class  libMesh::DenseMatrix< T >
 Defines a dense matrix for use in Finite Element-type computations. More...
 
class  libMesh::PetscMatrix< T >
 This class provides a nice interface to the PETSc C-based AIJ data structures for parallel, sparse matrices. More...
 

Namespaces

 libMesh
 The libMesh namespace provides an interface to certain functionality in the library.
 

Enumerations

enum  libMesh::PetscMatrixType : int { libMesh::AIJ =0, libMesh::HYPRE }