Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx142 …PetscInt ip_offset[LANDAU_MAX_GRIDS + 1], ipf_offset[LANDAU_MAX_GRIDS + 1], elem_offset[LA… in LandauKokkosStaticDataSet() local
152 ip_offset[0] = ipf_offset[0] = elem_offset[0] = 0; in LandauKokkosStaticDataSet()
159 ip_offset[grid + 1] = nip; in LandauKokkosStaticDataSet()
231 … Kokkos::HostSpace, Kokkos::MemoryTraits<Kokkos::Unmanaged>> h_ip_offset(ip_offset, num_grids + 1); in LandauKokkosStaticDataSet()
233 …SData_d->ip_offset in LandauKokkosStaticDataSet()
319 auto ipoff = static_cast<Kokkos::View<PetscInt *, Kokkos::LayoutLeft> *>(SData_d->ip_offset); in LandauKokkosStaticDataClear()
425 …ip_offset_k = static_cast<Kokkos::View<PetscInt *, Kokkos::LayoutLeft> *>(SData_d->ip_offset); in LandauKokkosJacobian()
/petsc/include/
H A Dpetsclandau.h85 void *ip_offset; // for each grid, but same for all batched vertices member
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c210 …PetscInt ip_offset[LANDAU_MAX_GRIDS + 1], ipf_offset[LANDAU_MAX_GRIDS + 1], elem_offset[LA… in LandauFormJacobian_Internal() local
224 ip_offset[0] = ipf_offset[0] = elem_offset[0] = 0; in LandauFormJacobian_Internal()
228 ip_offset[grid + 1] = ip_offset[grid] + numCells[grid] * Nq; in LandauFormJacobian_Internal()
252 …PetscReal *invJe = &invJ_a[(ip_offset[grid] + loc_elem * Nq) * dim * dim]; // ingJ is static d… in LandauFormJacobian_Internal()
326 const PetscReal *invJe = &invJ_a[(ip_offset[grid] + loc_elem * Nq) * dim * dim]; in LandauFormJacobian_Internal()
335 const PetscInt jpidx_glb = ip_offset[grid] + qj + loc_elem * Nq; in LandauFormJacobian_Internal()