|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|
#include <constantfield.hpp>
Public Member Functions | |
| ConstantField () | |
| void | initialize (const double Bx, const double By, const double Bz) |
| Real | operator() (Real x, Real y, Real z, coordinate component, unsigned int derivative, coordinate dcomponent) const |
Private Attributes | |
| bool | _initialized |
| double | _B [3] |
Definition at line 32 of file constantfield.hpp.
|
inline |
Definition at line 38 of file constantfield.hpp.
| void ConstantField::initialize | ( | const double | Bx, |
| const double | By, | ||
| const double | Bz ) |
| double ConstantField::operator() | ( | Real | x, |
| Real | y, | ||
| Real | z, | ||
| coordinate | component, | ||
| unsigned int | derivative, | ||
| coordinate | dcomponent ) const |
Definition at line 41 of file constantfield.cpp.
|
private |
Definition at line 35 of file constantfield.hpp.
|
private |
Definition at line 34 of file constantfield.hpp.