Home
last modified time | relevance | path

Searched refs:PetscBools (Results 1 – 25 of 29) sorted by relevance

12

/petsc/src/vec/vec/tests/
H A Dex48.c151 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 Dex56.c14 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "PETSc has %s? %s\n", pkg, PetscBools[has])); in main()
/petsc/src/dm/impls/plex/tutorials/
H A Dex5.c103 PetscCall(PetscPrintf(comm, "Loaded mesh distributed? %s\n", PetscBools[flg])); in main()
H A Dex15.c189 PetscCall(PetscPrintf(comm, "Loaded mesh distributed? %s\n", PetscBools[flg])); in main()
/petsc/src/vec/is/utils/hdf5/
H A Dhdf5io.c29 …with timesteps? %s Timestepping pushed? %s", group, name, PetscBools[timestepping], PetscBools[hdf… in PetscViewerHDF5CheckTimestepping_Internal()
/petsc/include/
H A Dpetscsystypes.h465 PETSC_EXTERN const char *const PetscBools[]; variable
/petsc/src/sys/classes/viewer/impls/hdf5/
H A Dhdf5v.c94 …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 Dsuperlu_dist.c827 …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 Ddevice.cxx521 … ", view %s, init type %s\n", PetscDeviceTypes[type], defaultDeviceId, PetscBools[defaultView], Pe… in PetscDeviceInitializeTypeFromOptions_Private()
/petsc/src/sys/objects/
H A Daoptions.c984 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 Dpinit.c65 const char *const PetscBools[] = {"FALSE", "TRUE", "PetscBool", "PETSC_", NULL}; variable
/petsc/src/sys/classes/bag/
H A Dbag.c506 …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 Dex103.c384 PetscCall(PetscPrintf(comm, "Loaded mesh distributed? %s\n", PetscBools[flg])); in main()
H A Dex18.c655 PetscCall(PetscViewerASCIIPrintf(v, "DMPlexIsDistributed: %s\n", PetscBools[distributed])); in CustomView()
/petsc/src/snes/impls/ngmres/
H A Dsnesngmres.c120 …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 Dpipegcr.c345 … PetscCall(PetscViewerASCIIPrintf(viewer, " w unrolling = %s \n", PetscBools[pipegcr->unroll_w])); in KSPView_PIPEGCR()
/petsc/src/dm/impls/plex/
H A Dplexorient.c582 …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 Dagmres.c535 …PetscCall(PetscViewerASCIIPrintf(viewer, " Adaptive strategy is used: %s\n", PetscBools[agmres->fo… in KSPView_AGMRES()
/petsc/src/mat/impls/htool/
H A Dhtool.cxx332 …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 Dbddcgraph.c90 …nizedPrintf(viewer, "Topological two dim? %s (set %s)\n", PetscBools[graph->twodim], PetscBools[gr… in PCBDDCGraphASCIIView()
/petsc/src/ksp/ksp/impls/hpddm/
H A Dhpddm.cxx122 …PetscCall(PetscViewerASCIIPrintf(viewer, "deflation subspace attached? %s\n", PetscBools[array ? P… in KSPView_HPDDM()
/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex2.c450 …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 Dbinv.c287 …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 Ddgmres.c466 …PetscCall(PetscViewerASCIIPrintf(viewer, " Adaptive strategy is used: %s\n", PetscBools[dgmres-… in KSPView_DGMRES()
/petsc/include/petsc/private/
H A Dveccupmimpl.h118 …PetscCall(PetscPrintf(comm, "dptr is device mem? %s\n", PetscBools[static_cast<PetscBool>(PetscMe…

12