PlasCom2  1.0
XPACC Multi-physics simluation application
PCPPReport.H File Reference
#include "PCPPIO.H"
#include "PCPPCommUtil.H"
Include dependency graph for PCPPReport.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 pcpp
 
 pcpp::report
 

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)