Home
last modified time | relevance | path

Searched refs:destructive (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmutils.c823 PetscErrorCode MatLMVMReset(Mat B, PetscBool destructive) in MatLMVMReset() argument
834 PetscCall(MatLMVMReset_Internal(B, destructive ? MAT_LMVM_RESET_ALL : MAT_LMVM_RESET_HISTORY)); in MatLMVMReset()
/petsc/doc/manual/
H A Dmat.md601 - `MatLMVMReset(Mat B, PetscBool destructive)` – Flushes the
603 state. If `destructive = PETSC_TRUE`, the reset also destroys the
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DMat.pyx5273 def resetLMVM(self, destructive: bool = False) -> None:
5280 destructive:
5287 cdef PetscBool cdestructive = asBool(destructive)