20 #include "NamespaceHeader.H" 82 void linearOut(
void*
const a_outBuf)
const;
83 void linearIn(
const void*
const inBuf);
179 return !(*
this == rhs);
182 #include "NamespaceFooter.H"
std::ostream & operator<<(std::ostream &os, const VolIndex &iv)
bool operator<(const VolIndex &rhs) const
Definition: VolIndex.H:110
IntVect m_iv
Definition: VolIndex.H:99
const IntVect & gridIndex() const
Definition: VolIndex.H:125
int m_cellIndex
Definition: VolIndex.H:102
bool operator==(const VolIndex &a_vofin) const
Definition: VolIndex.H:170
index for other indicies to inherit
Definition: BaseIndex.H:26
VolIndex()
Definition: VolIndex.H:161
bool operator!=(const VolIndex &rhs) const
Definition: VolIndex.H:177
static size_t index_offset
Definition: VolIndex.H:87
void linearIn(const void *const inBuf)
void linearOut(void *const a_outBuf) const
void define(const VolIndex &a_vofin)
static int initializeOffsets()
bool isDefined() const
Definition: VolIndex.H:154
int cellIndex() const
Definition: VolIndex.H:133
An integer Vector in SpaceDim-dimensional space.
Definition: CHArray.H:42
Volume of Fluid Index.
Definition: VolIndex.H:31
static size_t iv_offset
Definition: VolIndex.H:87
bool m_isDefined
Definition: VolIndex.H:104
void shift(const IntVect &a_iv)
for stencil gymnastics
Definition: VolIndex.H:91
bool lexLT(const IntVect &s) const
Definition: IntVect.H:917