Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvm.h26 MAT_LMVM_RESET_BASES = 0x1, enumerator
34 #define MatLMVMResetClearsBases(mode) ((mode) & MAT_LMVM_RESET_BASES)
H A Dlmvmimpl.c125 PetscCall(MatLMVMReset_Internal(B, MAT_LMVM_RESET_BASES | MAT_LMVM_RESET_VECS)); in MatAllocate_LMVM()
H A Dlmvmutils.c864 if (lmvm->m != hist_size) PetscCall(MatLMVMReset_Internal(B, MAT_LMVM_RESET_BASES)); in MatLMVMSetHistorySize()