Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstagmulti.c40 PetscInt size_local, entries_local; in DMStagRestrictSimple() local
42 PetscCall(DMStagGetEntriesLocal(dmf, &entries_local)); in DMStagRestrictSimple()
44entries_local == size_local, PETSC_COMM_WORLD, PETSC_ERR_ARG_INCOMP, "Fine vector must be a local … in DMStagRestrictSimple()
47 PetscInt size_local, entries_local; in DMStagRestrictSimple() local
49 PetscCall(DMStagGetEntriesLocal(dmc, &entries_local)); in DMStagRestrictSimple()
51entries_local == size_local, PETSC_COMM_WORLD, PETSC_ERR_ARG_INCOMP, "Coarse vector must be a loca… in DMStagRestrictSimple()