#include <statics.hpp>
Inheritance diagram for StaticLine:
Public Member Functions | |
StaticLine (prec_t currentAMPS, const vect3d &p0, const vect3d &p1, prec_t radius) | |
void | addFields (const vect3d &pos, vect3d &bfield, vect3d &efield) |
Add fiel values at given position. | |
void | addPotential (const vect3d &pos, prec_t &potential) |
Add the electrostatic potential from the given element. |
Definition at line 221 of file statics.hpp.
Add the electrostatic potential from the given element.
Implements StaticElement.
Definition at line 227 of file statics.hpp.