libMesh
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
enum_order.h File Reference

Go to the source code of this file.

Namespaces

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

Enumerations

enum  libMesh::Order : int {
  libMesh::CONSTANT = 0 , libMesh::FIRST = 1 , libMesh::SECOND = 2 , libMesh::THIRD = 3 ,
  libMesh::FOURTH = 4 , libMesh::FIFTH = 5 , libMesh::SIXTH = 6 , libMesh::SEVENTH = 7 ,
  libMesh::EIGHTH = 8 , libMesh::NINTH = 9 , libMesh::TENTH = 10 , libMesh::ELEVENTH = 11 ,
  libMesh::TWELFTH = 12 , libMesh::THIRTEENTH = 13 , libMesh::FOURTEENTH = 14 , libMesh::FIFTEENTH = 15 ,
  libMesh::SIXTEENTH = 16 , libMesh::SEVENTEENTH = 17 , libMesh::EIGHTTEENTH = 18 , libMesh::EIGHTEENTH = 18 ,
  libMesh::NINETEENTH = 19 , libMesh::TWENTIETH = 20 , libMesh::TWENTYFIRST = 21 , libMesh::TWENTYSECOND = 22 ,
  libMesh::TWENTYTHIRD = 23 , libMesh::TWENTYFOURTH = 24 , libMesh::TWENTYFIFTH = 25 , libMesh::TWENTYSIXTH = 26 ,
  libMesh::TWENTYSEVENTH = 27 , libMesh::TWENTYEIGHTH = 28 , libMesh::TWENTYNINTH = 29 , libMesh::THIRTIETH = 30 ,
  libMesh::THIRTYFIRST = 31 , libMesh::THIRTYSECOND = 32 , libMesh::THIRTYTHIRD = 33 , libMesh::THIRTYFOURTH = 34 ,
  libMesh::THIRTYFIFTH = 35 , libMesh::THIRTYSIXTH = 36 , libMesh::THIRTYSEVENTH = 37 , libMesh::THIRTYEIGHTH = 38 ,
  libMesh::THIRTYNINTH = 39 , libMesh::FORTIETH = 40 , libMesh::FORTYFIRST = 41 , libMesh::FORTYSECOND = 42 ,
  libMesh::FORTYTHIRD = 43 , libMesh::MAXIMUM = 255 , libMesh::INVALID_ORDER
}
 

Functions

template<typename T >
Order libMesh::operator+ (Order o, T p)
 
template<typename T >
Order libMesh::operator- (Order o, T p)
 
template<typename T >
Order libMesh::operator+ (T p, Order o)
 
template<typename T >
OrderlibMesh::operator+= (Order &o, T p)
 
template<typename T >
OrderlibMesh::operator-= (Order &o, T p)