Home
last modified time | relevance | path

Searched refs:LMProductsGetDiagonalValue (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ksp/ksp/utils/lmvm/ !
H A Dlmproducts.h40 PETSC_INTERN PetscErrorCode LMProductsGetDiagonalValue(LMProducts, PetscInt, PetscScalar *);
H A Dlmproducts.c489 PETSC_INTERN PetscErrorCode LMProductsGetDiagonalValue(LMProducts dots, PetscInt i, PetscScalar *v) in LMProductsGetDiagonalValue() function
H A Dlmvmutils.c1356 PetscCall(LMProductsGetDiagonalValue(products, idx, v)); in MatLMVMProductsGetDiagonalValue()
/petsc/src/ksp/ksp/utils/lmvm/dfp/ !
H A Ddfp.c40 PetscCall(LMProductsGetDiagonalValue(YtS, i, &yitsi)); in DFPKernel_Recursive()
54 PetscCall(LMProductsGetDiagonalValue(YtS, i, &yitsi)); in DFPKernel_Recursive()
/petsc/src/ksp/ksp/utils/lmvm/brdn/ !
H A Dbadbrdn.c80 PetscCall(LMProductsGetDiagonalValue(YtBkS, i, &yitbisi)); in BadBroydenKernel_Recursive_Inner()
195 PetscCall(LMProductsGetDiagonalValue(YtBkS, i, &yitbisi)); in BadBroydenKernelHermitianTranspose_Recursive_Inner()
H A Dbrdn.c75 PetscCall(LMProductsGetDiagonalValue(StS, i, &sitsi)); in BroydenKernel_Recursive()
130 PetscCall(LMProductsGetDiagonalValue(StS, i, &sitsi)); in BroydenKernelHermitianTranspose_Recursive()
/petsc/src/ksp/ksp/utils/lmvm/symbrdn/ !
H A Dsymbrdn.c161 PetscCall(LMProductsGetDiagonalValue(YtHkY, j, &yjthjyj)); in SymBroydenRecursiveBasisUpdate()
162 PetscCall(LMProductsGetDiagonalValue(Psi, j, &psi_j)); in SymBroydenRecursiveBasisUpdate()
166 } else PetscCall(LMProductsGetDiagonalValue(Phi, j, &phi_j)); in SymBroydenRecursiveBasisUpdate()