Intrepid2
Classes
Intrepid2_CellTopology.hpp File Reference

Implements arbitrary-dimensional extrusion of a base shards::CellTopology. More...

#include <Shards_CellTopology.hpp>

Go to the source code of this file.

Classes

class  Intrepid2::CellTopology
 Implements arbitrary-dimensional extrusion of a base shards::CellTopology. More...
 

Detailed Description

Implements arbitrary-dimensional extrusion of a base shards::CellTopology.

This implementation borrows heavily from the Camellia::CellTopology class, which likewise wraps a shards::CellTopology. Much of the implementation is in fact a simple copy and paste from the Camellia implementation. The primary distinction between this and what is provided by Camellia is that Camellia additionally includes support for nodal permutations; here, we do not, though we may revisit this in the future.

Author
Nathan V. Roberts

Definition in file Intrepid2_CellTopology.hpp.