epot_efield.hpp
Go to the documentation of this file.
void debug_print(std::ostream &os) const
Print debugging information to os.
Definition: epot_efield.cpp:730
void recalculate(void)
Recalculate electric field from potential.
Definition: epot_efield.cpp:146
virtual const Vec3D operator()(const Vec3D &x) const
Operator for getting interpolated electric field value at x.
Definition: epot_efield.cpp:784
void set_extrapolation(field_extrpl_e extrpl[6])
Set the behaviour of electric field interpolation outside mesh points (extrapolation).
Definition: epot_efield.cpp:139
Electric potential field.
Base types.
Three dimensional vectors.
Vector field base.