Lines Matching refs:edgeCoords
1889 …ces[], const PetscScalar coords[], PetscInt edgeDiv, PetscReal refCoords[], PetscReal edgeCoords[]) in DrawPolygon_Private() argument
1909 PetscCall(DMPlexReferenceToCoordinates(dm, cell, edgeDiv + 1, refCoords, edgeCoords)); in DrawPolygon_Private()
1911 …e(draw, centroid[0], centroid[1], edgeCoords[d * 2 + 0], edgeCoords[d * 2 + 1], edgeCoords[(d + 1)… in DrawPolygon_Private()
1912 …PetscCall(PetscDrawLine(draw, edgeCoords[d * 2 + 0], edgeCoords[d * 2 + 1], edgeCoords[(d + 1) * 2… in DrawPolygon_Private()
1918 … cell, const PetscScalar coords[], PetscInt edgeDiv, PetscReal refCoords[], PetscReal edgeCoords[]) in DMPlexDrawCellHighOrder() argument
1928 …cCall(DrawPolygon_Private(dm, draw, cell, 3, refVertices, coords, edgeDiv, refCoords, edgeCoords)); in DMPlexDrawCellHighOrder()
1933 …cCall(DrawPolygon_Private(dm, draw, cell, 4, refVertices, coords, edgeDiv, refCoords, edgeCoords)); in DMPlexDrawCellHighOrder()
1948 PetscReal *refCoords, *edgeCoords; in DMPlexView_Draw() local
1961 …Affine) PetscCall(PetscMalloc2((edgeDiv + 1) * dim, &refCoords, (edgeDiv + 1) * dim, &edgeCoords)); in DMPlexView_Draw()
1985 else PetscCall(DMPlexDrawCellHighOrder(dm, draw, c, coords, edgeDiv, refCoords, edgeCoords)); in DMPlexView_Draw()
1988 if (!drawAffine) PetscCall(PetscFree2(refCoords, edgeCoords)); in DMPlexView_Draw()