Chombo + EB + MF
3.2
|
#include "LoHiSide.H"
#include "VolIndex.H"
#include "SPMD.H"
#include "BaseIndex.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Go to the source code of this file.
Classes | |
class | FaceIndex |
Macros | |
#define | _FACEINDEX_H_ |
Functions | |
bool | operator< (const FaceIndex &f1, const FaceIndex &f2) |
template<> | |
int | linearSize (const FaceIndex &findex) |
template<> | |
void | linearIn (FaceIndex &a_outputT, const void *const inBuf) |
template<> | |
void | linearOut (void *const a_outBuf, const FaceIndex &a_inputT) |
#define _FACEINDEX_H_ |
Friend of class FaceIndex
References IntVect::lexLT(), linearIn(), linearOut(), linearSize(), FaceIndex::m_direction, FaceIndex::m_hiIndex, FaceIndex::m_hiiv, FaceIndex::m_isBoundary, FaceIndex::m_loIndex, and FaceIndex::m_loiv.
Referenced by IntVect::copy().
int linearSize | ( | const FaceIndex & | findex | ) |
Referenced by operator<().
void linearIn | ( | FaceIndex & | a_outputT, |
const void *const | inBuf | ||
) |
Referenced by operator<().
void linearOut | ( | void *const | a_outBuf, |
const FaceIndex & | a_inputT | ||
) |
Referenced by operator<().