1 #ifndef READ_DIFFUSION_COEFFS_HPP
2 #define READ_DIFFUSION_COEFFS_HPP
44 Kokkos::View<double*,CLayout,HostType>
psi;
Kokkos::View< double *, CLayout, HostType > psi
1D view for the common x variable.
Definition: read_diffusion_coeffs.hpp:44
Kokkos::View< double ***, CLayout, HostType > diffusion_coeff
3D view for the y variables [4, n_species, N].
Definition: read_diffusion_coeffs.hpp:45
Definition: read_diffusion_coeffs.hpp:43
DiffusionCoeffData ReadDiffCoeffData(const DomainDecomposition< DeviceType > &pol_decomp, const int n_species, XGC_IO_Stream &stream)
Reads diffusion coefficients for multiple particle species from an ADIOS2 BP file.
Definition: read_diffusion_coeffs.cpp:50
Definition: xgc_io.hpp:24