|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|
#include <field.h>


Public Member Functions | |
| Interpolated_Field (Field &_a, Field &_b, float _t) | |
| virtual Vec3d | operator() (Vec3d v) |
| Public Member Functions inherited from Field | |
| Field () | |
| double * | getCellRef (int x, int y, int z) |
| Vec3d | getCell (int x, int y, int z) |
| virtual Vec3d | operator() (double x, double y, double z) |
Public Attributes | |
| Field & | a |
| Field & | b |
| double | t |
| Public Attributes inherited from Field | |
| double | time |
| double | dx [3] |
| Boundary * | dimension [3] |
| std::vector< double > | data |