Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dhypre.h18 PetscErrorCode PCHYPRESetEdgeConstantVectors(PETSC_UNUSED PC pc,PETSC_UNUSED Vec ozz,PETSC_UNUSED V… in PCHYPRESetEdgeConstantVectors() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi210 PetscErrorCode PCHYPRESetEdgeConstantVectors(PetscPC, PetscVec, PetscVec, PetscVec)
H A DPC.pyx1284 petsc.PCHYPRESetEdgeConstantVectors
1289 CHKERR(PCHYPRESetEdgeConstantVectors(self.pc, ozz.vec, zoz.vec,
/petsc/include/
H A Dpetscpc.h296 PETSC_EXTERN PetscErrorCode PCHYPRESetEdgeConstantVectors(PC, Vec, Vec, Vec);
/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c2101 PetscErrorCode PCHYPRESetEdgeConstantVectors(PC pc, Vec ozz, Vec zoz, Vec zzo) in PCHYPRESetEdgeConstantVectors() function