| /petsc/src/vec/is/tests/ |
| H A D | ex7.c | 95 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] Local NP %" PetscInt_FMT "\n", rank, np… in main() 97 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] procs[%" PetscInt_FMT "] = %" PetscIn… in main() 98 …for (j = 0; j < ns[i]; j++) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] ids[%" … in main() 105 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] Local N %" PetscInt_FMT "\n", rank, n)); in main() 107 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] sharedby[%" PetscInt_FMT "] = %" Pets… in main() 108 …for (j = 0; j < ns[i]; j++) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] ids[%" … in main() 117 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] Local NP %" PetscInt_FMT "\n", rank, np… in main() 119 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] procs[%" PetscInt_FMT "] = %" PetscIn… in main() 120 …for (j = 0; j < ns[i]; j++) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] ids[%" … in main() 127 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] Local N %" PetscInt_FMT "\n", rank, n)); in main() [all …]
|
| /petsc/src/sys/error/ |
| H A D | err.c | 474 … PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] %" PetscInt_FMT ":", rank, Ncol * i)); in PetscIntViewNumColumns() 476 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "%" PetscInt_FMT ":", Ncol * i)); in PetscIntViewNumColumns() 478 …for (j = 0; j < Ncol; j++) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %" PetscInt_FMT,… in PetscIntViewNumColumns() 479 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "\n")); in PetscIntViewNumColumns() 483 … PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] %" PetscInt_FMT ":", rank, Ncol * n)); in PetscIntViewNumColumns() 485 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "%" PetscInt_FMT ":", Ncol * n)); in PetscIntViewNumColumns() 487 …for (i = 0; i < p; i++) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %" PetscInt_FMT, id… in PetscIntViewNumColumns() 488 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "\n")); in PetscIntViewNumColumns() 578 … PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] %2" PetscInt_FMT ":", rank, Ncol * i)); in PetscRealViewNumColumns() 580 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "%2" PetscInt_FMT ":", Ncol * i)); in PetscRealViewNumColumns() [all …]
|
| /petsc/src/dm/impls/network/ |
| H A D | networkview.c | 41 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Type,Rank,ID,X,Y,Z,Name,Color\n")); in DMView_Network_CSV() 69 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Node,%d,%" PetscInt_FMT ",%lf,%lf,0,%" Petsc… in DMView_Network_CSV() 81 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Edge,%d,%" PetscInt_FMT ",%" PetscInt_FMT ",… in DMView_Network_CSV() 305 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " [%d] nEdges: %" PetscInt_FMT "; nVertices:… in DMView_Network() 310 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " Subnet %" PetscInt_FMT ": nEdges %" Pet… in DMView_Network() 317 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " edge %" PetscInt_FMT ": %" PetscInt_F… in DMView_Network() 329 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " SharedVertices:\n")); in DMView_Network() 335 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " svtx %" PetscInt_FMT ": global index … in DMView_Network() 336 …for (j = 1; j < nv; j++) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " … in DMView_Network()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcgraph.c | 85 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Local BDDC graph for subdomain %04d (seq %d)… in PCBDDCGraphASCIIView() 86 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Number of vertices %" PetscInt_FMT "\n", gra… in PCBDDCGraphASCIIView() 87 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Number of local subdomains %" PetscInt_FMT "… in PCBDDCGraphASCIIView() 88 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Custom minimal size %" PetscInt_FMT "\n", gr… in PCBDDCGraphASCIIView() 89 …if (graph->maxcount != PETSC_INT_MAX) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Max co… in PCBDDCGraphASCIIView() 90 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Topological two dim? %s (set %s)\n", PetscBo… in PCBDDCGraphASCIIView() 93 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "%" PetscInt_FMT ":\n", i)); in PCBDDCGraphASCIIView() 94 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " which_dof: %" PetscInt_FMT "\n", graph->n… in PCBDDCGraphASCIIView() 95 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " special_dof: %" PetscInt_FMT "\n", graph-… in PCBDDCGraphASCIIView() 96 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " shared by: %" PetscInt_FMT "\n", graph->n… in PCBDDCGraphASCIIView() [all …]
|
| H A D | bddcnullspace.c | 84 …if (pcbddc->dbg_flag) PetscCall(PetscViewerASCIISynchronizedPrintf(pcbddc->dbg_viewer, "Subdomain … in PCBDDCNullSpaceAssembleCorrection() 188 …PetscCall(PetscViewerASCIISynchronizedPrintf(pcbddc->dbg_viewer, "Subdomain %04d infinity error fo… in PCBDDCNullSpaceAssembleCorrection() 190 …PetscCall(PetscViewerASCIISynchronizedPrintf(pcbddc->dbg_viewer, "Subdomain %04d infinity error fo… in PCBDDCNullSpaceAssembleCorrection() 217 …PetscCall(PetscViewerASCIISynchronizedPrintf(pcbddc->dbg_viewer, "Subdomain %04d infinity error fo… in PCBDDCNullSpaceAssembleCorrection() 219 …PetscCall(PetscViewerASCIISynchronizedPrintf(pcbddc->dbg_viewer, "Subdomain %04d infinity error fo… in PCBDDCNullSpaceAssembleCorrection() 245 …PetscCall(PetscViewerASCIISynchronizedPrintf(pcbddc->dbg_viewer, "Subdomain %04d infinity error fo… in PCBDDCNullSpaceAssembleCorrection() 247 …PetscCall(PetscViewerASCIISynchronizedPrintf(pcbddc->dbg_viewer, "Subdomain %04d infinity error fo… in PCBDDCNullSpaceAssembleCorrection()
|
| /petsc/src/sys/objects/device/tests/ |
| H A D | ex11.cxx | 46 PetscCall(PetscViewerASCIISynchronizedPrintf(vwr, "Marked Object Map:\n")); in MarkedObjectMapView() 48 PetscCall(PetscViewerASCIISynchronizedPrintf(vwr, "size: %zu\n", nkeys)); in MarkedObjectMapView() 49 PetscCall(PetscViewerASCIISynchronizedPrintf(vwr, "entries:\n")); in MarkedObjectMapView() 52 PetscCall(PetscViewerASCIISynchronizedPrintf(vwr, "id %" PetscInt64_FMT " -> {\n", keys[i])); in MarkedObjectMapView() 54 …PetscCall(PetscViewerASCIISynchronizedPrintf(vwr, "mode: %s\n", PetscMemoryAccessModeToString(mode… in MarkedObjectMapView() 55 PetscCall(PetscViewerASCIISynchronizedPrintf(vwr, "dependencies:\n")); in MarkedObjectMapView() 60 …PetscCall(PetscViewerASCIISynchronizedPrintf(vwr, "event %zu {dtype: %s, dctx_id: %" PetscInt64_FM… in MarkedObjectMapView() 65 PetscCall(PetscViewerASCIISynchronizedPrintf(vwr, "}\n")); in MarkedObjectMapView()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcheckinterface.c | 230 PetscCall(PetscViewerASCIISynchronizedPrintf(v, "[%d] --------\n", rank)); in DMPlexCheckInterfaceCones() 233 …PetscCall(PetscViewerASCIISynchronizedPrintf(v, " r=%" PetscInt_FMT " ranks[r]=%d sntCoordinatesP… in DMPlexCheckInterfaceCones() 244 PetscCall(PetscViewerASCIISynchronizedPrintf(v, " ----------\n")); in DMPlexCheckInterfaceCones() 247 …PetscCall(PetscViewerASCIISynchronizedPrintf(v, " r=%" PetscInt_FMT " iranks[r]=%d refCoordinates… in DMPlexCheckInterfaceCones() 258 PetscCall(PetscViewerASCIISynchronizedPrintf(v, " ----------\n")); in DMPlexCheckInterfaceCones() 261 …PetscCall(PetscViewerASCIISynchronizedPrintf(v, " r=%" PetscInt_FMT " iranks[r]=%d recCoordinates… in DMPlexCheckInterfaceCones()
|
| H A D | plexpreallocate.c | 176 … PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] %" PetscInt_FMT ":", rank, Ncol * i)); in PetscIntViewPairs() 178 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "%" PetscInt_FMT ":", Ncol * i)); in PetscIntViewPairs() 180 …for (j = 0; j < Ncol; j++) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " (%" PetscInt_FMT… in PetscIntViewPairs() 181 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "\n")); in PetscIntViewPairs() 185 … PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] %" PetscInt_FMT ":", rank, Ncol * n)); in PetscIntViewPairs() 187 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "%" PetscInt_FMT ":", Ncol * n)); in PetscIntViewPairs() 189 …for (i = 0; i < p; i++) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " (%" PetscInt_FMT ",… in PetscIntViewPairs() 190 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "\n")); in PetscIntViewPairs()
|
| /petsc/src/dm/tutorials/ |
| H A D | swarm_ex1.c | 75 …PetscCall(PetscViewerASCIISynchronizedPrintf(PETSC_VIEWER_STDOUT_WORLD, "rank[%d] before(%" PetscI… in ex1_1() 133 …PetscCall(PetscViewerASCIISynchronizedPrintf(PETSC_VIEWER_STDOUT_WORLD, "rank[%d] before(%" PetscI… in ex1_2() 150 …PetscCall(PetscViewerASCIISynchronizedPrintf(PETSC_VIEWER_STDOUT_WORLD, "rank[%d] after(%" PetscIn… in ex1_2() 162 …PetscCall(PetscViewerASCIISynchronizedPrintf(PETSC_VIEWER_STDOUT_WORLD, "rank[%d] after_v(%" Petsc… in ex1_2() 257 …PetscCall(PetscViewerASCIISynchronizedPrintf(PETSC_VIEWER_STDOUT_WORLD, "rank[%d] before(%" PetscI… in ex1_3() 265 …PetscCall(PetscViewerASCIISynchronizedPrintf(PETSC_VIEWER_STDOUT_WORLD, "rank[%d] after(%" PetscIn… in ex1_3() 448 …PetscCall(PetscViewerASCIISynchronizedPrintf(PETSC_VIEWER_STDOUT_WORLD, "rank[%d] before(%" PetscI… in ex1_4() 455 …PetscCall(PetscViewerASCIISynchronizedPrintf(PETSC_VIEWER_STDOUT_WORLD, "rank[%d] after(%" PetscIn… in ex1_4()
|
| /petsc/src/dm/partitioner/interface/ |
| H A D | partitioner.c | 355 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d]Nv: %" PetscInt_FMT "\n", rank, numVerti… in PetscPartitionerPartition() 360 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] ", rank)); in PetscPartitionerPartition() 361 …for (i = s; i < e; ++i) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "%" PetscInt_FMT " ",… in PetscPartitionerPartition() 362 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%" PetscInt_FMT "-%" PetscInt_FMT ")\n", s,… in PetscPartitionerPartition()
|
| /petsc/src/sys/classes/viewer/utils/ |
| H A D | btview.c | 10 …for (PetscCount i = 0; i < m; ++i) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "%" PetscC… in PetscBTView()
|
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 491 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "%s_%d = [...\n", name, rank)); in ISView_General() 492 …for (PetscInt i = 0; i < n; i++) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "%" PetscInt… in ISView_General() 493 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "];\n")); in ISView_General() 498 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] Number of indices in set %" PetscInt_FM… in ISView_General() 499 …for (PetscInt i = 0; i < n; i++) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] %" Pet… in ISView_General() 506 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "%s = [...\n", name)); in ISView_General() 507 …for (PetscInt i = 0; i < n; i++) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "%" PetscInt… in ISView_General() 508 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "];\n")); in ISView_General() 513 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Number of indices in set %" PetscInt_FMT "\n… in ISView_General() 514 …for (PetscInt i = 0; i < n; i++) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "%" PetscInt… in ISView_General()
|
| /petsc/src/sys/logging/handler/impls/default/ |
| H A D | logdefault.c | 1030 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "LocalTimes[%d] = %g\n", rank, locTotalTime)); in PetscLogHandlerView_Default_Detailed() 1031 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "LocalMessages[%d] = %g\n", rank, petsc_irecv… in PetscLogHandlerView_Default_Detailed() 1032 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "LocalMessageLens[%d] = %g\n", rank, petsc_ir… in PetscLogHandlerView_Default_Detailed() 1033 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "LocalReductions[%d] = %g\n", rank, numRed)); in PetscLogHandlerView_Default_Detailed() 1034 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "LocalFlop[%d] = %g\n", rank, petsc_TotalFlop… in PetscLogHandlerView_Default_Detailed() 1039 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "LocalObjects[%d] = %" PetscInt_FMT "\n", ran… in PetscLogHandlerView_Default_Detailed() 1041 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "LocalMemory[%d] = %g\n", rank, maxMem)); in PetscLogHandlerView_Default_Detailed() 1055 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Stages[\"%s\"][\"summary\"][%d] = {\"time\" … in PetscLogHandlerView_Default_Detailed() 1070 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Stages[\"%s\"][\"%s\"][%d] = {\"count\" : %d… in PetscLogHandlerView_Default_Detailed() 1073 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, ", \"dof\" : [")); in PetscLogHandlerView_Default_Detailed() [all …]
|
| /petsc/src/mat/graphops/coarsen/impls/mis/ |
| H A D | mis.c | 290 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " [%d] MIS aggregator\n", rank)); in MatCoarsenView_MIS() 295 …if ((pos2 = pos)) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "selected %" PetscInt_FMT "… in MatCoarsenView_MIS() 300 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %" PetscInt_FMT " ", gid1)); in MatCoarsenView_MIS() 302 if (pos2) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "\n")); in MatCoarsenView_MIS()
|
| /petsc/src/sys/utils/ |
| H A D | memc.c | 89 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "MPI rank %d Process id: %d coreid %d\n", ran… in PetscProcessPlacementView()
|
| /petsc/src/sys/classes/viewer/impls/ascii/ftn-custom/ |
| H A D | zfilevf.c | 54 *ierr = PetscViewerASCIISynchronizedPrintf(v, "%s", tmp); in petscviewerasciisynchronizedprintf_()
|
| /petsc/src/sys/ftn-mod/ |
| H A D | petscviewer.h90 | 28 subroutine PetscViewerASCIISynchronizedPrintf(viewer, msg, ierr) 50 !DEC$ ATTRIBUTES DLLEXPORT::PetscViewerASCIISynchronizedPrintf
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 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() [all …]
|
| /petsc/src/mat/graphops/coarsen/impls/misk/ |
| H A D | misk.c | 24 …if ((pos2 = pos)) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "selected local %" PetscInt… in PetscCoarsenDataView_private() 29 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %" PetscInt_FMT " ", gid1)); in PetscCoarsenDataView_private() 31 if (pos2) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "\n")); in PetscCoarsenDataView_private() 387 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " [%d] MISK aggregator\n", rank)); in MatCoarsenView_MISK()
|
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex18.c | 112 if (rank == 0) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "rank #leaves #roots\n")); in PetscSFViewCustom() 113 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%2d] %7" PetscInt_FMT " %6" PetscInt_FMT "\… in PetscSFViewCustom() 115 …if (rank == 0) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "leaves roots roots… in PetscSFViewCustom() 117 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "(%2d, %2d) <- (%2d, %2" PetscInt_FMT ") = %… in PetscSFViewCustom()
|
| /petsc/src/sys/tests/ |
| H A D | ex37.c | 61 …PetscCall(PetscViewerASCIISynchronizedPrintf(PETSC_VIEWER_STDOUT_WORLD, "Greetings %s", superlongs… in main()
|
| /petsc/src/vec/is/is/impls/stride/ |
| H A D | stride.c | 203 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "%s_%d = [%" PetscInt_FMT " : %" PetscInt_FMT… in ISView_Stride() 205 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] Number of indices in (stride) set %" Pe… in ISView_Stride() 206 …for (i = 0; i < n; i++) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] %" PetscInt_FMT… in ISView_Stride()
|
| /petsc/src/vec/is/is/impls/block/ |
| H A D | block.c | 161 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Block size %" PetscInt_FMT "\n", bs)); in ISView_Block() 162 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Number of block indices in set %" PetscInt_F… in ISView_Block() 163 … PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "The first indices of each block are\n")); in ISView_Block() 164 …for (i = 0; i < n; i++) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Block %" PetscInt_FM… in ISView_Block()
|
| /petsc/src/vec/vec/interface/ |
| H A D | vector.c | 1925 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d]Vector Block stash size %" PetscInt_FMT … in VecStashView() 1927 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] Element %" PetscInt_FMT " ", rank, s->i… in VecStashView() 1931 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "(%18.16e %18.16e) ", (double)PetscRealPart(v… in VecStashView() 1933 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "%18.16e ", (double)val)); in VecStashView() 1936 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "\n")); in VecStashView() 1943 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d]Vector stash size %" PetscInt_FMT "\n", … in VecStashView() 1947 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] Element %" PetscInt_FMT " (%18.16e %18.… in VecStashView() 1949 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] Element %" PetscInt_FMT " %18.16e\n", r… in VecStashView()
|
| /petsc/src/dm/impls/stag/ |
| H A D | stag.c | 855 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] Local elements : %" PetscInt_FMT " (%" … in DMView_Stag() 858 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] Rank coordinates (%d,%d)\n", rank, stag… in DMView_Stag() 859 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] Local elements : %" PetscInt_FMT " x %"… in DMView_Stag() 862 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] Rank coordinates (%d,%d,%d)\n", rank, s… in DMView_Stag() 863 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] Local elements : %" PetscInt_FMT " x %"… in DMView_Stag() 869 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] Local native entries: %" PetscInt_FMT "… in DMView_Stag() 870 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] Local entries total : %" PetscInt_FMT "… in DMView_Stag()
|