Searched refs:cdepth (Results 1 – 2 of 2) sorted by relevance
805 PetscInt cdepth = -1; in DMPlexOrientCells_Internal() local809 if (cEnd > cStart) PetscCall(DMPlexGetPointDepth(dm, cells ? cells[cStart] : cStart, &cdepth)); in DMPlexOrientCells_Internal()810 …th %" PetscInt_FMT ") and %" PetscInt_FMT " faces\n", rank, cEnd - cStart, cdepth, fEnd - fStart)); in DMPlexOrientCells_Internal()
1570 PetscInt coneSize, cdepth; in DMPlexInterpolate() local1583 PetscCall(DMPlexGetPointDepth(odm, cone[c], &cdepth)); in DMPlexInterpolate()1584 if (cdepth != pdepth - 1) { in DMPlexInterpolate()