Home
last modified time | relevance | path

Searched refs:DMClearNamedGlobalVectors (Results 1 – 5 of 5) sorted by relevance

/petsc/src/dm/interface/
H A Ddmget.c308 PetscErrorCode DMClearNamedGlobalVectors(DM dm) in DMClearNamedGlobalVectors() function
H A Ddm.c658 PetscCall(DMClearNamedGlobalVectors(*dm)); in DMDestroy()
4430 PetscCall(DMClearNamedGlobalVectors(dm)); in DMSetLocalSection()
4704 PetscCall(DMClearNamedGlobalVectors(dm)); in DMSetGlobalSection()
/petsc/doc/changes/
H A D320.md207 - Add support for clearing named vectors with `DMClearNamedGlobalVectors()` and `DMClearNamedLocalV…
/petsc/src/dm/impls/shell/
H A Ddmshell.c421 PetscCall(DMClearNamedGlobalVectors(dm)); in DMShellSetGlobalVector()
/petsc/include/
H A Dpetscdm.h73 PETSC_EXTERN PetscErrorCode DMClearNamedGlobalVectors(DM);