#include "REAL.H"
#include "RealVect.H"
#include "EBGraph.H"
#include "IrregNode.H"
#include "BaseIVFAB.H"
#include "BaseIFFAB.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Go to the source code of this file.
◆ _EBDATA_H_
◆ linearSize() [1/4]
template<class T >
int linearSize |
( |
const T & |
inputT | ) |
|
◆ linearIn() [1/4]
template<class T >
void linearIn |
( |
T & |
a_outputT, |
|
|
const void *const |
inBuf |
|
) |
| |
◆ linearOut() [1/4]
template<class T >
void linearOut |
( |
void *const |
a_outBuf, |
|
|
const T & |
inputT |
|
) |
| |
References AttachDebugger(), barrier(), broadcast(), CH_assert, CH_MaxMPIRecvSize, CH_MaxMPISendSize, MayDay::Error(), freeMT, gather(), linearIn(), linearOut(), linearSize(), mallocMT, numProc(), procID(), and Vector< T >::resize().
Referenced by EBDataImplem::EBDataImplem(), linearListOut(), linearOut(), BoundaryData::operator=(), VolData::setToCovered(), and FaceData::setToCovered().
◆ linearSize() [2/4]
◆ linearIn() [2/4]
template<>
void linearIn |
( |
BoundaryData & |
a_outputT, |
|
|
const void *const |
inBuf |
|
) |
| |
◆ linearOut() [2/4]
template<>
void linearOut |
( |
void *const |
a_outBuf, |
|
|
const BoundaryData & |
a_inputT |
|
) |
| |
◆ linearSize() [3/4]
template<>
int linearSize |
( |
const VolData & |
vdata | ) |
|
◆ linearIn() [3/4]
template<>
void linearIn |
( |
VolData & |
a_outputT, |
|
|
const void *const |
inBuf |
|
) |
| |
◆ linearOut() [3/4]
template<>
void linearOut |
( |
void *const |
a_outBuf, |
|
|
const VolData & |
a_inputT |
|
) |
| |
◆ linearSize() [4/4]
template<>
int linearSize |
( |
const FaceData & |
vdata | ) |
|
◆ linearIn() [4/4]
template<>
void linearIn |
( |
FaceData & |
a_outputT, |
|
|
const void *const |
inBuf |
|
) |
| |
◆ linearOut() [4/4]
template<>
void linearOut |
( |
void *const |
a_outBuf, |
|
|
const FaceData & |
a_inputT |
|
) |
| |