Searched refs:DMStagGetEntriesLocal (Results 1 – 3 of 3) sorted by relevance
102 PETSC_EXTERN PetscErrorCode DMStagGetEntriesLocal(DM, PetscInt *);
42 PetscCall(DMStagGetEntriesLocal(dmf, &entries_local)); in DMStagRestrictSimple()49 PetscCall(DMStagGetEntriesLocal(dmc, &entries_local)); in DMStagRestrictSimple()
557 PetscErrorCode DMStagGetEntriesLocal(DM dm, PetscInt *entries) in DMStagGetEntriesLocal() function