Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetsclandau.h218 PetscInt numgrids; member
/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx108 h_maps.numgrids = maps[grid].numgrids; in LandauKokkosCreateMatMaps()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c33 …pe == LANDAU_KOKKOS) PetscCall(LandauKokkosDestroyMatMaps(maps, maps[0].numgrids)); // implies Kok… in LandauGPUMapsDestroy()
37 for (PetscInt grid = 0; grid < maps[0].numgrids; grid++) { in LandauGPUMapsDestroy()
1513 maps[grid].numgrids = ctx->num_grids; in CreateStaticData()