Searched refs:supportSizeNew (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 1725 PetscInt coneSize, supportSize, supportSizeNew, q, qf, e, f, s; in DMPlexConstructCohesiveCells_Internal() local 1735 PetscCall(DMPlexGetSupportSize(sdm, newp, &supportSizeNew)); in DMPlexConstructCohesiveCells_Internal() 1743 …(q == supportSizeNew, comm, PETSC_ERR_ARG_WRONG, "Support size %" PetscInt_FMT " != %" PetscInt_FM… in DMPlexConstructCohesiveCells_Internal() 1783 PetscCall(DMPlexGetSupportSize(sdm, newp, &supportSizeNew)); in DMPlexConstructCohesiveCells_Internal() 1784 …supportSizeNew, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Support size for unsplit edge %" PetscInt_FMT " … in DMPlexConstructCohesiveCells_Internal() 1805 PetscCall(DMPlexGetSupportSize(sdm, hybface, &supportSizeNew)); in DMPlexConstructCohesiveCells_Internal() 1806 …supportSizeNew, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Support size for hybrid face %" PetscInt_FMT " i… in DMPlexConstructCohesiveCells_Internal()
|