#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"
Go to the source code of this file.
|
| int | main (int argc, char **argv) |
◆ cross_product
| #define cross_product |
( |
| av, |
|
|
| bv ) |
◆ dot_product
| #define dot_product |
( |
| av, |
|
|
| bv ) |
◆ normalize_vector
| #define normalize_vector |
( |
| v | ) |
|
◆ vector_length
| #define vector_length |
( |
| v | ) |
|
◆ main()
| int main |
( |
int | argc, |
|
|
char ** | argv ) |