Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dhypre.h19 PetscErrorCode PCHYPREAMSSetInteriorNodes(PETSC_UNUSED PC pc,PETSC_UNUSED Vec interior){PetscPCHYPR… in PCHYPREAMSSetInteriorNodes() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi212 PetscErrorCode PCHYPREAMSSetInteriorNodes(PetscPC, PetscVec)
H A DPC.pyx1304 petsc.PCHYPREAMSSetInteriorNodes
1307 CHKERR(PCHYPREAMSSetInteriorNodes(self.pc, interior.vec))
/petsc/doc/changes/
H A D318.md211 - Add `PCHYPREAMSSetInteriorNodes()` to set interior nodes for HYPRE AMS
/petsc/include/
H A Dpetscpc.h297 PETSC_EXTERN PetscErrorCode PCHYPREAMSSetInteriorNodes(PC, Vec);
/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c2143 PetscErrorCode PCHYPREAMSSetInteriorNodes(PC pc, Vec interior) in PCHYPREAMSSetInteriorNodes() function