Lines Matching refs:Add

5 % * Use imperative, e.g., Add, Improve, Change, etc.
12 - Add `PetscCtxDestroyFn` as the prototype for all context destroy functions. It is `PetscErrorCode…
17 - Add `PetscIntViewNumColumns()`, `PetscScalarViewNumColumns()`, and `PetscRealViewNumColumns()`
24 - Add option `--with-library-name-suffix=<suffix>`
29 - Add `PetscCIntCast()`
30 - Add `PetscObjectHasFunction()` to query for the presence of a composed method
31 - Add `PetscSortedCheckDupsCount()` and `PetscFindCount()`
42 - Add `PetscDrawHGAddWeightedValue()`
50 - Add `ISGetCompressOutput()` and `ISSetCompressOutput()`
61 - Add `PetscKDTree`, an implementation of K-d trees for efficient nearest-neighbor point searches. …
62 - Add `VecKokkosPlaceArray()` and `VecKokkosResetArray()`
73 - Add `MatCopyHashToXAIJ()` which allows assembling an XAIJ matrix in hash table form into another …
74 - Add `MatResetHash()` which allows resetting an XAIJ matrix to use a hash table
75 - Add `MatCreateSeqAIJKokkosWithKokkosViews()` which allows creation of a `MATSEQAIJKOKKOS` matrix …
78 - Add option `-pc_factor_mat_solve_on_host <bool>` for `MATSEQAIJKOKKOS` matrices
86 - Add `PCHYPREGetCFMarkers()` to extract Coarse/Fine splittings created by BoomerAMG from `PCHYPRE`…
94 - Add `DMPlexSetSNESVariableBounds()`
99 - Add `SNESLINESEARCHBISECTION` as new SNES line search type, performing a bisection line search on…
100 - Add `SNESLineSearchVIDirDerivFn` to compute directional derivative taking into account VI bounds,…
105 - Add `TSSetEvaluationTimes()`, `TSGetEvaluationTimes()`, and `TSGetEvaluationSolutions()` for eval…
107 - v3.23.3: Add `TSGetIJacobianP()`
123 - Add `DMSwarmSortRestorePointsPerCell()`
125 - Add `DMSwarmComputeMoments()`
126 - Add `DMSwarmCellDMCreate()`, `DMSwarmCellDMDestroy()`, `DMSwarmCellDMView()`, `DMSwarmCellDMGetDM…
127 - Add `DMSwarmAddCellDM()`, `DMSwarmSetCellDMActive()`, and `DMSwarmGetCellDMActive()`
128 - Add `DMSwarmCreateGlobalVectorFromFields()`, `DMSwarmDestroyGlobalVectorFromFields()`, `DMSwarmCr…
129 - Add `DMSwarmSortDestroy()`
130 - Add `DMSwarmRemapType`, `DMSwarmRemap()`, and `DMSwarmDuplicate()`
131 - Add `DMSwarmGetType()`
132 - Add `DMSwarmGetCellDMByName()` and `DMSwarmGetCellDMNames()`
137 - Add `DMPlexTransformGetMatchStrata()` and `DMPlexTransformSetMatchStrata()`
139 - Add `-dm_plex_box_label_bd` to setup isoperiodicity when using `-dm_plex_box_label_bd`
141 - Add `PetscViewerCGNSGetSolutionIteration()`
142 - Add `DMPlexGetInterpolatePreferTensor()` and `DMPlexSetInterpolatePreferTensor()`
143 - Add `PetscCallEGADS()`
144 - Add `DMPlexTransformGetTransformTypes()` and `DMPlexTransformSetTransformTypes()`
150 - Add `PetscFEGeomMode`
162 - Add `PetscDSGetLowerBound()`, `PetscDSSetLowerBound()`, `PetscDSGetUpperBound()`, `PetscDSSetUppe…
163 - Add `PetscProbComputeKSStatisticWeighted()` and `PetscProbComputeKSStatisticMagnitude()`
170 - Add `PETSC_NULL_ENUM_XXX` to be used instead of `PETSC_NULL_INTEGER` when a pointer to an XXX `en…
171 - Add `PETSC_NULL_INTEGER_ARRAY`, `PETSC_NULL_SCALAR_ARRAY`, and `PETSC_NULL_REAL_ARRAY` for use in…
174 - Add `PETSC_NULL_INTEGER_POINTER` for arguments that return as arrays, for example, `PetscInt, poi…
175 - Add automatically generated interface definitions for most PETSc functions to detect illegal usag…
176 - Add `PetscObjectIsNull()` for users to check if a PETSc object is `NULL`. All PETSc objects are n…