| /petsc/src/vec/vec/tests/ |
| H A D | ex48.c | 151 PetscCall(PetscPrintf(PETSC_COMM_SELF, "%s", PetscBools[*(PetscBool *)ptr0])); in compare() 153 …PetscCall(PetscPrintf(PETSC_COMM_SELF, "%s != %s\n", PetscBools[*(PetscBool *)ptr0], PetscBools[*(… in compare() 297 …tribute %s/%s should exist? %s Exists? %s", parent, attribute, PetscBools[flg], PetscBools[hasAttr… in CapsuleReadAndCompareAttributes() 368 … should exist? %s\n", paths[p], flg ? "pop" : "push", apaths[paths2apaths[p]], PetscBools[flg2])); in testGroupsDatasets() 411 …, "%-32s => %4s => %-32s exists? %s\n", paths[p], flg ? "pop" : "push", group, PetscBools[flg1])); in testGroupsDatasets() 415 …IB, "Group %s should exist? %s Exists in %s? %s", group, PetscBools[flg2], filename, PetscBools[fl… in testGroupsDatasets() 432 if (verbose) PetscCall(PetscPrintf(comm, "Has %s group? %s\n", group, PetscBools[flg])); in testGroupsDatasets() 442 if (verbose) PetscCall(PetscPrintf(comm, " %s dataset? %s", fullname, PetscBools[flg2])); in testGroupsDatasets() 443 …Dataset %s should exist? %s Exists in %s? %s", fullname, PetscBools[flg1], filename, PetscBools[fl… in testGroupsDatasets() 556 PetscCall(PetscPrintf(comm, "Has %s/%s? %s\n", prefix, buf, PetscBools[flg])); in testAttributesAbsolutePath() [all …]
|
| /petsc/src/sys/tests/ |
| H A D | ex56.c | 14 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "PETSc has %s? %s\n", pkg, PetscBools[has])); in main()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex5.c | 103 PetscCall(PetscPrintf(comm, "Loaded mesh distributed? %s\n", PetscBools[flg])); in main()
|
| H A D | ex15.c | 189 PetscCall(PetscPrintf(comm, "Loaded mesh distributed? %s\n", PetscBools[flg])); in main()
|
| /petsc/src/vec/is/utils/hdf5/ |
| H A D | hdf5io.c | 29 …with timesteps? %s Timestepping pushed? %s", group, name, PetscBools[timestepping], PetscBools[hdf… in PetscViewerHDF5CheckTimestepping_Internal()
|
| /petsc/include/ |
| H A D | petscsystypes.h | 465 PETSC_EXTERN const char *const PetscBools[]; variable
|
| /petsc/src/sys/classes/viewer/impls/hdf5/ |
| H A D | hdf5v.c | 94 …IPrintf(viewer, "Vectors with blocksize 1 saved as 2D datasets: %s\n", PetscBools[hdf5->basedimens… in PetscViewerView_HDF5() 95 …PetscCall(PetscViewerASCIIPrintf(viewer, "Enforce single precision storage: %s\n", PetscBools[hdf5… in PetscViewerView_HDF5() 98 …PetscCall(PetscViewerASCIIPrintf(viewer, "Default timestepping: %s\n", PetscBools[hdf5->defTimeste… in PetscViewerView_HDF5() 99 PetscCall(PetscViewerASCIIPrintf(viewer, "Compression: %s\n", PetscBools[hdf5->compress])); in PetscViewerView_HDF5()
|
| /petsc/src/mat/impls/aij/mpi/superlu_dist/ |
| H A D | superlu_dist.c | 827 …PetscCall(PetscViewerASCIIPrintf(viewer, " Equilibrate matrix %s \n", PetscBools[options.Equil !=… in MatView_Info_SuperLU_DIST() 828 …PetscCall(PetscViewerASCIIPrintf(viewer, " Replace tiny pivots %s \n", PetscBools[options.Replace… in MatView_Info_SuperLU_DIST() 829 …PetscCall(PetscViewerASCIIPrintf(viewer, " Use iterative refinement %s \n", PetscBools[options.It… in MatView_Info_SuperLU_DIST() 870 …PetscCall(PetscViewerASCIIPrintf(viewer, " Parallel symbolic factorization %s \n", PetscBools[opt… in MatView_Info_SuperLU_DIST()
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | device.cxx | 521 … ", view %s, init type %s\n", PetscDeviceTypes[type], defaultDeviceId, PetscBools[defaultView], Pe… in PetscDeviceInitializeTypeFromOptions_Private()
|
| /petsc/src/sys/objects/ |
| H A D | aoptions.c | 984 const char *curvalue = PetscBools[currentvalue]; in PetscOptionsBool_Private() 986 …%s: <now %s : formerly %s> %s (%s)\n", Prefix(prefix), opt + 1, iset ? PetscBools[*flg] : curvalue… in PetscOptionsBool_Private() 1005 …%s: <now %s : formerly %s> %s (%s)\n", Prefix(prefix), opt + 1, iset ? PetscBools[*flg] : curvalue… in PetscOptionsBool3_Private()
|
| H A D | pinit.c | 65 const char *const PetscBools[] = {"FALSE", "TRUE", "PetscBool", "PETSC_", NULL}; variable
|
| /petsc/src/sys/classes/bag/ |
| H A D | bag.c | 506 …mm, " -%s%s <%s>: %s \n", bag->bagprefix ? bag->bagprefix : "", name, PetscBools[mdefault], help)… in PetscBagRegisterBool() 701 PetscCall(PetscViewerASCIIPrintf(view, " %s", PetscBools[value[i]])); in PetscBagView()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex103.c | 384 PetscCall(PetscPrintf(comm, "Loaded mesh distributed? %s\n", PetscBools[flg])); in main()
|
| H A D | ex18.c | 655 PetscCall(PetscViewerASCIIPrintf(v, "DMPlexIsDistributed: %s\n", PetscBools[distributed])); in CustomView()
|
| /petsc/src/snes/impls/ngmres/ |
| H A D | snesngmres.c | 120 …cViewerASCIIPrintf(viewer, " Restart on F_M residual increase: %s\n", PetscBools[ngmres->restart_… in SNESView_NGMRES()
|
| /petsc/src/ksp/ksp/impls/gcr/pipegcr/ |
| H A D | pipegcr.c | 345 … PetscCall(PetscViewerASCIIPrintf(viewer, " w unrolling = %s \n", PetscBools[pipegcr->unroll_w])); in KSPView_PIPEGCR()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexorient.c | 582 …PetscInt_FMT ", %" PetscInt_FMT ") (%s):\n", adj[off].rank, adj[off].index, PetscBools[val[off]])); in DMPlexOrient() 960 …PetscInt_FMT ", %" PetscInt_FMT ") (%s):\n", adj[off].rank, adj[off].index, PetscBools[val[off]])); in DMPlexOrientCells_Internal()
|
| /petsc/src/ksp/ksp/impls/gmres/agmres/ |
| H A D | agmres.c | 535 …PetscCall(PetscViewerASCIIPrintf(viewer, " Adaptive strategy is used: %s\n", PetscBools[agmres->fo… in KSPView_AGMRES()
|
| /petsc/src/mat/impls/htool/ |
| H A D | htool.cxx | 332 …PetscCall(PetscViewerASCIIPrintf(pv, "block tree consistency: %s\n", PetscBools[a->distributed_ope… in MatView_Htool() 333 PetscCall(PetscViewerASCIIPrintf(pv, "recompression: %s\n", PetscBools[a->recompression])); in MatView_Htool()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcgraph.c | 90 …nizedPrintf(viewer, "Topological two dim? %s (set %s)\n", PetscBools[graph->twodim], PetscBools[gr… in PCBDDCGraphASCIIView()
|
| /petsc/src/ksp/ksp/impls/hpddm/ |
| H A D | hpddm.cxx | 122 …PetscCall(PetscViewerASCIIPrintf(viewer, "deflation subspace attached? %s\n", PetscBools[array ? P… in KSPView_HPDDM()
|
| /petsc/src/ts/utils/dmplexlandau/tutorials/ |
| H A D | ex2.c | 450 …ETSC_COMM_WORLD, " ERROR rectx->plotting=%s step %" PetscInt_FMT "\n", PetscBools[rectx->plotting]… in Monitor()
|
| /petsc/src/sys/classes/viewer/impls/binary/ |
| H A D | binv.c | 287 …m((PetscObject)viewer), PETSC_ERR_ORDER, "Cannot change MPIIO to %s after setup", PetscBools[use]); in PetscViewerBinarySetUseMPIIO_Binary()
|
| /petsc/src/ksp/ksp/impls/gmres/dgmres/ |
| H A D | dgmres.c | 466 …PetscCall(PetscViewerASCIIPrintf(viewer, " Adaptive strategy is used: %s\n", PetscBools[dgmres-… in KSPView_DGMRES()
|
| /petsc/include/petsc/private/ |
| H A D | veccupmimpl.h | 118 …PetscCall(PetscPrintf(comm, "dptr is device mem? %s\n", PetscBools[static_cast<PetscBool>(PetscMe…
|