Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex52.c250 else if (flg_ilu) PetscCall(PCSetType(pc, PCILU)); in main()
298 else if (flg_ilu) PetscCall(PCSetType(pc, PCILU)); in main()
361 else if (flg_ilu) PetscCall(PCSetType(pc, PCILU)); in main()
H A Dex7.c199 PetscCall(PCSetType(subpc, PCILU)); in main()
H A Dex7f.F90182 PetscCallA(PCSetType(subpc, PCILU, ierr))
H A Dex8.c248 PetscCall(PCSetType(subpc, PCILU)); in main()
H A Dex62.c241 PetscCall(PCSetType(subpc, PCILU)); in main()
/petsc/include/
H A Dpetscpctypes.h38 #define PCILU "ilu" macro
/petsc/src/ksp/pc/tutorials/
H A Dex1.c86 PetscCall(PCSetType(prec, PCILU)); in main()
H A Dex4.c309 PetscCall(PCCompositeAddPCType(pc, PCILU)); in main()
/petsc/doc/overview/
H A Dlinear_solve_table.md92 - ``PCILU``
99 - ``PCILU``
107 - ``PCILU``
/petsc/src/ksp/ksp/tests/
H A Dex28.c126 PetscCall(PetscObjectTypeCompare((PetscObject)innerpc, PCILU, &flg)); in main()
/petsc/src/ksp/pc/interface/
H A Dpcregis.c100 PetscCall(PCRegister(PCILU, PCCreate_ILU)); in PCRegisterAll()
H A Dprecon.c32 *type = PCILU; in PCGetDefaultType_Private()
/petsc/doc/changes/
H A D34.md135 - The default behavior for PCILU was changed from
H A D314.md167 - Fix bugs related with reusing PCILU/PCICC/PCLU/PCCHOLESKY
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi13 PetscPCType PCILU
H A DPC.pyx15 ILU = S_(PCILU)
/petsc/doc/manual/
H A Dprofiling.md84 the case of using the `PCILU` preconditioner and `KSPGMRES` Krylov
H A Dksp.md740 - ``PCILU``
919 `PCType=PCILU`, `KSPType=KSPPREONLY` (or equivalently `KSPType=KSPNONE`); the user can set alternat…
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcschurs.c289 PetscCall(PetscObjectTypeCompare((PetscObject)pc, PCILU, &isILU)); in PCBDDCComputeExplicitSchur()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx2775 …PetscCall(PetscObjectTypeCompareAny((PetscObject)s, &flg, PCLU, PCCHOLESKY, PCILU, PCICC, PCQR, ""… in PCSetUp_HPDDM()