| /petsc/src/binding/petsc4py/ |
| H A D | makefile | 70 . petsc4py-lint-env/bin/activate && python -m pip install -r conf/requirements-lint.txt 71 . petsc4py-lint-env/bin/activate && ${MAKE} cython-lint 72 . petsc4py-lint-env/bin/activate && ${MAKE} ruff-lint 77 . petsc4py-docs-env/bin/activate && python -m pip install -r conf/requirements-docs.txt 78 . petsc4py-docs-env/bin/activate && CFLAGS=-O0 python -m pip install . 79 . petsc4py-docs-env/bin/activate && ${MAKE} sphinx-html SPHINXOPTS=-Wj1 94 . petsc4py-stubtest-env/bin/activate && python -m pip install -r conf/requirements-stubtest.txt 95 . petsc4py-stubtest-env/bin/activate && ${MAKE} stubgen 96 . petsc4py-stubtest-env/bin/activate && ${MAKE} stubcheck 97 . petsc4py-stubtest-env/bin/activate && ${MAKE} stubdiff
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Log.pyx | 341 def activate(self) -> None: member in LogStage 342 """Activate the stage. 380 """Activate or deactivate the current stage. 394 """Whether the stage is activate.""" 493 def activate(self) -> None: member in LogClass 494 """Activate the log class.""" 507 """Activate or deactivate the log class.""" 614 def activate(self) -> None: member in LogEvent 651 Activate or deactivate the event. 684 Activate (if `True`) or deactivate (if `False`) the logging of all events.
|
| H A D | DMSwarm.pyx | 974 """Activate a cell DM in the `DMSwarm`. 981 The name of the cell DM to activate
|
| /petsc/doc/ |
| H A D | makefile | 26 …cd .. ; ${RM} -rf petsc-doc-env; python3 -m venv petsc-doc-env ; source petsc-doc-env/bin/activate… 39 …ETSC_DOC=doc ; fi; python3 -m venv petsc-doc-env ; . petsc-doc-env/bin/activate ; python3 -m pip … 42 …ETSC_DOC=doc ; fi; python3 -m venv petsc-doc-env ; . petsc-doc-env/bin/activate ; python3 -m pip …
|
| /petsc/doc/manual/ |
| H A D | matlab.md | 194 To activate MATLAB on head node which does not have access to the internet. [^matlabsection-footnot… 207 Then, select Install and Activate option and select the Activate to Retrieve License File option. 223 Select the Activate manually without the internet option and click Next >. 234 …note]: <https://www.mathworks.com/matlabcentral/answers/259627-how-do-i-activate-matlab-or-other-m…
|
| /petsc/src/mat/tutorials/ |
| H A D | ex7.c | 105 Activate PetscInfo() on a per-class basis in main() 118 Activate PetscInfo() by specifying specific classnames to activate in main() 135 Activate PetscInfo() with an inverted filter selection. in main()
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_log.py | 53 event.activate() 63 klass.activate()
|
| /petsc/config/PETSc/options/ |
| H A D | libraryOptions.py | 17 …help.addArgument('PETSc', '-with-log=<bool>', nargs.ArgBool(None, 1, 'Activate loggin… 19 …help.addArgument('PETSc', '-with-info=<bool>', nargs.ArgBool(None, 1, 'Activate PetscI…
|
| /petsc/include/ |
| H A D | petscdmpatch.h | 37 * Need a way to activate a patch
|
| /petsc/src/ksp/pc/impls/factor/cholesky/ |
| H A D | cholesky.c | 266 . -pc_factor_reuse_ordering - Activate `PCFactorSetReuseOrdering()` 285 + -pc_factor_reuse_ordering - Activate `PCFactorSetReuseOrdering()`
|
| /petsc/src/sys/tutorials/ |
| H A D | ex3f.F90 | 95 ! - Note that the user can activate/deactivate both user-defined
|
| /petsc/src/mat/graphops/partition/impls/party/ |
| H A D | party.c | 272 MatPartitioningPartySetMatchOptimization - Activate matching optimization for 307 …MatPartitioningPartySetBipart - Activate or deactivate recursive bisection in the Party partitioner
|
| /petsc/src/sys/error/ |
| H A D | fp.c | 520 …FE_OVERFLOW | FE_UNDERFLOW) != -1,PETSC_COMM_SELF,PETSC_ERR_LIB,"Cannot activate floating point ex… 522 …E_INVALID | FE_OVERFLOW) != -1, PETSC_COMM_SELF, PETSC_ERR_LIB, "Cannot activate floating point ex… 531 …/* C99 does not provide a way to modify the environment so there is no portable way to activate tr…
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | Matlab.py | 15 …help.addArgument('MATLAB', '-with-matlab=<bool>', nargs.ArgBool(None, 0, 'Activate MATLAB …
|
| /petsc/src/snes/tutorials/ |
| H A D | ex3.c | 5 -pre_check_iterates : activate checking of iterates\n\ 6 -post_check_iterates : activate checking of iterates\n\ 8 -user_precond : activate a (trivial) user-defined preconditioner\n\n";
|
| /petsc/doc/changes/ |
| H A D | 313.md | 271 - Change PetscInfoAllow() to only activate/deactivate
|
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | rosenbrock1f.F90 | 223 ! can alternatively be used to activate this at runtime.
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | builddist | 97 source $VENV/bin/activate
|
| /petsc/src/sys/info/ |
| H A D | verboseinfo.c | 266 + classname - Name of the class to activate/deactivate `PetscInfo()` for 504 One can pass 0 to activate all messages that are not associated with an object.
|
| /petsc/src/sys/classes/bm/interfaces/ |
| H A D | bm.c | 230 - optionname - option to activate viewing
|
| /petsc/src/ksp/pc/impls/factor/lu/ |
| H A D | lu.c | 226 + -pc_factor_reuse_ordering - Activate `PCFactorSetReuseOrdering()`
|
| /petsc/src/dm/partitioner/impls/parmetis/ |
| H A D | partparmetis.c | 172 … It would be nice to activate the two options below, but they would need some actual testing. in PetscPartitionerPartition_ParMetis()
|
| /petsc/src/snes/interface/ |
| H A D | snesut.c | 554 . -snes_monitor_ratio - activate this monitor 651 . -snes_monitor_field - activate this monitor
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex15.c | 4 -user_defined_pc : Activate a user-defined preconditioner\n\n";
|
| H A D | ex15f.F90 | 4 ! -user_defined_pc : Activate a user-defined preconditioner
|