Home
last modified time | relevance | path

Searched refs:Reset (Results 1 – 25 of 30) sorted by relevance

12

/petsc/include/petsc/private/
H A Dhashset.txt13 …`PetscHSet<T>Add()`, `PetscHSet<T>Reset()`, `PETSC_HASH_MAP()`, `PetscHMap<T>Create()`, `PetscHSe…
48 PetscHSet<T>Reset - Reset a hash set
52 PetscErrorCode PetscHSet<T>Reset(PetscHSet<T> ht)
111 .seealso: `PetscHSet<T>Reset()`
H A Dhashmap.txt71 PetscHMap<T>Reset - Reset a hash table
75 PetscErrorCode PetscHMap<T>Reset(PetscHMap<T> ht)
115 .seealso: `PetscHMap<T>Reset()`
H A Dhashset.h58 static inline PETSC_UNUSED PetscErrorCode Petsc##HashT##Reset(Petsc##HashT ht) \
H A Dhashmap.h42 static inline PETSC_UNUSED PetscErrorCode Petsc##HashT##Reset(Petsc##HashT); \
98 static inline PETSC_UNUSED PetscErrorCode Petsc##HashT##Reset(Petsc##HashT ht) \
H A Dsfimpl.h26 PetscErrorCode (*Reset)(PetscSF); member
/petsc/src/tao/unconstrained/tutorials/output/
H A Dminsurf2_3.out24 Reset steps: 0
/petsc/src/tao/leastsquares/tutorials/matlab/
H A DProblemInitialize.m24 % Reset the global history of the evaluations
H A DProblemFinalize.m28 % Reset the global history of the evaluations
/petsc/src/vec/is/sf/impls/basic/gather/
H A Dsfgather.c52 sf->ops->Reset = PetscSFReset_Allgatherv; in PetscSFCreate_Gather()
/petsc/src/vec/is/sf/impls/basic/gatherv/
H A Dsfgatherv.c65 sf->ops->Reset = PetscSFReset_Allgatherv; in PetscSFCreate_Gatherv()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DPartitioner.pyx139 """Reset data structures of the partitioner.
H A DSF.pyx142 """Reset a star forest so that different sizes or neighbors can be used.
H A DViewer.pyx922 """Reset graphics.
H A DDMSwarm.pyx572 """Reset the `DMSwarm` to the size prior to calling `collectViewCreate`.
H A DTS.pyx2458 """Reset the `TS`, removing any allocated vectors and matrices.
2909 """Reset a `TS`, removing any allocated vectors and matrices.
/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c122 sf->ops->Reset = PetscSFReset_Allgatherv; in PetscSFCreate_Allgather()
/petsc/src/vec/is/sf/impls/basic/alltoall/
H A Dsfalltoall.c201 sf->ops->Reset = PetscSFReset_Allgatherv; in PetscSFCreate_Alltoall()
/petsc/src/vec/is/sf/impls/basic/neighbor/
H A Dsfneighbor.c292 sf->ops->Reset = PetscSFReset_Neighbor; in PetscSFCreate_Neighbor()
/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.c440 sf->ops->Reset = PetscSFReset_Allgatherv; in PetscSFCreate_Allgatherv()
/petsc/doc/changes/
H A D321.md93 - Reset `MATLMVM` history vectors if size is changed
H A D314.md100 VecViennaCL{Place|Reset}Array
/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp90 static PetscErrorCode Reset(Mat) noexcept;
911 PetscCall(Reset(B)); in Convert_Dispatch_()
1027 inline PetscErrorCode MatDense_Seq_CUPM<T>::Reset(Mat A) noexcept in Reset() function in Petsc::mat::cupm::impl::MatDense_Seq_CUPM
/petsc/doc/developers/
H A Ddocumentation.md233 - Reset the new `main-X` to a single commit with this new, cleaned-up state
/petsc/src/vec/is/sf/impls/basic/
H A Dsfbasic.c613 sf->ops->Reset = PetscSFReset_Basic; in PetscSFCreate_Basic()
/petsc/src/vec/is/sf/impls/window/
H A Dsfwindow.c1166 sf->ops->Reset = PetscSFReset_Window; in PetscSFCreate_Window()

12