Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/tests/
H A Dex2.c38 PetscCall(MatLMVMSymBroydenSetScaleType(sym, MAT_LMVM_SYMBROYDEN_SCALE_NONE)); in main()
/petsc/src/ksp/ksp/utils/lmvm/rescale/
H A Dsymbrdnrescale.c321 …if (ldb->scale_type == MAT_LMVM_SYMBROYDEN_SCALE_NONE || ldb->scale_type == MAT_LMVM_SYMBROYDEN_SC… in SymBroydenRescaleUpdate()
460 …pe = is_constant_or_diagonal ? MAT_LMVM_SYMBROYDEN_SCALE_DIAGONAL : MAT_LMVM_SYMBROYDEN_SCALE_NONE; in SymBroydenRescaleSetUp()
/petsc/src/snes/impls/qn/
H A Dqn.c46 PetscCall(MatLMVMSymBroydenSetScaleType(qn->B, MAT_LMVM_SYMBROYDEN_SCALE_NONE)); in SNESQNGetMatrix_Private()
/petsc/include/
H A Dpetscksp.h1249 MAT_LMVM_SYMBROYDEN_SCALE_NONE = 0, enumerator