Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetsclandau.h222 PETSC_EXTERN PetscErrorCode LandauKokkosJacobian(DM[], const PetscInt, const PetscInt, const PetscI…
/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx8 PetscErrorCode LandauKokkosJacobian(DM[], const PetscInt, const PetscInt, const PetscInt, const Pet… in LandauKokkosJacobian() function
381 PetscErrorCode LandauKokkosJacobian(DM plex[], const PetscInt Nq, const PetscInt Nb, const PetscInt… in LandauKokkosJacobian() function
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c204 …PetscCall(LandauKokkosJacobian(ctx->plex, Nq, Nb, ctx->batch_sz, ctx->num_grids, numCells, Eq_m, c… in LandauFormJacobian_Internal()