Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
vlsvextract.h File Reference
#include <cstdlib>
#include <array>
#include <vector>
#include "definitions.h"
Include dependency graph for vlsvextract.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CellStructure
struct  NodeCrd< REAL >
struct  NodeComp
class  UserOptions

Functions

bool setVelocityMeshVariables (vlsv::Reader &vlsvReader, CellStructure &cellStruct)
bool setVelocityMeshVariables (vlsv::Reader &vlsvReader, CellStructure &cellStruct, const std::string &popName)

Function Documentation

◆ setVelocityMeshVariables() [1/2]

bool setVelocityMeshVariables ( vlsv::Reader & vlsvReader,
CellStructure & cellStruct )

Read velocity mesh metadata from older Vlasiator VLSV files.

Parameters
vlsvReaderVLSV reader that has input file open.
cellStructStruct where read metadata is written.
Returns
If true, metadata was read successfully.

Definition at line 1228 of file vlsvextract.cpp.

Here is the caller graph for this function:

◆ setVelocityMeshVariables() [2/2]

bool setVelocityMeshVariables ( vlsv::Reader & vlsvReader,
CellStructure & cellStruct,
const std::string & popName )

Read velocity mesh metadata for the given particle species.

Parameters
vlsvReaderVLSV reader that has input file open.
cellStructStruct where read metadata is written.
popNameName of the particle species.
Returns
If true, metadata was read successfully.

Definition at line 1304 of file vlsvextract.cpp.