Home
last modified time | relevance | path

Searched refs:TensorValueType (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx81 typedef array_type<PetscReal> TensorValueType; // used to simplify code below typedef
87 struct reduction_identity<landau_inner_red::TensorValueType> {
88 …RCEINLINE_FUNCTION static landau_inner_red::TensorValueType sum() { return landau_inner_red::Tenso… in sum()
608 landau_inner_red::TensorValueType gg_temp; // reduce on part of gg2 and g33 for IP jpidx_g in LandauKokkosJacobian()
611 [=](const int &ipidx, landau_inner_red::TensorValueType &ggg) { in LandauKokkosJacobian()
664 Kokkos::Sum<landau_inner_red::TensorValueType>(gg_temp)); in LandauKokkosJacobian()