Searched refs:coord2str (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex18.c | 820 static inline PetscErrorCode coord2str(char buf[], size_t len, PetscInt dim, const PetscScalar coor… in coord2str() function 866 PetscCall(coord2str(coordstr, sizeof(coordstr), dim, &coords[i * dim], tol)); in ViewVerticesFromCoords() 1326 PetscCall(coord2str(coordstr, sizeof(coordstr), n, &coordsScalar[o], 1.0)); in ViewPointsWithType_Internal()
|