|
SpECTRE
v2025.08.19
|
Iterates over the 2^(VolumeDim-1) logical corners of the face of a VolumeDim-dimensional cube in the given direction. More...
#include <DomainHelpers.hpp>
Public Member Functions | |
| FaceCornerIterator (Direction< VolumeDim > direction) | |
| void | operator++ () |
| operator bool () const | |
| tnsr::I< double, VolumeDim, Frame::BlockLogical > | operator() () const |
| tnsr::I< double, VolumeDim, Frame::BlockLogical > | operator* () const |
| size_t | volume_index () const |
| size_t | face_index () const |
Iterates over the 2^(VolumeDim-1) logical corners of the face of a VolumeDim-dimensional cube in the given direction.