Home
last modified time | relevance | path

Searched refs:PCGALERKIN (Results 1 – 6 of 6) sorted by relevance

/petsc/include/
H A Dpetscpctypes.h57 #define PCGALERKIN "galerkin" macro
/petsc/doc/changes/
H A D232.md27 - Added PCGALERKIN and PCGalerkinSetRestriction/Interpolation() to
/petsc/src/ksp/pc/interface/
H A Dpcregis.c114 PetscCall(PCRegister(PCGALERKIN, PCCreate_Galerkin)); in PCRegisterAll()
/petsc/doc/overview/
H A Dlinear_solve_table.md206 - ``PCGALERKIN``
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi31 PetscPCType PCGALERKIN
H A DPC.pyx32 GALERKIN = S_(PCGALERKIN)