PFASST++
particle.hpp File Reference
#include <memory>
#include <vector>
#include <pfasst/logging.hpp>
#include "particle_impl.hpp"
+ Include dependency graph for particle.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pfasst::examples::boris::Particle< precision >
 

Namespaces

 pfasst
 
 pfasst::examples
 
 pfasst::examples::boris
 

Typedefs

template<typename precision >
using pfasst::examples::boris::ParticleComponent = vector< precision >
 

Functions

template<typename T >
el::base::type::ostream_t & pfasst::examples::boris::operator<< (el::base::type::ostream_t &os, const vector< T > &vec)
 
template<typename precision >
el::base::type::ostream_t & pfasst::examples::boris::operator<< (el::base::type::ostream_t &os, const shared_ptr< Particle< precision >> &sp_particle)