libMesh
Classes | Namespaces | Typedefs
hp_coarsentest.h File Reference

Go to the source code of this file.

Classes

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::HPCoarsenTest
 This class uses the error estimate given by different types of derefinement (h coarsening or p reduction) to choose between h refining and p elevation. More...
 

Namespaces

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

Typedefs

typedef VectorValue< Real > libMesh::RealVectorValue
 Useful typedefs to allow transparent switching between Real and Complex data types. More...
 
typedef TensorValue< Real > libMesh::RealTensorValue
 Useful typedefs to allow transparent switching between Real and Complex data types. More...
 
typedef RealVectorValue libMesh::RealGradient
 
typedef RealTensorValue libMesh::RealTensor