#include <cstdlib>
#include <mpi.h>
#include <iostream>
#include <limits>
#include <algorithm>
#include <array>
#include "datareductionoperator.h"
#include "../object_wrapper.h"
Go to the source code of this file.
|
| static void | DRO::rhoNonthermalCalculation (const SpatialCell *cell, const bool calculateNonthermal, cuint popID, Real &rho) |
| static void | DRO::VNonthermalCalculation (const SpatialCell *cell, const bool calculateNonthermal, cuint popID, Real *V) |
| static void | DRO::PTensorDiagonalNonthermalCalculations (const SpatialCell *cell, const bool calculateNonthermal, const Real averageVX, const Real averageVY, const Real averageVZ, cuint popID, Real *PTensor) |
| static void | DRO::PTensorOffDiagonalNonthermalCalculations (const SpatialCell *cell, const bool calculateNonthermal, const Real averageVX, const Real averageVY, const Real averageVZ, cuint popID, Real *PTensor) |