Lines Matching refs:Add
5 % * Use imperative, e.g., Add, Improve, Change, etc.
19 - Add the option `--with-devicelanguage` to compile `PetscDevice` code using either a C or C++ comp…
20 - Add `Caliper`, an instrumentation and performance profiling library that can be used to profile `…
21 - Add typing stubs for the Python extension module `petsc4py.PETSc`.
27 - Add `PetscCallHYPRE()` to check HYPRE error codes and print error messages on failure
28 - Add `PetscBTCountSet()` to count set bits in `PetscBT`
29 - Add the option `-hypre_umpire_device_pool_size <n>` to set the Umpire device memory pool size (in…
35 - Add two approaches for GPU energy monitoring: `-log_view_gpu_energy` and `-log_view_gpu_energy_m…
36 - Add API `PetscLogGpuEnergy()`, `PetscLogGpuEnergyMeter()`, `PetscLogGpuEnergyMeterBegin()` and `P…
64 - Add `PetscSectionMigrateData()`, akin to `DMPlexDistributeData()`
83 - Add multi-precision support for MUMPS. One could use `-pc_precision <single, double>` to set the …
84 - Add support for MUMPS out-of-core facility with the option `-mat_mumps_ooc_tmpdir <dir>` and new …
98 - Add `SNESSetObjectiveDomainError()`
100 - Add `SNES_DIVERGED_OBJECTIVE_NANORINF`
101 - Add `SNES_DIVERGED_OBJECTIVE_DOMAIN`
102 - Add developer functions `SNESCheckFunctionDomainError()`, `SNESLineSearchCheckFunctionDomainError…
110 - Add `TSPseudoComputeFunction()` to get nonlinear residual while avoiding recalculation if possible
127 - Add `DMLabelGetValueISGlobal()` to get globally consistent `IS` of values in a `DMLabel`
135 - Add `DMPlexVecGetClosureAtDepth()`
136 - Add an extra communicator argument to `DMPlexFilter()` to allow extracting local meshes
137 - Add `DMPlexGetLETKFLocalizationMatrix` to compute localization weight matrix for LETKF
156 - Add `PETSC_INT_KIND` and `PETSC_MPIINT_KIND`