Home
last modified time | relevance | path

Searched refs:Destroy (Results 1 – 25 of 60) sorted by relevance

123

/petsc/include/petsc/private/
H A Dhashset.txt12 .seealso: `PETSC_HASH_SET()`, `PetscHSet<T>Create()`, `PetscHSet<T>Destroy()`, `PetscHSet<T>QueryAd…
29 .seealso: `PetscHSet<T>Destroy()`
33 PetscHSet<T>Destroy - Destroy a hash set
37 PetscErrorCode PetscHSet<T>Destroy(PetscHSet<T> *ht)
H A Dhashmap.txt31 .seealso: `PetscHMap<T>CreateWithSize()`, `PetscHMap<T>Destroy()`
52 .seealso: `PetscHMap<T>Create()`, `PetscHMap<T>Destroy()`
56 PetscHMap<T>Destroy - Destroy a hash table
60 PetscErrorCode PetscHMap<T>Destroy(PetscHMap<T> *ht)
H A Dlogimpl.h12 static inline PETSC_UNUSED PetscErrorCode PetscLog##Container##Destroy(PetscLog##Container *); \
42 static inline PETSC_UNUSED PetscErrorCode PetscLog##Container##Destroy(PetscLog##Container *a_p) \
H A Dcupmblasinterface.hpp257 PETSC_CUPMBLAS_ALIAS_FUNCTION(Destroy) in PETSC_CUPMBLAS_ALIAS_FUNCTION()
329 PETSC_CUPMBLAS_ALIAS_FUNCTION(Destroy) in PETSC_CUPMBLAS_ALIAS_FUNCTION()
H A Dhashset.h48 static inline PETSC_UNUSED PetscErrorCode Petsc##HashT##Destroy(Petsc##HashT *ht) \
H A Dhashmap.h41 static inline PETSC_UNUSED PetscErrorCode Petsc##HashT##Destroy(Petsc##HashT *); \
88 static inline PETSC_UNUSED PetscErrorCode Petsc##HashT##Destroy(Petsc##HashT *ht) \
/petsc/src/ksp/ksp/tests/
H A Dex21.c96 PetscErrorCode Destroy(Mat *A, IS *is0, IS *is1) in Destroy() function
137 PetscCall(Destroy(&A, &is0, &is1)); in main()
202 PetscCall(Destroy(&A, &is0, &is1)); in main()
227 PetscCall(Destroy(&A, &is0, &is1)); in main()
/petsc/src/ts/impls/implicit/glle/
H A Dglle.h48 PetscErrorCode (*Destroy)(struct TS_GLLE *); member
/petsc/src/vec/is/sf/impls/basic/gather/
H A Dsfgather.c53 sf->ops->Destroy = PetscSFDestroy_Allgatherv; in PetscSFCreate_Gather()
/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.hpp82 ~Mat_SeqAIJKokkosTriFactors() { Destroy(); } in ~Mat_SeqAIJKokkosTriFactors()
84 void Destroy() in Destroy() function
/petsc/src/vec/is/sf/impls/basic/gatherv/
H A Dsfgatherv.c66 sf->ops->Destroy = PetscSFDestroy_Allgatherv; in PetscSFCreate_Gatherv()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DRegressor.pyx169 """Destroy internal data structures of the solver.
181 """Destroy the solver.
H A DMatPartitioning.pyx50 """Destroy the partitioning context.
H A DDMLabel.pyx9 """Destroy the label.
80 """Destroy internal data structures in the `DMLabel`.
459 """Destroy the index structure.
H A DDT.pyx64 """Destroy the `Quad` object.
H A DPartitioner.pyx46 """Destroy the partitioner object.
H A DComm.pyx62 """Destroy the communicator.
H A DDMUtils.pyx36 """Destroy the `DMInterpolation` context.
H A DDMSwarm.pyx90 """Destroy the global `Vec` object associated with a given field.
140 """Destroy the global `Vec` object associated with a given set of fields.
190 """Destroy the local `Vec` object associated with a given field.
240 """Destroy the local `Vec` object associated with a given set of fields.
1109 """Destroy the cell DM.
H A DRandom.pyx62 """Destroy the random number generator object.
H A DDevice.pyx121 """Destroy a device object.
256 """Destroy a device context.
H A DDS.pyx41 """Destroy the discrete system.
/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c123 sf->ops->Destroy = PetscSFDestroy_Allgatherv; in PetscSFCreate_Allgather()
/petsc/src/vec/is/sf/impls/basic/alltoall/
H A Dsfalltoall.c200 sf->ops->Destroy = PetscSFDestroy_Allgatherv; in PetscSFCreate_Alltoall()
/petsc/doc/changes/
H A D2029.md186 PetscMatlabEngineCreate(),Put(),Get(),Evaluate() and Destroy() It

123