chombo-discharge
Classes | Functions
CD_NonCommParticle.H File Reference

Declaration of a generic particle class. More...

#include <string>
#include <typeinfo>
#include <cstdio>
#include <cmath>
#include <RealVect.H>
#include <CD_NamespaceHeader.H>
#include <CD_NamespaceFooter.H>
#include <CD_NonCommParticleImplem.H>
Include dependency graph for CD_NonCommParticle.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NonCommParticle< M, N >
 A generic non-communicated particle class. More...
 

Functions

template<size_t M, size_t N>
std::ostream & operator<< (std::ostream &ostr, const NonCommParticle< M, N > &p)
 Particle printing function. More...
 

Detailed Description

Declaration of a generic particle class.

Author
Robert Marskar

Function Documentation

◆ operator<<()

template<size_t M, size_t N>
std::ostream& operator<< ( std::ostream &  ostr,
const NonCommParticle< M, N > &  p 
)
inline

Particle printing function.

Parameters
[in]ostrOutput stream
[in]a_particleParticle to output