Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/
H A Dkspmatregi.c30 PetscCall(MatRegister(MATLMVMSYMBROYDEN, MatCreate_LMVMSymBrdn)); in KSPMatRegisterAll()
/petsc/src/ksp/ksp/utils/lmvm/tests/
H A Dex2.c34 PetscCall(PetscObjectTypeCompare((PetscObject)sym, MATLMVMSYMBROYDEN, &is_sym)); in main()
H A Dex1.c586 PetscCall(PetscObjectTypeCompare((PetscObject)B, MATLMVMSYMBROYDEN, &is_symbrdn)); in main()
/petsc/src/ksp/ksp/utils/lmvm/symbrdn/
H A Dsymbrdn.c1039 PetscCall(PetscObjectChangeTypeName((PetscObject)B, MATLMVMSYMBROYDEN)); in MatCreate_LMVMSymBrdn()
1176 PetscCall(MatSetType(*B, MATLMVMSYMBROYDEN)); in MatCreateLMVMSymBroyden()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi88 PetscMatType MATLMVMSYMBROYDEN
H A DMat.pyx95 LMVMSYMBROYDEN = S_(MATLMVMSYMBROYDEN)
/petsc/include/
H A Dpetscmat.h137 #define MATLMVMSYMBROYDEN "lmvmsymbroyden" macro