Searched refs:entriesf (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stag.c | 433 PetscInt dim, entriesf, entriesc; in DMCreateInterpolation_Stag() local 440 PetscCall(DMStagGetEntries(dmf, &entriesf)); 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 472 PetscCall(DMStagGetEntries(dmf, &entriesf)); in DMCreateRestriction_Stag() 478 …PetscCall(MatSetSizes(*A, entriesc, entriesf, PETSC_DECIDE, PETSC_DECIDE)); /* Note transpose wrt … in DMCreateRestriction_Stag()
|