Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx432 …Kokkos::View<PetscReal ***, Kokkos::LayoutLeft> d_fdf_k = *static_cast<Kokkos::View<PetscReal ***,… in LandauKokkosJacobian() local
434 …Kokkos::View<PetscReal ***, Kokkos::LayoutRight> d_fdf_k = *static_cast<Kokkos::View<PetscReal ***… in LandauKokkosJacobian() local
558 d_fdf_k(b_id, 0, idx) = 0.0; in LandauKokkosJacobian()
561 d_fdf_k(b_id, 0, idx) += Bq[b] * PetscRealPart(coef[f * Nb + b]); in LandauKokkosJacobian()
565 …for (e = 0, d_fdf_k(b_id, d + 1, idx) = 0.0; e < dim; ++e) d_fdf_k(b_id, d + 1, idx) += invJ[e * d… in LandauKokkosJacobian()
631 temp1[0] += d_fdf_k(b_id, 1, idx) * ff2; in LandauKokkosJacobian()
632 temp1[1] += d_fdf_k(b_id, 2, idx) * ff2; in LandauKokkosJacobian()
634 temp1[2] += d_fdf_k(b_id, 3, idx) * ff2; in LandauKokkosJacobian()
636 temp2 += d_fdf_k(b_id, 0, idx) * ff1; in LandauKokkosJacobian()