libMesh
Classes | Namespaces | Typedefs
static_condensation.h File Reference

Go to the source code of this file.

Classes

class  libMesh::LinearSolver< T >
 This base class can be inherited from to provide interfaces to linear solvers from different packages like PETSc and LASPACK. More...
 
class  libMesh::NumericVector< T >
 Provides a uniform interface to vector storage schemes for different linear algebra libraries. More...
 
class  libMesh::Preconditioner< T >
 This class provides a uniform interface for preconditioners. More...
 
class  libMesh::StaticCondensation
 
struct  libMesh::StaticCondensation::MatrixData
 Data stored on a per-element basis used to compute element Schur complements and their applications to vectors. More...
 
class  libMesh::StaticCondensation
 

Namespaces

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

Typedefs

typedef Eigen::Matrix< Number, Eigen::Dynamic, Eigen::Dynamic > libMesh::EigenMatrix
 
typedef Eigen::Matrix< Number, Eigen::Dynamic, 1 > libMesh::EigenVector