Home
last modified time | relevance | path

Searched refs:ipf_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()
161 ipf_offset[grid + 1] = IPf_sz; in LandauKokkosStaticDataSet()
241 …okkos::HostSpace, Kokkos::MemoryTraits<Kokkos::Unmanaged>> h_ipf_offset(ipf_offset, num_grids + 1); in LandauKokkosStaticDataSet()
243 …SData_d->ipf_offset in LandauKokkosStaticDataSet()
323 auto ipfoff = static_cast<Kokkos::View<PetscInt *, Kokkos::LayoutLeft> *>(SData_d->ipf_offset); in LandauKokkosStaticDataClear()
427 …pf_offset_k = static_cast<Kokkos::View<PetscInt *, Kokkos::LayoutLeft> *>(SData_d->ipf_offset); in LandauKokkosJacobian()
/petsc/include/
H A Dpetsclandau.h86 void *ipf_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()
229 ipf_offset[grid + 1] = ipf_offset[grid] + Nq * nfloc * numCells[grid]; in LandauFormJacobian_Internal()
231 IPf_sz_glb = ipf_offset[num_grids]; in LandauFormJacobian_Internal()
255 …coef = &cellClosure[b_id * IPf_sz_glb + ipf_offset[grid] + loc_elem * Nb * loc_Nf]; // this is con… in LandauFormJacobian_Internal()
284 … const PetscInt idx = b_id * IPf_sz_glb + ipf_offset[grid] + f * loc_nip + loc_elem * Nq + qi; in LandauFormJacobian_Internal()
367 … const PetscInt idx = b_id * IPf_sz_glb + ipf_offset[grid_r] + f * nip_loc_r + ei_r * Nq + qi; in LandauFormJacobian_Internal()