Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dhypre.h13 PetscErrorCode PCHYPRESetDiscreteCurl(PETSC_UNUSED PC pc,PETSC_UNUSED Mat C){PetscPCHYPREError;} in PCHYPRESetDiscreteCurl() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi206 PetscErrorCode PCHYPRESetDiscreteCurl(PetscPC, PetscMat)
H A DPC.pyx1162 petsc.PCHYPRESetDiscreteCurl
1165 CHKERR(PCHYPRESetDiscreteCurl(self.pc, mat.mat))
/petsc/include/
H A Dpetscpc.h294 PETSC_EXTERN PetscErrorCode PCHYPRESetDiscreteCurl(PC, Mat);
/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c1826 PetscErrorCode PCHYPRESetDiscreteCurl(PC pc, Mat C) in PCHYPRESetDiscreteCurl() function
/petsc/doc/manual/
H A Dksp.md1302 operator, which can be set using `PCHYPRESetDiscreteCurl()`.