Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex56.c213 static PetscErrorCode VertexCoordinatesToAll(DM dm, IS vertices, Vec *allCoords) in VertexCoordinatesToAll()
247 …cErrorCode DMLabelGetCoordinateRepresentation(DM dm, DMLabel label, PetscInt value, Vec *allCoords) in DMLabelGetCoordinateRepresentation()
258 …areWithCoordinateRepresentation(DM dm, DMLabel label, PetscInt value, Vec allCoords, PetscInt verb… in DMLabelCompareWithCoordinateRepresentation()
361 Vec allCoords = NULL; in main() local
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c44 const PetscScalar *allCoords; in DMPlexFindVertices() local