Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmda.h38 PETSC_EXTERN PetscErrorCode DMDAGetInterpolationType(DM, DMDAInterpolationType *);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmda.pxi75 PetscErrorCode DMDAGetInterpolationType(PetscDM, PetscDMDAInterpolationType*)
H A DDMDA.pyx1027 setInterpolationType, petsc.DMDAGetInterpolationType
1031 CHKERR(DMDAGetInterpolationType(self.dm, &ival))
/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope_dmda.c366 PetscCall(DMDAGetInterpolationType(dm, &itype)); in PCTelescopeSetUp_dmda_repart()
/petsc/src/dm/impls/da/
H A Dda.c669 PetscErrorCode DMDAGetInterpolationType(DM da, DMDAInterpolationType *ctype) in DMDAGetInterpolationType() function