XGCa
|
#include "space_settings.hpp"
#include "NamelistReader.hpp"
#include "grid.hpp"
#include "grid_field_pack.hpp"
#include "timer_macro.hpp"
#include "smoothing.hpp"
#include "get_potential_grad.hpp"
#include "plane_field_gatherer.hpp"
#include "field_following_coordinates.hpp"
#include "bias_potential.hpp"
#include "simple00_solver.hpp"
Go to the source code of this file.
Classes | |
struct | ElectricField< Device > |
Functions | |
void | set_rho_pointers (int nrho, int n, Field< VarType::Scalar, PhiInterpType::None > *pot0, Field< VarType::Scalar, PhiInterpType::None > *dpot, Field< VarType::Vector2D, PhiInterpType::None > *E_rho) |
void | set_pot_fort (int n, int npsi00, double *pot0m) |
void set_pot_fort | ( | int | n, |
int | npsi00, | ||
double * | pot0m | ||
) |
void set_rho_pointers | ( | int | nrho, |
int | n, | ||
Field< VarType::Scalar, PhiInterpType::None > * | pot0, | ||
Field< VarType::Scalar, PhiInterpType::None > * | dpot, | ||
Field< VarType::Vector2D, PhiInterpType::None > * | E_rho | ||
) |