Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
DRO::VariableRhoNonthermal Class Reference

#include <datareductionoperator.h>

Inheritance diagram for DRO::VariableRhoNonthermal:
Collaboration diagram for DRO::VariableRhoNonthermal:

Public Member Functions

 VariableRhoNonthermal (cuint popID)
virtual ~VariableRhoNonthermal ()
virtual bool getDataVectorInfo (std::string &dataType, unsigned int &dataSize, unsigned int &vectorSize) const
virtual std::string getName () const
virtual bool reduceData (const SpatialCell *cell, char *buffer)
virtual bool setSpatialCell (const SpatialCell *cell)
Public Member Functions inherited from DRO::DataReductionOperator
 DataReductionOperator ()
virtual ~DataReductionOperator ()
virtual bool getUnitMetadata (std::string &_unit, std::string &_unitLaTeX, std::string &_variableLaTeX, std::string &_unitConversion)
virtual bool setUnitMetadata (std::string &_unit, std::string &_unitLaTeX, std::string &_variableLaTeX, std::string &_unitConversion)
virtual bool reduceDiagnostic (const SpatialCell *cell, Real *result)

Protected Attributes

Real RhoNonthermal
uint popID
std::string popName
bool doSkip
Protected Attributes inherited from DRO::DataReductionOperator
std::string unit
std::string unitLaTeX
std::string variableLaTeX
std::string unitConversion

Detailed Description

Definition at line 417 of file datareductionoperator.h.

Constructor & Destructor Documentation

◆ VariableRhoNonthermal()

DRO::VariableRhoNonthermal::VariableRhoNonthermal ( cuint popID)

Definition at line 1031 of file datareductionoperator.cpp.

Here is the call graph for this function:

◆ ~VariableRhoNonthermal()

DRO::VariableRhoNonthermal::~VariableRhoNonthermal ( )
virtual

Definition at line 1035 of file datareductionoperator.cpp.

Member Function Documentation

◆ getDataVectorInfo()

bool DRO::VariableRhoNonthermal::getDataVectorInfo ( std::string & dataType,
unsigned int & dataSize,
unsigned int & vectorSize ) const
virtual

Implements DRO::DataReductionOperator.

Definition at line 1039 of file datareductionoperator.cpp.

◆ getName()

std::string DRO::VariableRhoNonthermal::getName ( ) const
virtual

Implements DRO::DataReductionOperator.

Definition at line 1037 of file datareductionoperator.cpp.

◆ reduceData()

bool DRO::VariableRhoNonthermal::reduceData ( const SpatialCell * cell,
char * buffer )
virtual

Reduce the data and write the data vector to the given vlsv output buffer.

Parameters
cellthe SpatialCell to reduce data out of
bufferBuffer in which the reduced data is written.
Returns
If true, DataReductionOperator reduced data successfully.

Reimplemented from DRO::DataReductionOperator.

Definition at line 1046 of file datareductionoperator.cpp.

Here is the call graph for this function:

◆ setSpatialCell()

bool DRO::VariableRhoNonthermal::setSpatialCell ( const SpatialCell * cell)
virtual

Implements DRO::DataReductionOperator.

Definition at line 1054 of file datareductionoperator.cpp.

Member Data Documentation

◆ doSkip

bool DRO::VariableRhoNonthermal::doSkip
protected

Definition at line 431 of file datareductionoperator.h.

◆ popID

uint DRO::VariableRhoNonthermal::popID
protected

Definition at line 429 of file datareductionoperator.h.

◆ popName

std::string DRO::VariableRhoNonthermal::popName
protected

Definition at line 430 of file datareductionoperator.h.

◆ RhoNonthermal

Real DRO::VariableRhoNonthermal::RhoNonthermal
protected

Definition at line 428 of file datareductionoperator.h.


The documentation for this class was generated from the following files: