Searched refs:PCCOMPOSITE (Results 1 – 12 of 12) sorted by relevance
56 PetscCall(PCSetType(pc, PCCOMPOSITE)); /* default composite with single Identity PC */ in main()
44 #define PCCOMPOSITE "composite" macro
168 PetscCall(PCSetType(pc, PCCOMPOSITE)); /* default composite with single Identity PC */ in main()
466 PetscCall(PCSetType(pc, PCCOMPOSITE)); in main()
109 PetscCall(PCRegister(PCCOMPOSITE, PCCreate_Composite)); in PCRegisterAll()
86 - Added two new PC classes, `PCSLES` and `PCCOMPOSITE` that
307 PetscCall(PCSetType(pc, PCCOMPOSITE)); in main()
213 - ``PCCOMPOSITE``
18 PetscPCType PCCOMPOSITE
20 COMPOSITE = S_(PCCOMPOSITE)
928 PetscCall(PCSetType(ipc, PCCOMPOSITE)); in PCSetUp_MG()
758 - ``PCCOMPOSITE``1652 The `PC` type `PCCOMPOSITE` allows one to form new preconditioners1667 PCSetType(pc,PCCOMPOSITE);