1 #ifndef VGRID_WEIGHTS_HPP
2 #define VGRID_WEIGHTS_HPP
18 w_00(vr_wt.w[0]*vz_wt.w[0]),
19 w_01(vr_wt.w[0]*vz_wt.w[1]),
20 w_10(vr_wt.w[1]*vz_wt.w[0]),
21 w_11(vr_wt.w[1]*vz_wt.w[1])
30 return (
i_vr==-1) ?
false :
true;
KOKKOS_INLINE_FUNCTION VGridWeights()
Definition: vgrid_weights.hpp:25
KOKKOS_INLINE_FUNCTION bool is_valid()
Definition: vgrid_weights.hpp:29
double w_00
Definition: vgrid_weights.hpp:10
Definition: linear_weights.hpp:8
double w_01
Definition: vgrid_weights.hpp:11
double w_11
Definition: vgrid_weights.hpp:13
int i_vr
Definition: vgrid_weights.hpp:8
int i_vz
Definition: vgrid_weights.hpp:9
Definition: vgrid_weights.hpp:7
KOKKOS_INLINE_FUNCTION VGridWeights(const LinearWeights &vr_wt, const LinearWeights &vz_wt)
Definition: vgrid_weights.hpp:15
double w_10
Definition: vgrid_weights.hpp:12