Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx156 PetscInt nfloc = a_species_offset[grid + 1] - a_species_offset[grid]; in LandauKokkosStaticDataSet() local
160 IPf_sz += Nq * nfloc * a_numCells[grid]; in LandauKokkosStaticDataSet()
496 PetscInt nfloc = a_species_offset[grid + 1] - a_species_offset[grid]; in LandauKokkosJacobian() local
497 closure_sz += Nb * nfloc * a_numCells[grid]; in LandauKokkosJacobian()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c226 PetscInt nfloc = ctx->species_offset[grid + 1] - ctx->species_offset[grid]; in LandauFormJacobian_Internal() local
229 ipf_offset[grid + 1] = ipf_offset[grid] + Nq * nfloc * numCells[grid]; in LandauFormJacobian_Internal()