Container for boundary offsets in k direction. More...
#include <KBoundary.h>
Public Member Functions | |
| KBoundary (const KBoundary &other) | |
| KBoundary & | operator= (const KBoundary &other) |
| bool | operator== (const KBoundary &other) const |
| void | Init (const int kMinusOffset, const int kPlusOffset) |
| Init the container. More... | |
| int | kMinusOffset () const |
| Offset in k-minus direction. | |
| int | kPlusOffset () const |
| Offset in k-plus direction | |
Container for boundary offsets in k direction.
Positive numbers indicate count arrow direction, negative numbers the opposite. Therefore k-minus is typically negative.
/// ^ k-plus /// | /// v k-minus ///
Definition at line 34 of file KBoundary.h.
|
inline |
Init the container.
| kMinusOffset | Offset of boundary in k-minus direction of domain |
| kPlusOffset | Offset of boundary in k-plus direction of domain |
Definition at line 58 of file KBoundary.h.