7 void grid_deriv(
const GradientMatrices<DeviceType>& gm,
const Grid<DeviceType>& grid,
const Kokkos::View<double*,Kokkos::LayoutRight,DeviceType>& qty,
const Kokkos::View<double*,Kokkos::LayoutRight,DeviceType>& qty_deriv_x,
const Kokkos::View<double*,Kokkos::LayoutRight,DeviceType>& qty_deriv_y,
bool discard_when_basis_is_one);
void grid_deriv(const GradientMatrices< DeviceType > &gm, const Grid< DeviceType > &grid, const Kokkos::View< double *, Kokkos::LayoutRight, DeviceType > &qty, const Kokkos::View< double *, Kokkos::LayoutRight, DeviceType > &qty_deriv_x, const Kokkos::View< double *, Kokkos::LayoutRight, DeviceType > &qty_deriv_y, bool discard_when_basis_is_one)
Definition: grid_deriv.cpp:18