#include <col_species.hpp>
|
| CollisionSpecies () |
|
| CollisionSpecies (const Moments &moments_in, const VGridDistribution< DeviceType > &f_in, const std::vector< Species< Device >> &all_species, int mb_n_nodes) |
|
| CollisionSpecies (const CollisionSpecies< Device > &col_spall_in, int nnode_in) |
|
void | setup_one (int isp, int mesh_ind, int local_node_ind) const |
|
void | setup_all (Kokkos::View< int *, HostType > &mesh_nodes, int mb_n_nodes) const |
|
void | lambda_gamma_pair (const View< double *, CLayout, HostType > &dt, Kokkos::View< double ***, Device > &gammac, int mb_n_nodes) const |
|
int | n () const |
|
|
const VGridDistribution< HostType > | f |
|
Kokkos::DualView< CollisionSpeciesScalars **, Device > | s |
|
View< int *, CLayout, DeviceType > | grid_index_d |
|
View< int *, CLayout, HostType > | grid_index_h |
|
View< MomentSet **, CLayout, HostType > | moments |
|
View< double **, CLayout, HostType > | conv_factor |
|
View< int *, CLayout, HostType > | moments_index |
|
View< double **, CLayout, HostType > | den_moment |
|
View< double **, CLayout, HostType > | temp_moment |
|
View< double *, CLayout, DeviceType > | inv_mass_d |
|
std::vector< View< double *, CLayout, HostType > > | fg_temp_ev_all |
|
View< double ****, CLayout, HostType > | pdf_h |
|
View< double ****, CLayout, Device > | pdf |
|
View< double ****, CLayout, HostType > | pdf1_h |
|
View< double ****, CLayout, Device > | pdf1 |
|
◆ CollisionSpecies() [1/3]
◆ CollisionSpecies() [2/3]
◆ CollisionSpecies() [3/3]
◆ lambda_gamma_pair()
template<class Device >
void CollisionSpecies< Device >::lambda_gamma_pair |
( |
const View< double *, CLayout, HostType > & |
dt, |
|
|
Kokkos::View< double ***, Device > & |
gammac, |
|
|
int |
mb_n_nodes |
|
) |
| const |
|
inline |
◆ n()
◆ setup_all()
◆ setup_one()
template<class Device >
void CollisionSpecies< Device >::setup_one |
( |
int |
isp, |
|
|
int |
mesh_ind, |
|
|
int |
local_node_ind |
|
) |
| const |
|
inline |
◆ conv_factor
◆ den_moment
◆ fg_temp_ev_all
◆ grid_index_d
◆ grid_index_h
◆ inv_mass_d
◆ moments
◆ moments_index
◆ pdf
◆ pdf1
◆ pdf1_h
◆ pdf_h
◆ temp_moment
The documentation for this class was generated from the following file: