Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexrefine.c354 PetscInt cDegree; in DMRefine_Plex() local
377 PetscCall(DMGetCoordinateDegree_Internal(dm, &cDegree)); in DMRefine_Plex()
381 PetscCall(DMPlexCreateCoordinateSpace(*rdm, cDegree, PETSC_FALSE, PETSC_TRUE)); in DMRefine_Plex()
H A Dplex.c1950 …PetscInt dim, vStart, vEnd, cStart, cEnd, c, cDegree, edgeDiv, lineColor = PETSC_DETERMINE, ce… in DMPlexView_Draw() local
1955 PetscCall(DMGetCoordinateDegree_Internal(dm, &cDegree)); in DMPlexView_Draw()
1956 drawAffine = cDegree > 1 ? PETSC_FALSE : PETSC_TRUE; in DMPlexView_Draw()
1957 edgeDiv = cDegree + 1; in DMPlexView_Draw()