shards
Version of the Day
|
Compile-time traits for a cell topology. More...
#include <Shards_CellTopologyTraits.hpp>
Classes | |
struct | edge |
Edge subcell information. More... | |
struct | permutation |
Node permutations for proper subcells. More... | |
struct | side |
Side subcell information. More... | |
struct | subcell |
Subcell information. More... | |
Public Types | |
enum | { dimension = Dimension, vertex_count = Number_Vertex, node_count = Number_Node, edge_count = TypeListLength<EdgeList>::value, side_count, key } |
enum | { permutation_count = TypeListLength< PermutationMaps >::value } |
typedef CellTopologyTraits< Dimension, Number_Vertex, Number_Node, EdgeList, EdgeMaps, FaceList, FaceMaps, PermutationMaps, PermutationPolarity > | Traits |
The self type for the traits. | |
Compile-time traits for a cell topology.
Definition at line 74 of file Shards_CellTopologyTraits.hpp.
anonymous enum |
Definition at line 291 of file Shards_CellTopologyTraits.hpp.