Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex18.c852 char coordstr[128]; in ViewVerticesFromCoords() local
866 PetscCall(coord2str(coordstr, sizeof(coordstr), dim, &coords[i * dim], tol)); in ViewVerticesFromCoords()
868 …wer, "[%d] %s --> points[%" PetscInt_FMT "] = %" PetscInt_FMT "\n", rank, coordstr, i, points[i])); in ViewVerticesFromCoords()
1322 char coordstr[128]; in ViewPointsWithType_Internal() local
1326 PetscCall(coord2str(coordstr, sizeof(coordstr), n, &coordsScalar[o], 1.0)); in ViewPointsWithType_Internal()
1327 …etscViewerASCIISynchronizedPrintf(v, "vertex %" PetscInt_FMT " w/ coordinates %s\n", p, coordstr)); in ViewPointsWithType_Internal()