|
| Direction (Axis axis, Side side) |
| Construct by specifying an Axis and a Side.
|
|
| Direction (size_t dimension, Side side) |
| Construct by specifying a dimension and a Side.
|
|
| Direction () |
| Default constructor for Charm++ serialization.
|
|
size_t | dimension () const |
| The dimension of the Direction.
|
|
Axis | axis () const |
| The Axis of the Direction.
|
|
Side | side () const |
| The side of the Direction.
|
|
double | sign () const |
| The sign for the normal to the Side. More...
|
|
Direction< VolumeDim > | opposite () const |
| The opposite Direction.
|
|
uint8_t | bits () const |
|
void | pup (PUP::er &p) |
| Serialization for Charm++.
|
|
|
static Direction< VolumeDim > | self () |
| Get a Direction representing "self" or "no direction".
|
|
static const std::array< Direction< VolumeDim >, 2 *VolumeDim > & | all_directions () |
|
|
static Direction< VolumeDim > | lower_xi () |
| Helper functions for creating specific Directions. These are labeled by the logical-coordinate names (Xi,Eta,Zeta).
|
|
static Direction< VolumeDim > | upper_xi () |
| Helper functions for creating specific Directions. These are labeled by the logical-coordinate names (Xi,Eta,Zeta).
|
|
static Direction< VolumeDim > | lower_eta () |
| Helper functions for creating specific Directions. These are labeled by the logical-coordinate names (Xi,Eta,Zeta).
|
|
static Direction< VolumeDim > | upper_eta () |
| Helper functions for creating specific Directions. These are labeled by the logical-coordinate names (Xi,Eta,Zeta).
|
|
static Direction< VolumeDim > | lower_zeta () |
| Helper functions for creating specific Directions. These are labeled by the logical-coordinate names (Xi,Eta,Zeta).
|
|
static Direction< VolumeDim > | upper_zeta () |
| Helper functions for creating specific Directions. These are labeled by the logical-coordinate names (Xi,Eta,Zeta).
|
|
template<size_t VolumeDim>
class Direction< VolumeDim >
A particular Side along a particular coordinate Axis.