PlasCom2  1.0
XPACC Multi-physics simluation application
pcpp::report Namespace Reference

Functions

void SimFileInfo (std::ostream &outStream, const pcpp::io::simfileinfo &simFileInfo)
 
void CartesianSetup (std::ostream &outStream, const std::vector< int > &cartCoords, const std::vector< int > &cartDims)
 
void CartesianSetup (std::ostream &outStream, pcpp::ParallelTopologyInfoType &inTopo)
 
void Configuration (std::ostream &outStream, const fixtures::ConfigurationType &inConfig)
 
template<typename BufferDataType >
void StructuredBufferContents (std::ostream &outStream, const BufferDataType *dataBuffer, const pcpp::IndexIntervalType &bufferExtent)
 
template<typename BufferDataType >
void StructuredSubBufferContents (std::ostream &outStream, const BufferDataType *dataBuffer, const pcpp::IndexIntervalType &bufferExtent, const pcpp::IndexIntervalType &regionExtent)
 

Function Documentation

◆ CartesianSetup() [1/2]

◆ CartesianSetup() [2/2]

◆ Configuration()

void Configuration ( std::ostream &  outStream,
const fixtures::ConfigurationType inConfig 
)

Definition at line 186 of file PCPPReport.C.

Referenced by application::ConfigureApplication().

Here is the caller graph for this function:

◆ SimFileInfo()

◆ StructuredBufferContents()

void pcpp::report::StructuredBufferContents ( std::ostream &  outStream,
const BufferDataType *  dataBuffer,
const pcpp::IndexIntervalType bufferExtent 
)

Definition at line 23 of file PCPPReport.H.

Referenced by halo::ReportSimpleBufferContents().

Here is the caller graph for this function:

◆ StructuredSubBufferContents()

void pcpp::report::StructuredSubBufferContents ( std::ostream &  outStream,
const BufferDataType *  dataBuffer,
const pcpp::IndexIntervalType bufferExtent,
const pcpp::IndexIntervalType regionExtent 
)

Definition at line 45 of file PCPPReport.H.