| /petsc/include/petsc/private/ |
| H A D | hashset.txt | 13 …`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 D | hashmap.txt | 71 PetscHMap<T>Reset - Reset a hash table 75 PetscErrorCode PetscHMap<T>Reset(PetscHMap<T> ht) 115 .seealso: `PetscHMap<T>Reset()`
|
| H A D | hashset.h | 58 static inline PETSC_UNUSED PetscErrorCode Petsc##HashT##Reset(Petsc##HashT ht) \
|
| H A D | hashmap.h | 42 static inline PETSC_UNUSED PetscErrorCode Petsc##HashT##Reset(Petsc##HashT); \ 98 static inline PETSC_UNUSED PetscErrorCode Petsc##HashT##Reset(Petsc##HashT ht) \
|
| H A D | sfimpl.h | 26 PetscErrorCode (*Reset)(PetscSF); member
|
| /petsc/src/tao/unconstrained/tutorials/output/ |
| H A D | minsurf2_3.out | 24 Reset steps: 0
|
| /petsc/src/tao/leastsquares/tutorials/matlab/ |
| H A D | ProblemInitialize.m | 24 % Reset the global history of the evaluations
|
| H A D | ProblemFinalize.m | 28 % Reset the global history of the evaluations
|
| /petsc/src/vec/is/sf/impls/basic/gather/ |
| H A D | sfgather.c | 52 sf->ops->Reset = PetscSFReset_Allgatherv; in PetscSFCreate_Gather()
|
| /petsc/src/vec/is/sf/impls/basic/gatherv/ |
| H A D | sfgatherv.c | 65 sf->ops->Reset = PetscSFReset_Allgatherv; in PetscSFCreate_Gatherv()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Partitioner.pyx | 139 """Reset data structures of the partitioner.
|
| H A D | SF.pyx | 142 """Reset a star forest so that different sizes or neighbors can be used.
|
| H A D | Viewer.pyx | 922 """Reset graphics.
|
| H A D | DMSwarm.pyx | 572 """Reset the `DMSwarm` to the size prior to calling `collectViewCreate`.
|
| H A D | TS.pyx | 2458 """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 D | sfallgather.c | 122 sf->ops->Reset = PetscSFReset_Allgatherv; in PetscSFCreate_Allgather()
|
| /petsc/src/vec/is/sf/impls/basic/alltoall/ |
| H A D | sfalltoall.c | 201 sf->ops->Reset = PetscSFReset_Allgatherv; in PetscSFCreate_Alltoall()
|
| /petsc/src/vec/is/sf/impls/basic/neighbor/ |
| H A D | sfneighbor.c | 292 sf->ops->Reset = PetscSFReset_Neighbor; in PetscSFCreate_Neighbor()
|
| /petsc/src/vec/is/sf/impls/basic/allgatherv/ |
| H A D | sfallgatherv.c | 440 sf->ops->Reset = PetscSFReset_Allgatherv; in PetscSFCreate_Allgatherv()
|
| /petsc/doc/changes/ |
| H A D | 321.md | 93 - Reset `MATLMVM` history vectors if size is changed
|
| H A D | 314.md | 100 VecViennaCL{Place|Reset}Array
|
| /petsc/src/mat/impls/dense/seq/cupm/ |
| H A D | matseqdensecupm.hpp | 90 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 D | documentation.md | 233 - Reset the new `main-X` to a single commit with this new, cleaned-up state
|
| /petsc/src/vec/is/sf/impls/basic/ |
| H A D | sfbasic.c | 613 sf->ops->Reset = PetscSFReset_Basic; in PetscSFCreate_Basic()
|
| /petsc/src/vec/is/sf/impls/window/ |
| H A D | sfwindow.c | 1166 sf->ops->Reset = PetscSFReset_Window; in PetscSFCreate_Window()
|