#include <zoltan.h>
#include <dccrg.hpp>
#include "../common.h"
#include "../spatial_cells/spatial_cell_wrapper.hpp"
#include <dccrg_cartesian_geometry.hpp>
#include "cpu_pitch_angle_diffusion.h"
Go to the source code of this file.
◆ computePitchAngleDiffusionParameters()
| void computePitchAngleDiffusionParameters |
( |
SpatialCell & | cell, |
|
|
const uint | popID, |
|
|
const size_t | CellIdx, |
|
|
bool & | currentSpatialLoopComplete, |
|
|
Realf & | sparsity, |
|
|
std::array< Real, 3 > & | b, |
|
|
Real & | nu0 ) |
◆ interpolateNuFromArray()
| Realf interpolateNuFromArray |
( |
const Real | Taniso, |
|
|
const Real | betaParallel ) |
◆ readNuArrayFromFile()
| void readNuArrayFromFile |
( |
| ) |
|
◆ betaParaArray
| std::vector<Real> betaParaArray |
|
extern |
◆ n_betaPara
◆ n_Taniso
◆ nu0Array
| std::vector<Real> nu0Array |
|
extern |
◆ nuArrayRead
◆ TanisoArray
| std::vector<Real> TanisoArray |
|
extern |