Searched refs:runtime (Results 1 – 25 of 32) sorted by relevance
12
| /petsc/src/sys/classes/viewer/impls/mathematica/ |
| H A D | makefile | 12 runtime: runtime.o target 16 run: runtime 17 ./runtime
|
| /petsc/src/sys/tests/output/ |
| H A D | ex68_1.out | 1 External runtime initialization
|
| /petsc/doc/changes/ |
| H A D | 2015.md | 81 - Changed the names for SNES runtime options associated with 99 default at runtime with the option -pc_type jacobi 105 KSPComputeEigenvaluesExplicitly() and runtime options
|
| H A D | 320.md | 33 - Remove `PetscTellMyCell()` and related runtime option 34 - Remove `PetscTextBelt()` and related runtime option 135 …pes. This is to support those combinations that can only be inspected at runtime (i.e. MatNest wit…
|
| H A D | 35.md | 22 that support it. Use the runtime option
|
| H A D | 2017.md | 141 - Added the runtime option -trmalloc_log, which activates logging of
|
| /petsc/doc/tutorials/ |
| H A D | handson.md | 247 Compare the runtime for SNESSolve to the case with the default 263 Compare the runtime for `SNESSolve` to the 1 processor case with 279 Compare the runtime for SNESSolve to the 1 processor case with
|
| /petsc/share/petsc/saws/ |
| H A D | documentation | 61 If we tried to access these again, it would not be a runtime error. It would simply return undefine… 62 However, if we tried to do Car.color.shade when Car.color is undefined, THEN it would be a runtime …
|
| /petsc/doc/overview/ |
| H A D | nutshell.md | 67 - control of the simulation via {any}`runtime options <sec_options>`
|
| H A D | gpu_roadmap.md | 14 **runtime** options and configuration options with no changes to the API.
|
| /petsc/doc/manual/ |
| H A D | versionchecking.md | 66 gives access to the version at runtime.
|
| H A D | dmcommonality.md | 57 …point` value, since each `point` can have any number of values which is determined at runtime based 93 with complex multidimensional jagged arrays. Both in constructing such arrays at runtime, that is s…
|
| H A D | other.md | 22 Allowing the user to modify parameters and options easily at runtime is 26 runtime, e.g., 32 Note that all runtime options correspond to particular PETSc routines 35 compile-time and runtime choices. For example, when solving a linear 43 One could then override this choice at runtime with the option 52 The remainder of this section discusses details of runtime options. 210 One useful means of keeping track of user-specified runtime options is 212 `PetscFinalize()` a table of all runtime options that the user has 470 running process if an error is detected. At runtime, these error 521 option `-fp_trap` turns on the floating-point trap at runtime, and the
|
| H A D | performance.md | 473 PETSc routines automatically log performance data if certain runtime 559 - The option `-malloc_debug` turns on PETSc's extensive runtime error checking of memory for corrup… 564 …in your shell startup file to automatically enable runtime check memory for developing code but not 640 runtime commands. 659 and preconditioners at runtime via the options: 665 One can also specify a variety of runtime customizations for the
|
| H A D | regressor.md | 86 runtime selection of the type of regression algorithm and setting various
|
| H A D | getting_started.md | 178 for runtime customization. The final argument, `help`, is an optional 366 where the matrix format can be specified at runtime via the options 418 customize the linear solution method at runtime using the options 907 …PETSc objects to be runtime configurable, PETSc objects provide a universal way of selecting types… 1027 variant allows the user to delay until runtime the decision of what viewer and format to use to vie…
|
| H A D | streams.md | 82 …ange the default OpenMP binding/mapping behavior and thus seriously affect the application runtime. 243 …r the matrix-vector products. These are displayed in Fig. {any}`fig_gamg`. The runtime options were
|
| H A D | snes.md | 30 that the user can at runtime change any facet of the solution process. 103 that at runtime the user can select a particular nonlinear solver, set 885 One can cancel hardwired monitoring routines for `SNES` at runtime 958 class of Krylov subspace projection methods. Note that at runtime the 1125 enable runtime switching between the user-specified Jacobian and the
|
| H A D | advanced.md | 125 use at runtime with the command line option
|
| H A D | ksp.md | 18 techniques and their associated options can be selected at runtime. 574 One can cancel hardwired monitoring routines for KSP at runtime with 1518 the runtime option `-pc_bddc_symmetric 0`. 2454 3. Use the runtime option: `-ksp_type preonly` (or equivalently `-ksp_type none`) `-pc_type <pctype… 2587 be found by specifying `-help` at runtime. 2589 As an alternative to using runtime flags to employ these external 2591 the following procedural calls are equivalent to runtime options
|
| H A D | profiling.md | 7 performance data if certain options are specified at runtime. The user 559 One can turn on or off logging for particular classes at runtime
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | overview.rst | 50 may be chosen at runtime. Those objects are managed through handles to
|
| /petsc/doc/install/ |
| H A D | download.md | 112 …what versions of PETSc it works with at configure time, compile time, or runtime of your package, …
|
| /petsc/src/binding/petsc4py/src/petsc4py/include/petsc4py/ |
| H A D | petsc4py.i | 11 %runtime %{
|
| /petsc/doc/developers/ |
| H A D | matrices.md | 63 storage format (using the PETSc runtime options
|
12