Searched refs:LMProductsGetDiagonalValue (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmproducts.h | 40 PETSC_INTERN PetscErrorCode LMProductsGetDiagonalValue(LMProducts, PetscInt, PetscScalar *);
|
| H A D | lmproducts.c | 489 PETSC_INTERN PetscErrorCode LMProductsGetDiagonalValue(LMProducts dots, PetscInt i, PetscScalar *v) in LMProductsGetDiagonalValue() function
|
| H A D | lmvmutils.c | 1356 PetscCall(LMProductsGetDiagonalValue(products, idx, v)); in MatLMVMProductsGetDiagonalValue()
|
| /petsc/src/ksp/ksp/utils/lmvm/dfp/ |
| H A D | dfp.c | 40 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 D | badbrdn.c | 80 PetscCall(LMProductsGetDiagonalValue(YtBkS, i, &yitbisi)); in BadBroydenKernel_Recursive_Inner() 195 PetscCall(LMProductsGetDiagonalValue(YtBkS, i, &yitbisi)); in BadBroydenKernelHermitianTranspose_Recursive_Inner()
|
| H A D | brdn.c | 75 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 D | symbrdn.c | 161 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()
|