Searched refs:ps2d (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex18.c | 819 #define ps2d(number) ((double)PetscRealPart(number)) macro 827 PetscCall(PetscSNPrintf(buf, len, "(%12.3f)", ps2d(coords[0]))); in coord2str() 829 PetscCall(PetscSNPrintf(buf, len, "(%12.3f, %12.3f)", ps2d(coords[0]), ps2d(coords[1]))); in coord2str() 831 …Call(PetscSNPrintf(buf, len, "(%12.3f, %12.3f, %12.3f)", ps2d(coords[0]), ps2d(coords[1]), ps2d(co… in coord2str() 836 PetscCall(PetscSNPrintf(buf, len, "(%12.6f)", ps2d(coords[0]))); in coord2str() 838 PetscCall(PetscSNPrintf(buf, len, "(%12.6f, %12.6f)", ps2d(coords[0]), ps2d(coords[1]))); in coord2str() 840 …Call(PetscSNPrintf(buf, len, "(%12.6f, %12.6f, %12.6f)", ps2d(coords[0]), ps2d(coords[1]), ps2d(co… in coord2str()
|