OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Functions
ParticleDebug.hpp File Reference
#include "Utility/ParticleDebug.h"
#include "Utility/Inform.h"
#include "Particle/ParticleAttrib.h"
#include <iostream>
#include <iomanip>
Include dependency graph for ParticleDebug.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class T >
void pap (ParticleAttrib< T > &pattr, bool docomm)
 
template<class T >
void epap (ParticleAttrib< T > &pattr, int i, bool docomm)
 
template<class T >
void spap (ParticleAttrib< T > &pattr, int ibase, int ibound, int istride, bool docomm)
 

Function Documentation

template<class T >
void epap ( ParticleAttrib< T > &  pattr,
int  i,
bool  docomm 
)

Definition at line 99 of file ParticleDebug.hpp.

References FldDbgInform, FldDbgInformIsSet, INFORM_ALL_NODES, PtclDbgInform, PtclDbgInformIsSet, setPtclDbgInform(), and spap().

Here is the call graph for this function:

template<class T >
void pap ( ParticleAttrib< T > &  pattr,
bool  docomm 
)
template<class T >
void spap ( ParticleAttrib< T > &  pattr,
int  ibase,
int  ibound,
int  istride,
bool  docomm 
)