| /petsc/src/mat/tests/output/ |
| H A D | ex140_1.out | 1 Testing with -enable mult 58 Testing with -enable multAdd 115 Testing with -enable multTranspose 172 Testing with -enable multTransposeAdd 229 Testing with -enable solve 286 Testing with -enable solveAdd 343 Testing with -enable solveTranspose 400 Testing with -enable solveTransposeAdd 457 Testing with -enable SOR 514 Testing with -enable getDiagonal [all …]
|
| /petsc/doc/overview/ |
| H A D | gpu_roadmap.md | 10 See FAQ {ref}`topic <doc_faq_gpuhowto>` which shows how to enable GPU backends. 62 Basic linear algebra GPU implementations enable many solvers, including `GAMG` and
|
| /petsc/doc/changes/ |
| H A D | 2016.md | 47 MatSetLocalToGlobalMapping() to enable the user to set values in a 57 MatSetOption() to enable switching betwen sorted and unsorted 111 - Added PetscRandomSetInterval() to enable the user to set an
|
| H A D | 319.md | 20 - Add `--with-strict-petscerrorcode` configure option to enable compile-time checking for correct u… 107 … enabled by default in a future release**. Users are highly encourage to enable it and fix any dis… 123 - The VTK viewers (`.vts`, `.vtr`, and `.vtu`) now use `header_type="UInt64"` to enable writing lar… 142 … in PetscSF for MPICH MPIX_Stream (with MPICH-4.2.0 and higher). One can enable it via `-sf_use_st… 210 - Add argument to `TSMonitorSPCtxCreate()` to enable multispecies plots 233 …h()`, `DMPlexTransformGetDepthStratum()`, `DMPlexTransformGetConeSize()` to enable ephemeral meshes
|
| H A D | 2015.md | 8 machines to enable faster linking and smaller executables 30 [sun4,solaris,alpha,IRIX,IRIX64,linux] to enable faster linking
|
| H A D | 311.md | 27 - Added a PetscSF implementation of VecScatter. One can enable it
|
| H A D | 312.md | 60 - New option --download-hpddm to enable PCHPDDM and KSPHPDDM 116 CUDA-aware MPI and option -use_gpu_aware_mpi to enable it.
|
| H A D | 315.md | 242 enable some Tao algorithms to re-use iterate information from the 315 enable it under a DM
|
| H A D | 2022.md | 87 allow use of any `SLES` object as a preconditioner and enable
|
| H A D | 300.md | 187 -viewer_binary_mpiio or PetscViewerBinarySetMPIIO() to enable it.
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _diag.py | 297 def enable(self, flag: str) -> None: member in DiagnosticsManagerCls 319 self.enable(flag)
|
| /petsc/doc/manual/ |
| H A D | about_this_manual.md | 23 enable efficient software use. However, the power of the PETSc design
|
| H A D | performance.md | 107 a high-speed fabric, cf. {numref}`fig_numa`, to enable data 422 most compilers) or enable only optimizations that do not interfere with 439 usually specified via `-On`) that provide a quick way to enable 445 compiler’s auto-vectorizer; many compilers do not enable 447 enable it below `-O3` and the Intel compiler does not enable it 460 `-ffast-math` in GCC) to enable a set of these optimizations, and 564 …in your shell startup file to automatically enable runtime check memory for developing code but not
|
| H A D | getting_started.md | 34 The classes enable easy customization and extension of both algorithms 89 **Note to Python Programmers**: To program with PETSc in Python, you need to enable Python bindings 146 - `-malloc_dump` - enable memory tracing; dump list of unfreed memory 149 - `-malloc_debug` - enable memory debugging (by default, this is 249 …from the function with the error code. The macros above should be used on all PETSc calls to enable
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 137 (expr/enable-caching? #t) 169 (parameters/enable-in-tui? #f) 222 (mpm/enable-avg-option? #f) 596 (turbo-mode/enable? #f) 623 (sc/enable-new-defaults-for-transfers? #t) 626 (sc/enable-sub-stepping-option-per-coupling-step? #f) 629 (sc/enable-thermal-stabilization? #f) 630 (sc/enable-htc-dt-in-solid-cell? #f) 669 (cht/enable-solid-time-step? #f) 676 (cht/unsteady/enable-mapped-intf-tui? #f) [all …]
|
| /petsc/doc/install/ |
| H A D | download.md | 35 Tarball to enable a separate installation of petsc4py.
|
| H A D | windows.md | 277 and Intel compilers and associated tools - to enable building PETSc libraries using
|
| /petsc/doc/community/ |
| H A D | mailing.md | 129 enable access)
|
| /petsc/doc/miscellaneous/ |
| H A D | codemanagement.md | 43 - Also, `emacs` and `vim` easily enable:
|
| /petsc/src/ksp/ksp/tests/benchmarkscatters/ |
| H A D | Baseline-MPICH-8 | 23 …rch-opt-mpich/lib -Wl,-rpath -Wl,/home/bsmith/petsc/arch-opt-mpich/lib -Wl,--enable-new-dtags -lmpi
|
| H A D | Baseline-MPICH-16 | 23 …rch-opt-mpich/lib -Wl,-rpath -Wl,/home/bsmith/petsc/arch-opt-mpich/lib -Wl,--enable-new-dtags -lmpi
|
| H A D | Baseline-Intel-8 | 23 …ntel/compilers_and_libraries_2016.0.109/linux/mpi/intel64/lib -Xlinker --enable-new-dtags -Xlinker…
|
| H A D | Baseline-Intel-16 | 23 …ntel/compilers_and_libraries_2016.0.109/linux/mpi/intel64/lib -Xlinker --enable-new-dtags -Xlinker…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Sys.pyx | 405 Whether to enable info messages.
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex18.c | 1054 static PetscErrorCode DMPlexSetOrientInterface_Private(DM dm, PetscBool enable) in DMPlexSetOrientInterface_Private() argument 1072 if (!enable) { in DMPlexSetOrientInterface_Private() 1086 …PetscCheck(!set || flg == enable, PetscObjectComm((PetscObject)dm), PETSC_ERR_PLIB, "PetscOptionsS… in DMPlexSetOrientInterface_Private()
|