Home
last modified time | relevance | path

Searched full:activate (Results 1 – 25 of 62) sorted by relevance

123

/petsc/src/binding/petsc4py/
H A Dmakefile70 . 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 DLog.pyx341 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 DDMSwarm.pyx974 """Activate a cell DM in the `DMSwarm`.
981 The name of the cell DM to activate
/petsc/doc/
H A Dmakefile26 …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 Dmatlab.md194 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 Dex7.c105 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 Dtest_log.py53 event.activate()
63 klass.activate()
/petsc/config/PETSc/options/
H A DlibraryOptions.py17 …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 Dpetscdmpatch.h37 * Need a way to activate a patch
/petsc/src/ksp/pc/impls/factor/cholesky/
H A Dcholesky.c266 . -pc_factor_reuse_ordering - Activate `PCFactorSetReuseOrdering()`
285 + -pc_factor_reuse_ordering - Activate `PCFactorSetReuseOrdering()`
/petsc/src/sys/tutorials/
H A Dex3f.F9095 ! - Note that the user can activate/deactivate both user-defined
/petsc/src/mat/graphops/partition/impls/party/
H A Dparty.c272 MatPartitioningPartySetMatchOptimization - Activate matching optimization for
307 …MatPartitioningPartySetBipart - Activate or deactivate recursive bisection in the Party partitioner
/petsc/src/sys/error/
H A Dfp.c520 …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 DMatlab.py15 …help.addArgument('MATLAB', '-with-matlab=<bool>', nargs.ArgBool(None, 0, 'Activate MATLAB …
/petsc/src/snes/tutorials/
H A Dex3.c5 -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 D313.md271 - Change PetscInfoAllow() to only activate/deactivate
/petsc/src/tao/unconstrained/tutorials/
H A Drosenbrock1f.F90223 ! can alternatively be used to activate this at runtime.
/petsc/lib/petsc/bin/maint/
H A Dbuilddist97 source $VENV/bin/activate
/petsc/src/sys/info/
H A Dverboseinfo.c266 + 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 Dbm.c230 - optionname - option to activate viewing
/petsc/src/ksp/pc/impls/factor/lu/
H A Dlu.c226 + -pc_factor_reuse_ordering - Activate `PCFactorSetReuseOrdering()`
/petsc/src/dm/partitioner/impls/parmetis/
H A Dpartparmetis.c172 … 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 Dsnesut.c554 . -snes_monitor_ratio - activate this monitor
651 . -snes_monitor_field - activate this monitor
/petsc/src/ksp/ksp/tutorials/
H A Dex15.c4 -user_defined_pc : Activate a user-defined preconditioner\n\n";
H A Dex15f.F904 ! -user_defined_pc : Activate a user-defined preconditioner

123