Intrepid2
|
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... | |
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.
Definition in file Intrepid2_CellTopology.hpp.