Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmstag.h102 PETSC_EXTERN PetscErrorCode DMStagGetEntriesLocal(DM, PetscInt *);
/petsc/src/dm/impls/stag/
H A Dstagmulti.c42 PetscCall(DMStagGetEntriesLocal(dmf, &entries_local)); in DMStagRestrictSimple()
49 PetscCall(DMStagGetEntriesLocal(dmc, &entries_local)); in DMStagRestrictSimple()
H A Dstagutils.c557 PetscErrorCode DMStagGetEntriesLocal(DM dm, PetscInt *entries) in DMStagGetEntriesLocal() function