libMesh
Classes | Namespaces | Functions
fe_type.h File Reference

Go to the source code of this file.

Classes

class  libMesh::OrderWrapper
 This provides a shim class that wraps the Order enum. More...
 
class  libMesh::FEType
 class FEType hides (possibly multiple) FEFamily and approximation orders, thereby enabling specialized finite element families. More...
 
struct  std::hash< libMesh::FEType >
 

Namespaces

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

Functions

bool libMesh::operator== (const OrderWrapper &lhs, const OrderWrapper &rhs)
 Overload comparison operators for OrderWrapper. More...
 
bool libMesh::operator!= (const OrderWrapper &lhs, const OrderWrapper &rhs)
 
bool libMesh::operator< (const OrderWrapper &lhs, const OrderWrapper &rhs)
 
bool libMesh::operator> (const OrderWrapper &lhs, const OrderWrapper &rhs)
 
bool libMesh::operator<= (const OrderWrapper &lhs, const OrderWrapper &rhs)
 
bool libMesh::operator>= (const OrderWrapper &lhs, const OrderWrapper &rhs)
 
 libMesh::OrderWrapperOperators (int) OrderWrapperOperators(unsigned int) OrderWrapperOperators(std
 
bool libMesh::operator== (const OrderWrapper &lhs, int rhs)
 
bool libMesh::operator== (Order lhs, const OrderWrapper &rhs)
 
bool libMesh::operator== (const OrderWrapper &lhs, Order rhs)
 
bool libMesh::operator!= (int lhs, const OrderWrapper &rhs)
 
bool libMesh::operator!= (const OrderWrapper &lhs, int rhs)
 
bool libMesh::operator!= (Order lhs, const OrderWrapper &rhs)
 
bool libMesh::operator!= (const OrderWrapper &lhs, Order rhs)
 
bool libMesh::operator< (int lhs, const OrderWrapper &rhs)
 
bool libMesh::operator< (const OrderWrapper &lhs, int rhs)
 
bool libMesh::operator< (Order lhs, const OrderWrapper &rhs)
 
bool libMesh::operator< (const OrderWrapper &lhs, Order rhs)
 
bool libMesh::operator> (int lhs, const OrderWrapper &rhs)
 
bool libMesh::operator> (const OrderWrapper &lhs, int rhs)
 
bool libMesh::operator> (Order lhs, const OrderWrapper &rhs)
 
bool libMesh::operator> (const OrderWrapper &lhs, Order rhs)
 
bool libMesh::operator<= (int lhs, const OrderWrapper &rhs)
 
bool libMesh::operator<= (const OrderWrapper &lhs, int rhs)
 
bool libMesh::operator<= (Order lhs, const OrderWrapper &rhs)
 
bool libMesh::operator<= (const OrderWrapper &lhs, Order rhs)
 
bool libMesh::operator>= (int lhs, const OrderWrapper &rhs)
 
bool libMesh::operator>= (const OrderWrapper &lhs, int rhs)
 
bool libMesh::operator>= (Order lhs, const OrderWrapper &rhs)
 
bool libMesh::operator>= (const OrderWrapper &lhs, Order rhs)
 
std::ostream & libMesh::operator<< (std::ostream &os, const OrderWrapper &order)
 Overload stream operators. More...