Searched refs:DMDAGetInterpolationType (Results 1 – 5 of 5) sorted by relevance
38 PETSC_EXTERN PetscErrorCode DMDAGetInterpolationType(DM, DMDAInterpolationType *);
75 PetscErrorCode DMDAGetInterpolationType(PetscDM, PetscDMDAInterpolationType*)
1027 setInterpolationType, petsc.DMDAGetInterpolationType1031 CHKERR(DMDAGetInterpolationType(self.dm, &ival))
366 PetscCall(DMDAGetInterpolationType(dm, &itype)); in PCTelescopeSetUp_dmda_repart()
669 PetscErrorCode DMDAGetInterpolationType(DM da, DMDAInterpolationType *ctype) in DMDAGetInterpolationType() function