Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetsclandau.h225 PETSC_EXTERN PetscErrorCode LandauKokkosStaticDataSet(DM, const PetscInt, const PetscInt, const Pet…
/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx20 PetscErrorCode LandauKokkosStaticDataSet(DM, const PetscInt, const PetscInt, const PetscInt, const … in LandauKokkosStaticDataSet() function
137 PetscErrorCode LandauKokkosStaticDataSet(DM plex, const PetscInt Nq, const PetscInt Nb, const Petsc… in LandauKokkosStaticDataSet() function
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c1816 …PetscCall(LandauKokkosStaticDataSet(ctx->plex[0], Nq, Nb, ctx->batch_sz, ctx->num_grids, numCells,… in CreateStaticData()