#include <cstdlib>
#include <array>
#include <vector>
#include "definitions.h"
Go to the source code of this file.
◆ setVelocityMeshVariables() [1/2]
| bool setVelocityMeshVariables |
( |
vlsv::Reader & | vlsvReader, |
|
|
CellStructure & | cellStruct ) |
Read velocity mesh metadata from older Vlasiator VLSV files.
- Parameters
-
| vlsvReader | VLSV reader that has input file open. |
| cellStruct | Struct where read metadata is written. |
- Returns
- If true, metadata was read successfully.
Definition at line 1228 of file vlsvextract.cpp.
◆ setVelocityMeshVariables() [2/2]
| bool setVelocityMeshVariables |
( |
vlsv::Reader & | vlsvReader, |
|
|
CellStructure & | cellStruct, |
|
|
const std::string & | popName ) |
Read velocity mesh metadata for the given particle species.
- Parameters
-
| vlsvReader | VLSV reader that has input file open. |
| cellStruct | Struct where read metadata is written. |
| popName | Name of the particle species. |
- Returns
- If true, metadata was read successfully.
Definition at line 1304 of file vlsvextract.cpp.