Searched refs:nconeSize (Results 1 – 1 of 1) sorted by relevance
1556 PetscInt nconeSize, nc, ocell; in DMPlexConstructCohesiveCells_Internal() local1565 PetscCall(DMPlexGetConeSize(dm, ocell, &nconeSize)); in DMPlexConstructCohesiveCells_Internal()1568 for (nc = 0; nc < nconeSize; ++nc) { in DMPlexConstructCohesiveCells_Internal()1574 …PetscCheck(nc < nconeSize, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Could not locate face %" PetscIn… in DMPlexConstructCohesiveCells_Internal()