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