Searched refs:H_0 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/utils/lmvm/tests/ |
| H A D | ex1.c | 315 …tscRandom rand, PetscBool is_hermitian, Vec dxs[], Vec dfs[], Mat B_0, Mat H_0, PetscErrorCode (*B… in TestUpdate() argument 425 PetscCall(MatDuplicate(H_0, MAT_COPY_VALUES, &H_k_exp)); in TestUpdate() 491 Mat B, B_0, J_0, H_0 = NULL; in main() local 617 if (is_square) PetscCall(MatComputeInverseOperator(B, &H_0, PETSC_TRUE)); in main() 637 PetscCall(TestUpdate(B, i, rand, is_hermitian, dxs, dfs, B_0, H_0, B_update, H_update, phi)); in main() 642 PetscCall(MatDestroy(&H_0)); in main() 644 if (is_square) PetscCall(MatComputeInverseOperator(B, &H_0, PETSC_TRUE)); in main() 657 PetscCall(MatDestroy(&H_0)); in main()
|