Lines Matching refs:Add
5 % * Use imperative, e.g., Add, Improve, Change, etc.
12 - Add perfstubs package, see {ref}`Users Manual: Profiling: Using TAU <sec_using_tau>` for more inf…
19 - Add `--with-coverage-exec` configure option to specify the coverage-collection tool to be used e.…
20 - Add `--with-strict-petscerrorcode` configure option to enable compile-time checking for correct u…
21 - Add support for C++20
22 - Add support for CUDA-12
81 1. Add `PETSC_SUCCESS` to indicate success, always guaranteed to equal `0`.
109 - Add `PetscFFlush()`
113 - Add `PETSC_REAL_MIN` for smallest normalized floating point number
115 - Add `PETSC_ATTRIBUTE_MAY_ALIAS` to inform compilers that a type is not subjected to type-based al…
128 - Add `PetscDrawSetVisible()` to set if the drawing surface (the 'window') is visible on its display
142 - Add experimental support in PetscSF for MPICH MPIX_Stream (with MPICH-4.2.0 and higher). One can …
143 - Add an alias option `-sf_use_gpu_aware_mpi` to `-use_gpu_aware_mpi`
146 - Add `PetscSFSetGraphFromCoordinates()` to construct a graph from fuzzy matching of coordinates; s…
155 - Add `VECOP_SET`
169 - Add `MatEliminateZeros()`
171 - Add `MatDenseGetArrayAndMemType()`, `MatDenseRestoreArrayAndMemType()`, `MatDenseGetArrayReadAndM…
181 - Add `PCHPDDMSetSTShareSubKSP()`
186 - Add `KSPMonitorDynamicToleranceCreate()` and `KSPMonitorDynamicToleranceSetCoefficient()`
188 - Add support for `MATAIJCUSPARSE` and `VECCUDA` to `KSPHPDDM`
191 - Add fourth kind Chebyshev polynomials; see `KSPChebyshevKind` and `KSPChebyshevSetKind()`
192 - Add `KSPSetConvergedNegativeCurvature()` to declare convergence if negative curvature is detected…
193 - Add MINRES-QLP, available via `KSPMINRESSetUseQLP()` or the command line `-ksp_minres_qlp`
195 - Add `KSPMatSolveTranspose()`
200 - Add `SNESPruneJacobianColor()` to improve the MFFD coloring
201 - Add `SNESVIGetVariableBounds()` to access variable bounds of a `SNESVI`
209 - Add `TSPruneIJacobianColor()` to improve the MFFD coloring
210 - Add argument to `TSMonitorSPCtxCreate()` to enable multispecies plots
211 - Add `TSMonitorHGCtxCreate()`, `TSMonitorHGCtxDestroy()`, `TSMonitorHGSwarmSolution()` to support …
212 - Add support for first-order adjoint calculation for `TSARKIMEX`
220 - Add `DMLabelGetType()`, `DMLabelSetType()`, `DMLabelSetUp()`, `DMLabelRegister()`, `DMLabelRegist…
221 - Add `DMLabelEphemeralGetLabel()`, `DMLabelEphemeralSetLabel()`, `DMLabelEphemeralGetTransform()`,…
227 - Add `DMSwarmGetMigrateType()` and `DMSwarmSetMigrateType()`
232 - Add `DMPlexGetOrientedCone()` and `DMPlexRestoreOrientedCone()` to return both cone and orientati…
233 - Add `DMPlexTransformGetChart()`, `DMPlexTransformGetCellType()`, `DMPlexTransformGetDepth()`, `DM…
235 - Add `DMPlexCreateEphemeral()`
239 - Add `-dm_localize_height` to localize edges and faces
240 - Add `DMPlexCreateHypercubicMesh()` to create hypercubic meshes needed for QCD
241 - Add `-dm_plex_shape zbox` option to `DMSetFromOptions()` to generated born-parallel meshes in Z-o…
242 - Add `DMPlexSetIsoperiodicFaceSF()` to wrap a non-periodic mesh into periodic while preserving the…
244 - Add `DMPlexReorderCohesiveSupports()`
249 - Add `DMPlexGetLocalOffsetsSupport()` for interaction with libCEED for FV
255 - Add DMNetworkGetNumVertices to retrieve the local and global number of vertices in DMNetwork
256 - Add DMNetworkGetNumEdges to retrieve the local and global number of edges in DMNetwork
257 - Add the ability to use `DMView()` on a DMNetwork with a PetscViewer with format `PETSC_VIEWER_ASC…
258 - Add the ability to use `-dmnetwork_view draw` and `-dmnetwork_view_distributed draw` to visualize…
266 - Add `PetscDTCreateDefaultQuadrature()`
267 - Add `PetscQuadratureComputePermutations()` to compute the quadrature permutation corresponding to…
268 - Add `PetscQuadratureGetCellType()` and `PetscQuadratureSetCellType()`
269 - Add `PetscDSCopy()`
274 - Add `MatMPIAIJGetSeqAIJF90()`, `MatMPIAIJRestoreSeqAIJF90()`