OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Classes | Functions | Variables
ParticleDebug.h File Reference
#include "Utility/ParticleDebugFunctions.h"
#include "Utility/ParticleDebug.hpp"
Include dependency graph for ParticleDebug.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ParticleAttrib< T >
 

Functions

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

Variables

InformPtclDbgInform
 
bool PtclDbgInformIsSet
 
InformFldDbgInform
 
bool FldDbgInformIsSet
 
int elementsPerLine
 
int digitsPastDecimal
 
int widthOfElements
 

Function Documentation

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

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 = true 
)
template<class T >
void spap ( ParticleAttrib< T > &  pattr,
int  ibase,
int  ibound,
int  istride,
bool  docomm = true 
)

Variable Documentation

int digitsPastDecimal

Definition at line 53 of file FieldDebugFunctions.cpp.

int elementsPerLine

Definition at line 52 of file FieldDebugFunctions.cpp.

Inform* FldDbgInform

Definition at line 31 of file FieldDebugFunctions.cpp.

bool FldDbgInformIsSet

Definition at line 38 of file FieldDebugFunctions.cpp.

Inform* PtclDbgInform

Definition at line 41 of file ParticleDebugFunctions.cpp.

Referenced by epap(), pap(), and spap().

bool PtclDbgInformIsSet

Definition at line 42 of file ParticleDebugFunctions.cpp.

Referenced by epap(), pap(), setPtclDbgInform(), and spap().

int widthOfElements

Definition at line 54 of file FieldDebugFunctions.cpp.