Searched refs:PCILU (Results 1 – 20 of 20) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex52.c | 250 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 D | ex7.c | 199 PetscCall(PCSetType(subpc, PCILU)); in main()
|
| H A D | ex7f.F90 | 182 PetscCallA(PCSetType(subpc, PCILU, ierr))
|
| H A D | ex8.c | 248 PetscCall(PCSetType(subpc, PCILU)); in main()
|
| H A D | ex62.c | 241 PetscCall(PCSetType(subpc, PCILU)); in main()
|
| /petsc/include/ |
| H A D | petscpctypes.h | 38 #define PCILU "ilu" macro
|
| /petsc/src/ksp/pc/tutorials/ |
| H A D | ex1.c | 86 PetscCall(PCSetType(prec, PCILU)); in main()
|
| H A D | ex4.c | 309 PetscCall(PCCompositeAddPCType(pc, PCILU)); in main()
|
| /petsc/doc/overview/ |
| H A D | linear_solve_table.md | 92 - ``PCILU`` 99 - ``PCILU`` 107 - ``PCILU``
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex28.c | 126 PetscCall(PetscObjectTypeCompare((PetscObject)innerpc, PCILU, &flg)); in main()
|
| /petsc/src/ksp/pc/interface/ |
| H A D | pcregis.c | 100 PetscCall(PCRegister(PCILU, PCCreate_ILU)); in PCRegisterAll()
|
| H A D | precon.c | 32 *type = PCILU; in PCGetDefaultType_Private()
|
| /petsc/doc/changes/ |
| H A D | 34.md | 135 - The default behavior for PCILU was changed from
|
| H A D | 314.md | 167 - Fix bugs related with reusing PCILU/PCICC/PCLU/PCCHOLESKY
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscpc.pxi | 13 PetscPCType PCILU
|
| H A D | PC.pyx | 15 ILU = S_(PCILU)
|
| /petsc/doc/manual/ |
| H A D | profiling.md | 84 the case of using the `PCILU` preconditioner and `KSPGMRES` Krylov
|
| H A D | ksp.md | 740 - ``PCILU`` 919 `PCType=PCILU`, `KSPType=KSPPREONLY` (or equivalently `KSPType=KSPNONE`); the user can set alternat…
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcschurs.c | 289 PetscCall(PetscObjectTypeCompare((PetscObject)pc, PCILU, &isILU)); in PCBDDCComputeExplicitSchur()
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 2775 …PetscCall(PetscObjectTypeCompareAny((PetscObject)s, &flg, PCLU, PCCHOLESKY, PCILU, PCICC, PCQR, ""… in PCSetUp_HPDDM()
|