Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
particle_post_pusher.cpp File Reference
#include <mpi.h>
#include <iostream>
#include <random>
#include <string.h>
#include "particles.h"
#include "field.h"
#include "physconst.h"
#include "readfields.h"
#include "distribution.h"
#include "particleparameters.h"
#include "../readparameters.h"
#include "scenario.h"
#include "boundaries.h"
Include dependency graph for particle_post_pusher.cpp:

Go to the source code of this file.

Macros

#define cross_product(av, bv)
#define dot_product(av, bv)
#define vector_length(v)
#define normalize_vector(v)

Functions

int main (int argc, char **argv)

Macro Definition Documentation

◆ cross_product

#define cross_product ( av,
bv )
Value:
(av).cross(bv)

Definition at line 40 of file particle_post_pusher.cpp.

◆ dot_product

#define dot_product ( av,
bv )
Value:
(av).dot(bv)

Definition at line 41 of file particle_post_pusher.cpp.

◆ normalize_vector

#define normalize_vector ( v)
Value:
(v).normalized()

Definition at line 43 of file particle_post_pusher.cpp.

◆ vector_length

#define vector_length ( v)
Value:
(v).norm()

Definition at line 42 of file particle_post_pusher.cpp.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 45 of file particle_post_pusher.cpp.

Here is the call graph for this function: