chombo-discharge
|
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>
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... | |
Declaration of a generic particle class.
|
inline |
Particle printing function.
[in] | ostr | Output stream |
[in] | a_particle | Particle to output |