Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/brdn/
H A Dbadbrdn.c64 MatLMVMBasisType Y_t = LMVMModeMap(LMBASIS_Y, mode); in BadBroydenKernel_Recursive_Inner() local
70 PetscCall(MatLMVMGetUpdatedBasis(B, Y_t, &Y, NULL, NULL)); in BadBroydenKernel_Recursive_Inner()
96 MatLMVMBasisType Y_t = LMVMModeMap(LMBASIS_Y, mode); in BadBroydenRecursiveBasisUpdate() local
108 …if (!lbrdn->basis[Y_minus_BkS_t]) PetscCall(LMBasisCreate(Y_t == LMBASIS_Y ? lmvm->Fprev : lmvm->X… in BadBroydenRecursiveBasisUpdate()
112 PetscCall(MatLMVMGetUpdatedBasis(B, Y_t, &Y, NULL, NULL)); in BadBroydenRecursiveBasisUpdate()
175 MatLMVMBasisType Y_t = LMVMModeMap(LMBASIS_Y, mode); in BadBroydenKernelHermitianTranspose_Recursive_Inner() local
185 PetscCall(MatLMVMGetUpdatedBasis(B, Y_t, &Y, NULL, NULL)); in BadBroydenKernelHermitianTranspose_Recursive_Inner()
205 MatLMVMBasisType Y_t = LMVMModeMap(LMBASIS_Y, mode); in BadBroydenKernelHermitianTranspose_Recursive() local
211 PetscCall(MatLMVMGetUpdatedBasis(B, Y_t, &Y, NULL, NULL)); in BadBroydenKernelHermitianTranspose_Recursive()
236 MatLMVMBasisType Y_t = LMVMModeMap(LMBASIS_Y, mode); in BadBroydenCompactProductsUpdate() local
[all …]
H A Dbrdn.c52 MatLMVMBasisType Y_t = LMVMModeMap(LMBASIS_Y, mode); in BroydenKernel_Recursive() local
62 PetscCall(MatLMVMGetUpdatedBasis(B, Y_t, &Y, NULL, NULL)); in BroydenKernel_Recursive()
116 MatLMVMBasisType Y_t = LMVMModeMap(LMBASIS_Y, mode); in BroydenKernelHermitianTranspose_Recursive() local
122 PetscCall(MatLMVMGetUpdatedBasis(B, Y_t, &Y, NULL, NULL)); in BroydenKernelHermitianTranspose_Recursive()
224 MatLMVMBasisType Y_t = LMVMModeMap(LMBASIS_Y, mode); in BroydenKernel_Dense() local
235 PetscCall(MatLMVMGetUpdatedBasis(B, Y_t, &Y, NULL, NULL)); in BroydenKernel_Dense()
273 MatLMVMBasisType Y_t = LMVMModeMap(LMBASIS_Y, mode); in BroydenKernelHermitianTranspose_Dense() local
280 PetscCall(MatLMVMGetUpdatedBasis(B, Y_t, &Y, NULL, NULL)); in BroydenKernelHermitianTranspose_Dense()
/petsc/src/ksp/ksp/utils/lmvm/dfp/
H A Ddfp.c16 MatLMVMBasisType Y_t = LMVMModeMap(LMBASIS_Y, mode); in DFPKernel_Recursive() local
26 PetscCall(MatLMVMGetUpdatedBasis(B, Y_t, &Y, NULL, NULL)); in DFPKernel_Recursive()
27 PetscCall(MatLMVMGetUpdatedProducts(B, Y_t, S_t, LMBLOCK_DIAGONAL, &YtS)); in DFPKernel_Recursive()
77 MatLMVMBasisType Y_t = LMVMModeMap(LMBASIS_Y, mode); in DFPKernel_CompactDense() local
85 PetscCall(MatLMVMGetUpdatedBasis(B, Y_t, &Y, NULL, NULL)); in DFPKernel_CompactDense()
86 PetscCall(MatLMVMGetUpdatedProducts(B, Y_t, S_t, LMBLOCK_UPPER_TRIANGLE, &YtS)); in DFPKernel_CompactDense()
87 PetscCall(MatLMVMGetUpdatedProducts(B, Y_t, S_t, LMBLOCK_DIAGONAL, &D)); in DFPKernel_CompactDense()
131 MatLMVMBasisType Y_t = LMVMModeMap(LMBASIS_Y, mode); in DFPKernel_Dense() local
134 PetscCall(MatLMVMGetUpdatedBasis(B, Y_t, &Y, NULL, NULL)); in DFPKernel_Dense()
135 PetscCall(MatLMVMGetUpdatedProducts(B, Y_t, S_t, LMBLOCK_UPPER_TRIANGLE, &YtS)); in DFPKernel_Dense()
[all …]
/petsc/src/ksp/ksp/utils/lmvm/bfgs/
H A Dbfgs.c19 MatLMVMBasisType Y_t = LMVMModeMap(LMBASIS_Y, mode); in BFGSKernel_Recursive_Inner() local
27 PetscCall(MatLMVMGetUpdatedBasis(B, Y_t, &Y, NULL, NULL)); in BFGSKernel_Recursive_Inner()
120 MatLMVMBasisType Y_t = LMVMModeMap(LMBASIS_Y, mode); in BFGSCompactDenseProductsUpdate() local
135 PetscCall(MatLMVMGetUpdatedProducts(B, Y_t, S_t, LMBLOCK_STRICT_UPPER_TRIANGLE, &YtS)); in BFGSCompactDenseProductsUpdate()
184 MatLMVMBasisType Y_t = LMVMModeMap(LMBASIS_Y, mode); in BFGSKernel_CompactDense() local
194 PetscCall(MatLMVMGetUpdatedBasis(B, Y_t, &Y, NULL, NULL)); in BFGSKernel_CompactDense()
195 PetscCall(MatLMVMGetUpdatedProducts(B, Y_t, S_t, LMBLOCK_STRICT_UPPER_TRIANGLE, &YtS)); in BFGSKernel_CompactDense()
/petsc/src/ksp/ksp/utils/lmvm/sr1/
H A Dsr1.c72 MatLMVMBasisType Y_t = LMVMModeMap(LMBASIS_Y, mode); in SR1RecursiveBasisUpdate() local
88 PetscCall(MatLMVMGetUpdatedBasis(B, Y_t, &Y, NULL, NULL)); in SR1RecursiveBasisUpdate()
226 MatLMVMBasisType Y_t = LMVMModeMap(LMBASIS_Y, mode); in SR1Kernel_CompactDense() local
230 PetscCall(MatLMVMGetUpdatedBasis(B, Y_t, &Y, NULL, NULL)); in SR1Kernel_CompactDense()
/petsc/src/ksp/ksp/utils/lmvm/symbrdn/
H A Dsymbrdn.c32 MatLMVMBasisType Y_t = LMVMModeMap(LMBASIS_Y, mode); in SymBroydenKernel_Recursive_Inner() local
41 PetscCall(MatLMVMGetUpdatedBasis(B, Y_t, &Y, NULL, NULL)); in SymBroydenKernel_Recursive_Inner()
346 MatLMVMBasisType Y_t = LMVMModeMap(LMBASIS_Y, mode); in SymBroydenCompactProductsUpdate() local
381 PetscCall(MatLMVMGetUpdatedProducts(B, Y_t, S_t, LMBLOCK_UPPER_TRIANGLE, &YtS)); in SymBroydenCompactProductsUpdate()
506 MatLMVMBasisType Y_t = LMVMModeMap(LMBASIS_Y, mode); in SymBroydenKernel_CompactDense() local
522 PetscCall(MatLMVMGetUpdatedBasis(B, Y_t, &Y, NULL, NULL)); in SymBroydenKernel_CompactDense()