Lines Matching refs:PetscSynchronizedPrintf

99     PetscCall(PetscSynchronizedPrintf(PETSC_COMM_WORLD, "[%d]Point %" PetscInt_FMT " (", rank, p));  in CreatePoints_Centroid()
101 … PetscCall(PetscSynchronizedPrintf(PETSC_COMM_WORLD, "%g", (double)(*pcoords)[p * spaceDim + d])); in CreatePoints_Centroid()
102 if (d < spaceDim - 1) PetscCall(PetscSynchronizedPrintf(PETSC_COMM_WORLD, ", ")); in CreatePoints_Centroid()
104 PetscCall(PetscSynchronizedPrintf(PETSC_COMM_WORLD, ")\n")); in CreatePoints_Centroid()
147 … PetscCall(PetscSynchronizedPrintf(PETSC_COMM_WORLD, "[%d]Point %" PetscInt_FMT " (", rank, n)); in CreatePoints_Grid()
149 … PetscCall(PetscSynchronizedPrintf(PETSC_COMM_WORLD, "%g", (double)(*pcoords)[n * spaceDim + d])); in CreatePoints_Grid()
150 if (d < spaceDim - 1) PetscCall(PetscSynchronizedPrintf(PETSC_COMM_WORLD, ", ")); in CreatePoints_Grid()
152 PetscCall(PetscSynchronizedPrintf(PETSC_COMM_WORLD, ")\n")); in CreatePoints_Grid()
189 … PetscCall(PetscSynchronizedPrintf(PETSC_COMM_WORLD, "[%d]Point %" PetscInt_FMT " (", rank, n)); in CreatePoints_GridReplicated()
191 … PetscCall(PetscSynchronizedPrintf(PETSC_COMM_WORLD, "%g", (double)(*pcoords)[n * spaceDim + d])); in CreatePoints_GridReplicated()
192 if (d < spaceDim - 1) PetscCall(PetscSynchronizedPrintf(PETSC_COMM_WORLD, ", ")); in CreatePoints_GridReplicated()
194 PetscCall(PetscSynchronizedPrintf(PETSC_COMM_WORLD, ")\n")); in CreatePoints_GridReplicated()
288 …for (c = 0; c < interpolator->n; ++c) PetscCall(PetscSynchronizedPrintf(PETSC_COMM_WORLD, "[%d]Poi… in main()