1#ifndef CLASSIC_FIELDMAP3DDYNAMIC_HH
2#define CLASSIC_FIELDMAP3DDYNAMIC_HH
13 virtual void getFieldDimensions(
double &xIni,
double &xFinal,
double &yIni,
double &yFinal,
double &zIni,
double &zFinal)
const;
19 virtual void getOnaxisEz(std::vector<std::pair<double, double> > & F);
std::shared_ptr< _FM3DDynamic > FM3DDynamic
virtual void setFrequency(double freq)
virtual bool isInside(const Vector_t &r) const
virtual bool getFieldDerivative(const Vector_t &R, Vector_t &E, Vector_t &B, const DiffDirection &dir) const
double hx_m
length between points in grid, x-direction
_FM3DDynamic(const std::string &filename)
double * FieldstrengthEy_m
3D array with Ey
static FM3DDynamic create(const std::string &filename)
double * FieldstrengthEz_m
3D array with Ez
double hy_m
length between points in grid, y-direction
virtual void getOnaxisEz(std::vector< std::pair< double, double > > &F)
virtual void getFieldDimensions(double &zBegin, double &zEnd) const
double * FieldstrengthBy_m
3D array with By
double * FieldstrengthEx_m
3D array with Ex
unsigned int num_gridpy_m
Read in number of points after 0(not counted here) in grid, r-direction.
virtual void getInfo(Inform *msg)
unsigned int num_gridpx_m
Read in number of points after 0(not counted here) in grid, r-direction.
double * FieldstrengthBz_m
3D array with Bz
virtual bool getFieldstrength(const Vector_t &R, Vector_t &E, Vector_t &B) const
unsigned int num_gridpz_m
Read in number of points after 0(not counted here) in grid, z-direction.
virtual double getFrequency() const
double * FieldstrengthBx_m
3D array with Bx
double hz_m
length between points in grid, z-direction