Searched refs:destructive (Results 1 – 3 of 3) sorted by relevance
823 PetscErrorCode MatLMVMReset(Mat B, PetscBool destructive) in MatLMVMReset() argument834 PetscCall(MatLMVMReset_Internal(B, destructive ? MAT_LMVM_RESET_ALL : MAT_LMVM_RESET_HISTORY)); in MatLMVMReset()
601 - `MatLMVMReset(Mat B, PetscBool destructive)` – Flushes the603 state. If `destructive = PETSC_TRUE`, the reset also destroys the
5273 def resetLMVM(self, destructive: bool = False) -> None:5280 destructive:5287 cdef PetscBool cdestructive = asBool(destructive)