| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex9.c | 6 PetscBool report; /* Print a quality report */ member 13 options->report = PETSC_FALSE; in ProcessOptions() 18 …Bool("-report", "Output a mesh quality report", "ex9.c", options->report, &options->report, NULL)); in ProcessOptions() 47 PetscCall(DMPlexCheckCellShape(dm, ctx.report, ctx.condLimit)); in main()
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | abicheck.py | 105 report = 'report.html' 107 report = 'report.xml' 108 reportfile = os.path.join(abi_dir, report)
|
| H A D | gcov.py | 362 reports = [report for report in reports_path.iterdir() if report.name.endswith('.json')] 377 for report in reports: 378 command.extend(['--add-tracefile', report])
|
| /petsc/config/BuildSystem/config/ |
| H A D | base.py | 475 def report(command, status, output, error): function 487 …(out, err, ret) = Configure.executeShellCommand(command, checkCommand = report, timeout = timeout,… 531 def report(command, status, output, error): function 544 (out, err, ret) = Configure.executeShellCommand(command, checkCommand = report, log = self.log) 613 def report(command, status, output, error): function 618 (out, err, ret) = Configure.executeShellCommand(cmd, checkCommand = report, log = self.log)
|
| /petsc/src/sys/classes/draw/impls/x/ |
| H A D | xops.c | 445 XEvent report; in PetscDrawGetMouseButton_X() local 467 while (XCheckTypedEvent(win->disp, ButtonPress, &report)); in PetscDrawGetMouseButton_X() 468 XMaskEvent(win->disp, ButtonReleaseMask, &report); in PetscDrawGetMouseButton_X() 470 …XQueryPointer(win->disp, report.xmotion.window, &root, &child, &root_x, &root_y, &px, &py, &keys_b… in PetscDrawGetMouseButton_X() 479 switch (report.xbutton.button) { in PetscDrawGetMouseButton_X() 496 if (report.xbutton.state & ShiftMask) { in PetscDrawGetMouseButton_X() 497 switch (report.xbutton.button) { in PetscDrawGetMouseButton_X()
|
| /petsc/doc/developers/ |
| H A D | communication.md | 38 - Thank the person for their patience if it is more than six hours since the report came in.
|
| H A D | testing.md | 134 test harness but report only TODO per the TAP standard. Optionally
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | README.md | 60 4. Compare ABI dumps to create report:
|
| H A D | INSTALL | 108 Compare ABI dumps to create report:
|
| /petsc/ |
| H A D | .gitignore | 191 *gcovr-report.json
|
| H A D | makefile | 499 output_file_base_name=${PETSC_ARCH}-gcovr-report.json;\
|
| H A D | gmakefile.test | 142 # See also an older bug report related to visibility, https://gcc.gnu.org/bugzilla/show_bug.cgi?id=… 408 showreport = "-s" # Only show full report when all tests are run
|
| /petsc/doc/developers/contributing/ |
| H A D | pipelines.md | 127 Please report all "odd" errors in the testing that don’t seem related
|
| /petsc/doc/community/ |
| H A D | mailing.md | 28 Before sending a bug report, please consult the {ref}`FAQ <doc_config_faq>` to determine
|
| /petsc/doc/changes/ |
| H A D | 324.md | 122 - Change `SNESTestJacobian()` to report the norms
|
| /petsc/doc/manual/ |
| H A D | profiling.md | 701 example, a report from a compute node can be analyzed on your local 703 Nsight Systems that generated the report.
|
| H A D | streams.md | 68 - --report-bindings
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 210 (efficiency/use-in-turbo-report? #f) 255 (perforated/report? #f) 740 (monitor/report-definitions ()) 762 (report/energy-flux/include-viscous-work? #t) 763 (report/cell-value? #f) 764 (report/forces/print-vec? #t) 1848 (vof-to-dpm/report-sig-fig 8) 1867 (dpm/erosion/is-deform-report-setup? #f) 2463 (dpm/current-report-variables ("Particle X Position" "Particle Y Position" "Particle Z Position" "P… 2465 (dpm/report-sig-fig 5) [all …]
|
| /petsc/doc/install/ |
| H A D | install.md | 30 your recommendations to <mailto:petsc-maint@mcs.anl.gov>. See bug report {ref}`documentation
|
| /petsc/doc/faq/ |
| H A D | index.md | 81 $ mpiexec -n 4 --map-by socket --bind-to socket --report-bindings 393 make sure to complain to the compiler vendor and file a bug report**. For example, if the
|
| /petsc/doc/community/meetings/2023/ |
| H A D | index.md | 774 We report the development of XGCm, a new distributed unstructured mesh
|
| /petsc/doc/ |
| H A D | petsc.bib | 4994 note = {Also Los Alamos National Laboratory report: LA-UR-04-1826}, 8359 note = {A continually updated technical report. \url{http://fenicsproject.org}}, 12700 @Misc{ gnep:report, 12713 @Misc{ fusion:report, 12721 @Misc{ hecrtf:report, 13683 note = {http://www.mcs.anl.gov/mpi/mpi-report/mpi-report.html}, 15673 @Misc{ post-fsp-report, 17256 abstract = {We report on an efficient adaptive N-body method which we have recently designed 37880 type = {technical report}, 38770 type = {report}, [all …]
|