Home
last modified time | relevance | path

Searched refs:PCSYSPFMG (Results 1 – 5 of 5) sorted by relevance

/petsc/include/
H A Dpetscpctypes.h64 #define PCSYSPFMG "syspfmg" macro
/petsc/src/ksp/pc/interface/
H A Dpcregis.c137 PetscCall(PCRegister(PCSYSPFMG, PCCreate_SysPFMG)); in PCRegisterAll()
/petsc/doc/overview/
H A Dlinear_solve_table.md163 - ``PCPFMG``, ``PCSYSPFMG``, ``PCSMG``
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi37 PetscPCType PCSYSPFMG
H A DPC.pyx38 SYSPFMG = S_(PCSYSPFMG)