Home
last modified time | relevance | path

Searched refs:max_seq_rejects (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ksp/ksp/utils/lmvm/symbrdn/
H A Dsymbrdn.h39 …PetscInt watchdog, max_seq_rejects; /* tracker to reset after a certain # of consecutive … member
H A Dsymbrdn.c719 if (lsb->watchdog > lsb->max_seq_rejects) PetscCall(MatLMVMReset(B, PETSC_FALSE)); in MatUpdate_LMVMSymBrdn()
739 mlsb->max_seq_rejects = blsb->max_seq_rejects; in MatCopy_LMVMSymBrdn()
1061 lsb->max_seq_rejects = lmvm->m / 2; in MatCreate_LMVMSymBrdn()
/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Ddenseqn.h38 …PetscInt watchdog, max_seq_rejects; /* tracker to reset after a certain # of consec… member
H A Ddenseqn.c428 if (lqn->watchdog > lqn->max_seq_rejects) PetscCall(MatLMVMReset(B, PETSC_FALSE)); in MatUpdate_LMVMDQN()
480 mlqn->max_seq_rejects = blqn->max_seq_rejects; in MatCopy_LMVMDQN()
581 lqn->max_seq_rejects = lmvm->m / 2; in MatCreate_LMVMDQN()
1021 lbfgs->max_seq_rejects = lmvm->m / 2; in MatCreate_LMVMDBFGS()
1454 ldfp->max_seq_rejects = lmvm->m / 2; in MatCreate_LMVMDDFP()