|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|
#include <vlsvextract.h>
Public Attributes | |
| uint64_t | cell_bounds [3] |
| Real | cell_length [3] |
| Real | min_coordinates [3] |
| uint64_t | vcell_bounds [3] |
| Real | vblock_length [3] |
| Real | min_vcoordinates [3] |
| uint32_t | maxVelRefLevel |
| int | slicedCoords [3] |
| Real | slicedCoordValues [3] |
Definition at line 43 of file vlsv2silo.cpp.
| uint64_t CellStructure::cell_bounds |
The number of cells in x, y, z direction.
Definition at line 45 of file vlsv2silo.cpp.
| Real CellStructure::cell_length |
Length of a cell in x, y, z direction.
Definition at line 47 of file vlsv2silo.cpp.
| uint32_t CellStructure::maxVelRefLevel |
Maximum refinement level of velocity meshes.
Definition at line 47 of file vlsvextract.h.
| Real CellStructure::min_coordinates |
x_min, y_min, z_min are stored here.
Definition at line 49 of file vlsv2silo.cpp.
| Real CellStructure::min_vcoordinates |
vx_min, vy_min, vz_min are stored here.
Definition at line 56 of file vlsv2silo.cpp.
| int CellStructure::slicedCoords[3] |
Definition at line 49 of file vlsvextract.h.
| Real CellStructure::slicedCoordValues[3] |
Definition at line 50 of file vlsvextract.h.
| Real CellStructure::vblock_length |
Size (dvx,dvy,dvz) of a velocity block in vx, vy, vz directions.
Definition at line 54 of file vlsv2silo.cpp.
| uint64_t CellStructure::vcell_bounds |
The number of cells in vx, vy, vz directions.
Definition at line 52 of file vlsv2silo.cpp.