Lines Matching refs:PetscViewerASCIISynchronizedPrintf

2467   PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Process %d:\n", rank));  in PetscSectionView_ASCII()
2471 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " (%4" PetscInt_FMT ") dof %2" PetscInt_FMT … in PetscSectionView_ASCII()
2473 …for (b = 0; b < s->bc->atlasDof[p]; ++b) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %"… in PetscSectionView_ASCII()
2475 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "\n")); in PetscSectionView_ASCII()
2477 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " (%4" PetscInt_FMT ") dof %2" PetscInt_FMT … in PetscSectionView_ASCII()
2611 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %2" PetscInt_FMT, ((PetscInt *)array)[index… in PrintArrayElement()
2615 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %2" PetscInt32_FMT, ((PetscInt32 *)array)[i… in PrintArrayElement()
2619 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %2" PetscInt64_FMT, ((PetscInt64 *)array)[i… in PrintArrayElement()
2623 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %2" PetscCount_FMT, ((PetscCount *)array)[i… in PrintArrayElement()
2628 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %g", ((double *)array)[index])); in PrintArrayElement()
2632 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %g", (double)((float *)array)[index])); in PrintArrayElement()
2637 … PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %g", (double)((PetscReal *)array)[index])); in PrintArrayElement()
2643 … PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %g", (double)((PetscReal *)array)[index])); in PrintArrayElement()
2651 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %g + %g i", (double)PetscRealPartComplex(v)… in PrintArrayElement()
2653 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %g - %g i", (double)PetscRealPartComplex(v)… in PrintArrayElement()
2655 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %g", (double)PetscRealPartComplex(v))); in PrintArrayElement()
2674 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Process %d:\n", rank)); in PetscSectionArrayView_ASCII_Internal()
2679 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " (%4" PetscInt_FMT ") dof %2" PetscInt_FMT … in PetscSectionArrayView_ASCII_Internal()
2681 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " constrained")); in PetscSectionArrayView_ASCII_Internal()
2682 …for (b = 0; b < s->bc->atlasDof[p]; ++b) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %"… in PetscSectionArrayView_ASCII_Internal()
2683 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "\n")); in PetscSectionArrayView_ASCII_Internal()
2685 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " (%4" PetscInt_FMT ") dof %2" PetscInt_FMT … in PetscSectionArrayView_ASCII_Internal()
2687 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "\n")); in PetscSectionArrayView_ASCII_Internal()