Home
last modified time | relevance | path

Searched refs:PCSOR (Results 1 – 14 of 14) sorted by relevance

/petsc/src/ksp/pc/tests/
H A Dex4.c46 PetscCall(PCSetType(pc, PCSOR)); in main()
/petsc/src/ksp/ksp/tests/
H A Dex34.c37 PetscCall(PCSetType(pc, PCSOR)); in main()
H A Dex62f.F9052 PetscCallA(PCSetType(sor, PCSOR, ierr))
/petsc/include/
H A Dpetscpctypes.h30 #define PCSOR "sor" macro
/petsc/src/ksp/pc/interface/
H A Dpcregis.c94 PetscCall(PCRegister(PCSOR, PCCreate_SOR)); in PCRegisterAll()
/petsc/doc/changes/
H A D35.md81 - PCGAMG default smoother changed from PCJACOBI to PCSOR.
H A D31.md75 - Changed MatRelax() to MatSOR() to match MatSORType() and PCSOR
H A D317.md154 - Change `PCGAMG` default to use `PCJACOBI` smoothing instead of `PCSOR`. This also allows the defa…
/petsc/doc/overview/
H A Dlinear_solve_table.md50 - ``PCSOR``
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi6 PetscPCType PCSOR
H A DPC.pyx7 SOR = S_(PCSOR)
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c419 PetscCall(PCSetType(ipc, PCSOR)); in PCMGSetLevels_MG()
930 PetscCall(PCCompositeAddPCType(ipc, PCSOR)); in PCSetUp_MG()
/petsc/src/ksp/pc/impls/ml/
H A Dml.c818 PetscCall(PCSetType(subpc, PCSOR)); in PCSetUp_ML()
/petsc/doc/manual/
H A Dksp.md731 - ``PCSOR``
830 The options for SOR preconditioning with `PCSOR` are
1862 PCSetType(pc,PCSOR);