Home
last modified time | relevance | path

Searched refs:DMStagGetEntries (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/stag/
H A Dstag.c440 PetscCall(DMStagGetEntries(dmf, &entriesf)); in DMCreateInterpolation_Stag()
441 PetscCall(DMStagGetEntries(dmc, &entriesc)); in DMCreateInterpolation_Stag()
472 PetscCall(DMStagGetEntries(dmf, &entriesf)); in DMCreateRestriction_Stag()
473 PetscCall(DMStagGetEntries(dmc, &entriesc)); in DMCreateRestriction_Stag()
506 PetscCall(DMStagGetEntries(dm, &entries)); in DMCreateMatrix_Stag()
H A Dstagutils.c526 PetscErrorCode DMStagGetEntries(DM dm, PetscInt *entries) in DMStagGetEntries() function
H A Dstag2d.c1311 PetscCall(DMStagGetEntries(dm, &entries)); in DMCreateMatrix_Stag_2D_AIJ_Assemble()
/petsc/include/
H A Dpetscdmstag.h101 PETSC_EXTERN PetscErrorCode DMStagGetEntries(DM, PetscInt *);