Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
particles.h File Reference
#include <vector>
#include <Eigen/Dense>
#include "../definitions.h"
#include "../memoryallocation.h"
Include dependency graph for particles.h:
This graph shows which files directly or indirectly include this file:

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)

Macro Definition Documentation

◆ Vec3d

#define Vec3d   Eigen::Vector3d

Definition at line 26 of file particles.h.

Typedef Documentation

◆ ParticleContainer

Definition at line 45 of file particles.h.

Function Documentation

◆ writeParticles()

void writeParticles ( const ParticleContainer & p,
const char * filename )

Definition at line 43 of file particles.cpp.

Here is the caller graph for this function: