Searched refs:PCSOR (Results 1 – 14 of 14) sorted by relevance
46 PetscCall(PCSetType(pc, PCSOR)); in main()
37 PetscCall(PCSetType(pc, PCSOR)); in main()
52 PetscCallA(PCSetType(sor, PCSOR, ierr))
30 #define PCSOR "sor" macro
94 PetscCall(PCRegister(PCSOR, PCCreate_SOR)); in PCRegisterAll()
81 - PCGAMG default smoother changed from PCJACOBI to PCSOR.
75 - Changed MatRelax() to MatSOR() to match MatSORType() and PCSOR
154 - Change `PCGAMG` default to use `PCJACOBI` smoothing instead of `PCSOR`. This also allows the defa…
50 - ``PCSOR``
6 PetscPCType PCSOR
7 SOR = S_(PCSOR)
419 PetscCall(PCSetType(ipc, PCSOR)); in PCMGSetLevels_MG()930 PetscCall(PCCompositeAddPCType(ipc, PCSOR)); in PCSetUp_MG()
818 PetscCall(PCSetType(subpc, PCSOR)); in PCSetUp_ML()
731 - ``PCSOR``830 The options for SOR preconditioning with `PCSOR` are1862 PCSetType(pc,PCSOR);