Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstag.c433 PetscInt dim, entriesf, entriesc; in DMCreateInterpolation_Stag() local
441 PetscCall(DMStagGetEntries(dmc, &entriesc)); in DMCreateInterpolation_Stag()
446 PetscCall(MatSetSizes(*A, entriesf, entriesc, PETSC_DECIDE, PETSC_DECIDE)); in DMCreateInterpolation_Stag()
465 PetscInt dim, entriesf, entriesc, doff[DMSTAG_MAX_STRATA]; in DMCreateRestriction_Stag() local
473 PetscCall(DMStagGetEntries(dmc, &entriesc)); in DMCreateRestriction_Stag()
478 …PetscCall(MatSetSizes(*A, entriesc, entriesf, PETSC_DECIDE, PETSC_DECIDE)); /* Note transpose wrt … in DMCreateRestriction_Stag()