Searched refs:entries_local (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stagmulti.c | 40 PetscInt size_local, entries_local; in DMStagRestrictSimple() local 42 PetscCall(DMStagGetEntriesLocal(dmf, &entries_local)); in DMStagRestrictSimple() 44 …entries_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() 51 …entries_local == size_local, PETSC_COMM_WORLD, PETSC_ERR_ARG_INCOMP, "Coarse vector must be a loca… in DMStagRestrictSimple()
|