#include "space_settings.hpp"
#include "NamelistReader.hpp"
#include "globals.hpp"
#include "grid.hpp"
#include "linear_weights.hpp"
#include "local_fields.hpp"
#include "push_controls.hpp"
#include "field_weights.hpp"
#include "gyro_radius.hpp"
Go to the source code of this file.
Enumerations | |
enum | VarType { VarType::Vector, VarType::Vector2D, VarType::Scalar } |
enum | GridFieldOpts { GridFieldOpts::WithRhoFF = 0, GridFieldOpts::WithoutRhoFF } |
Functions | |
void | set_rho_pointers (int nrho, int n, double *pot0, double *dpot, Field< VarType::Vector2D, PhiInterpType::None > *E_rho) |
|
strong |
|
strong |
void set_rho_pointers | ( | int | nrho, |
int | n, | ||
double * | pot0, | ||
double * | dpot, | ||
Field< VarType::Vector2D, PhiInterpType::None > * | E_rho | ||
) |