Chombo + EB  3.0
Classes | Macros | Functions
FaceIndex.H File Reference
#include "LoHiSide.H"
#include "VolIndex.H"
#include "SPMD.H"
#include "BaseIndex.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Include dependency graph for FaceIndex.H:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ _FACEINDEX_H_

#define _FACEINDEX_H_

Function Documentation

◆ operator<()

bool operator< ( const FaceIndex f1,
const FaceIndex f2 
)
inline

◆ linearSize()

template<>
int linearSize ( const FaceIndex findex)

Referenced by operator<().

◆ linearIn()

template<>
void linearIn ( FaceIndex a_outputT,
const void *const  inBuf 
)

Referenced by operator<().

◆ linearOut()

template<>
void linearOut ( void *const  a_outBuf,
const FaceIndex a_inputT 
)

Referenced by operator<().