Home
last modified time | relevance | path

Searched defs:refCoords (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexgeometry.c3550 … PetscInt cell, PetscInt numPoints, const PetscReal realCoords[], PetscReal refCoords[], Vec coord… in DMPlexCoordinatesToReference_Tensor()
3653 …ToCoordinates_Tensor(DM dm, PetscInt cell, PetscInt numPoints, const PetscReal refCoords[], PetscR… in DMPlexReferenceToCoordinates_Tensor()
3727 … PetscInt cell, PetscInt numPoints, const PetscReal realCoords[], PetscReal refCoords[], Vec coord… in DMPlexCoordinatesToReference_FE()
3792 …nates_FE(DM dm, PetscFE fe, PetscInt cell, PetscInt numPoints, const PetscReal refCoords[], PetscR… in DMPlexReferenceToCoordinates_FE()
3853 …ence(DM dm, PetscInt cell, PetscInt numPoints, const PetscReal realCoords[], PetscReal refCoords[]) in DMPlexCoordinatesToReference()
3936 …ferenceToCoordinates(DM dm, PetscInt cell, PetscInt numPoints, const PetscReal refCoords[], PetscR… in DMPlexReferenceToCoordinates()
H A Dplex.c1889 …Real refVertices[], const PetscScalar coords[], PetscInt edgeDiv, PetscReal refCoords[], PetscReal… in DrawPolygon_Private()
1918 …raw, PetscInt cell, const PetscScalar coords[], PetscInt edgeDiv, PetscReal refCoords[], PetscReal… in DMPlexDrawCellHighOrder()
1948 PetscReal *refCoords, *edgeCoords; in DMPlexView_Draw() local