Home
last modified time | relevance | path

Searched refs:MAT_LMVM_RESET_ALL (Results 1 – 8 of 8) sorted by relevance

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvm.h29 MAT_LMVM_RESET_ALL = 0xf, enumerator
37 #define MatLMVMResetClearsAll(mode) ((mode) == MAT_LMVM_RESET_ALL)
H A Dlmvmimpl.c470 PetscCall(MatReset_LMVM(B, MAT_LMVM_RESET_ALL)); in MatDestroy_LMVM()
H A Dlmvmutils.c834 PetscCall(MatLMVMReset_Internal(B, destructive ? MAT_LMVM_RESET_ALL : MAT_LMVM_RESET_HISTORY)); in MatLMVMReset()
/petsc/src/ksp/ksp/utils/lmvm/sr1/
H A Dsr1.c393 PetscCall(MatReset_LMVMSR1(B, MAT_LMVM_RESET_ALL)); in MatDestroy_LMVMSR1()
/petsc/src/ksp/ksp/utils/lmvm/brdn/
H A Dbrdn.c415 PetscCall(MatReset_LMVMBrdn(B, MAT_LMVM_RESET_ALL)); in MatDestroy_LMVMBrdn()
/petsc/src/ksp/ksp/utils/lmvm/rescale/
H A Dsymbrdnrescale.c529 PetscCall(SymBroydenRescaleReset(NULL, *ldb, MAT_LMVM_RESET_ALL)); in SymBroydenRescaleDestroy()
/petsc/src/ksp/ksp/utils/lmvm/symbrdn/
H A Dsymbrdn.c788 PetscCall(MatReset_LMVMSymBrdn_Internal(B, MAT_LMVM_RESET_ALL)); in MatDestroy_LMVMSymBrdn()
/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Ddenseqn.c262 PetscCall(MatReset_LMVMDQN_Internal(B, MAT_LMVM_RESET_ALL)); in MatDestroy_LMVMDQN()