Searched refs:size_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 43 PetscCall(VecGetLocalSize(xf, &size_local)); in DMStagRestrictSimple() 44 …size_local, PETSC_COMM_WORLD, PETSC_ERR_ARG_INCOMP, "Fine vector must be a local vector of size %"… in DMStagRestrictSimple() 47 PetscInt size_local, entries_local; in DMStagRestrictSimple() local 50 PetscCall(VecGetLocalSize(xc, &size_local)); in DMStagRestrictSimple() 51 …size_local, PETSC_COMM_WORLD, PETSC_ERR_ARG_INCOMP, "Coarse vector must be a local vector of size … in DMStagRestrictSimple()
|