|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|
#include <vector>#include <Eigen/Dense>#include "../definitions.h"#include "../memoryallocation.h"

Go to the source code of this file.
Classes | |
| struct | Particle |
Macros | |
| #define | Vec3d Eigen::Vector3d |
Typedefs | |
| typedef std::vector< Particle, aligned_allocator< Particle, 32 > > | ParticleContainer |
Functions | |
| void | writeParticles (const ParticleContainer &p, const char *filename) |
| #define Vec3d Eigen::Vector3d |
Definition at line 26 of file particles.h.
| typedef std::vector<Particle, aligned_allocator<Particle, 32> > ParticleContainer |
Definition at line 45 of file particles.h.
| void writeParticles | ( | const ParticleContainer & | p, |
| const char * | filename ) |