chombo-discharge
|
Declaration of a tracer particle class. More...
#include <string>
#include <typeinfo>
#include <cstdio>
#include <cmath>
#include <CD_GenericParticle.H>
#include <CD_NamespaceHeader.H>
#include <CD_NamespaceFooter.H>
#include <CD_TracerParticleImplem.H>
Go to the source code of this file.
Classes | |
class | TracerParticle< M, N > |
A tracer particle class. This is templated for holding extra storage (useful for kernels). More... | |
Functions | |
template<size_t M, size_t N> | |
std::ostream & | operator<< (std::ostream &ostr, const TracerParticle< M, N > &p) |
Particle printing function. More... | |
Declaration of a tracer particle class.
|
inline |
Particle printing function.
[in] | ostr | Output stream |
[in] | a_particle | Particle to output |