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

Classes

class  DataReductionOperator
class  DataReductionOperatorHasParameters
class  DataReductionOperatorFsGrid
class  DataReductionOperatorIonosphereElement
class  DataReductionOperatorIonosphereNode
class  DataReductionOperatorIonosphereNodeInt
class  DataReductionOperatorMPIGridCell
class  DataReductionOperatorCellParams
class  DataReductionOperatorDerivatives
class  DataReductionOperatorBVOLDerivatives
class  MPIrank
class  MLPepochs
class  MLPerror
class  BoundaryType
class  BoundaryLayer
class  Blocks
class  VariableBVol
class  VariablePressureSolver
class  VariablePTensorDiagonal
class  VariablePTensorOffDiagonal
class  DiagnosticFluxB
class  DiagnosticFluxE
class  VariableRhoThermal
class  VariableRhoNonthermal
class  VariableVThermal
class  VariableVNonthermal
class  VariablePTensorThermalDiagonal
class  VariablePTensorNonthermalDiagonal
class  VariablePTensorThermalOffDiagonal
class  VariablePTensorNonthermalOffDiagonal
class  VariableEffectiveSparsityThreshold
class  VariableEnergyDensity
class  VariablePrecipitationDiffFlux
class  VariableMuSpace
class  VariablePrecipitationLineDiffFlux
class  VariableHeatFluxVector
class  VariableNonMaxwellianity
class  DataReductionOperatorPopulations

Functions

static void rhoNonthermalCalculation (const SpatialCell *cell, const bool calculateNonthermal, cuint popID, Real &rho)
static void VNonthermalCalculation (const SpatialCell *cell, const bool calculateNonthermal, cuint popID, Real *V)
static void PTensorDiagonalNonthermalCalculations (const SpatialCell *cell, const bool calculateNonthermal, const Real averageVX, const Real averageVY, const Real averageVZ, cuint popID, Real *PTensor)
static void PTensorOffDiagonalNonthermalCalculations (const SpatialCell *cell, const bool calculateNonthermal, const Real averageVX, const Real averageVY, const Real averageVZ, cuint popID, Real *PTensor)

Function Documentation

◆ PTensorDiagonalNonthermalCalculations()

void DRO::PTensorDiagonalNonthermalCalculations ( const SpatialCell * cell,
const bool calculateNonthermal,
const Real averageVX,
const Real averageVY,
const Real averageVZ,
cuint popID,
Real * PTensor )
static

Definition at line 896 of file datareductionoperator.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ PTensorOffDiagonalNonthermalCalculations()

void DRO::PTensorOffDiagonalNonthermalCalculations ( const SpatialCell * cell,
const bool calculateNonthermal,
const Real averageVX,
const Real averageVY,
const Real averageVZ,
cuint popID,
Real * PTensor )
static

Definition at line 961 of file datareductionoperator.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ rhoNonthermalCalculation()

void DRO::rhoNonthermalCalculation ( const SpatialCell * cell,
const bool calculateNonthermal,
cuint popID,
Real & rho )
static

Definition at line 767 of file datareductionoperator.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ VNonthermalCalculation()

void DRO::VNonthermalCalculation ( const SpatialCell * cell,
const bool calculateNonthermal,
cuint popID,
Real * V )
static

Definition at line 821 of file datareductionoperator.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: