Home
last modified time | relevance | path

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