libMesh
Classes | Namespaces | Typedefs
exact_solution.h File Reference

Go to the source code of this file.

Classes

class  libMesh::FunctionBase< Output >
 Base class for functors that can be evaluated at a point and (optionally) time. More...
 
class  libMesh::TensorValue< T >
 This class defines a tensor in LIBMESH_DIM dimensional Real or Complex space. More...
 
class  libMesh::VectorValue< T >
 This class defines a vector in LIBMESH_DIM dimensional Real or Complex space. More...
 
class  libMesh::ExactSolution
 This class handles the computation of the L2 and/or H1 error for the Systems in the EquationSystems object which is passed to it. More...
 

Namespaces

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

Typedefs

typedef TensorValue< Number > libMesh::NumberTensorValue
 
typedef NumberTensorValue libMesh::Tensor
 
typedef VectorValue< Number > libMesh::NumberVectorValue
 
typedef NumberVectorValue libMesh::Gradient