Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/brdn/
H A Dbrdn.c59 LMProducts StS; in BroydenKernel_Recursive() local
63 PetscCall(MatLMVMGetUpdatedProducts(B, S_t, S_t, LMBLOCK_DIAGONAL, &StS)); in BroydenKernel_Recursive()
75 PetscCall(LMProductsGetDiagonalValue(StS, i, &sitsi)); in BroydenKernel_Recursive()
118 LMProducts StS; in BroydenKernelHermitianTranspose_Recursive() local
120 PetscCall(MatLMVMGetUpdatedProducts(B, S_t, S_t, LMBLOCK_DIAGONAL, &StS)); in BroydenKernelHermitianTranspose_Recursive()
130 PetscCall(LMProductsGetDiagonalValue(StS, i, &sitsi)); in BroydenKernelHermitianTranspose_Recursive()
164 LMProducts StS; in BroydenKernel_CompactDense() local
168 PetscCall(MatLMVMGetUpdatedProducts(B, S_t, S_t, LMBLOCK_UPPER_TRIANGLE, &StS)); in BroydenKernel_CompactDense()
171 PetscCall(LMProductsSolve(StS, oldest, next, StX, StX, /* ^H */ PETSC_FALSE)); in BroydenKernel_CompactDense()
194 LMProducts StS; in BroydenKernelHermitianTranspose_CompactDense() local
[all …]