Class MagneticFieldGrid¶
- Defined in File MagneticFieldGrid.h
 
Inheritance Relationships¶
Base Type¶
public MagneticField(Class MagneticField)
Class Documentation¶
- 
class 
MagneticFieldGrid: public MagneticField¶ Magnetic field on a periodic (or reflective), cartesian grid with trilinear interpolation.
This class wraps a VectorGrid to serve as a MagneticField.
Public Functions
- 
std::shared_ptr<VectorGrid> 
getGrid() 
- 
virtual Vector3QMField 
getField(const Vector3QLength &position) const 
- 
std::shared_ptr<VectorGrid>