Searched refs:true_type_X (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmvmutils.c | 1306 MatLMVMBasisType true_type_X, true_type_Y; in MatLMVMProductsUpdate() local 1312 PetscCall(MatLMVMGetUpdatedBasis(B, type_X, &X, &true_type_X, &alpha_X)); in MatLMVMProductsUpdate() 1314 …roducts[block_type][true_type_X][true_type_Y]) PetscCall(MatLMVMCreateProducts(B, block_type, &lmv… in MatLMVMProductsUpdate() 1315 PetscCall(LMProductsUpdate(lmvm->products[block_type][true_type_X][true_type_Y], X, Y)); in MatLMVMProductsUpdate() 1316 if (true_type_X == type_X && true_type_Y == type_Y) PetscFunctionReturn(PETSC_SUCCESS); in MatLMVMProductsUpdate() 1322 …PetscCall(LMProductsCopy(lmvm->products[block_type][true_type_X][true_type_Y], lmvm->products[bloc… in MatLMVMProductsUpdate()
|