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])
logical false
Definition: module.F90:102
Definition: linear_weights.hpp:8
Definition: vgrid_weights.hpp:7
double w_00
Definition: vgrid_weights.hpp:10
KOKKOS_INLINE_FUNCTION VGridWeights()
Definition: vgrid_weights.hpp:25
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
double w_11
Definition: vgrid_weights.hpp:13
int i_vr
Definition: vgrid_weights.hpp:8
double w_01
Definition: vgrid_weights.hpp:11
KOKKOS_INLINE_FUNCTION bool is_valid()
Definition: vgrid_weights.hpp:29
int i_vz
Definition: vgrid_weights.hpp:9