Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmstag.h109 PETSC_EXTERN PetscErrorCode DMStagGetLocationDOF(DM, DMStagStencilLocation, PetscInt *);
/petsc/src/dm/impls/stag/
H A Dstagda.c198 PetscCall(DMStagGetLocationDOF(dm, loc, &dof)); in DMStagMigrateVecDMDA()
447 PetscCall(DMStagGetLocationDOF(dm, loc, &locdof)); in DMStagVecSplitToDMDA()
H A Dstagstencil.c138 PetscErrorCode DMStagGetLocationDOF(DM dm, DMStagStencilLocation loc, PetscInt *dof) in DMStagGetLocationDOF() function
H A Dstagutils.c749 PetscCall(DMStagGetLocationDOF(dm, loc, &dof)); in DMStagGetLocationSlot()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi66 PetscErrorCode DMStagGetLocationDOF(PetscDM, PetscDMStagStencilLocation, PetscInt*)
H A DDMStag.pyx733 petsc.DMStagGetLocationDOF
738 CHKERR(DMStagGetLocationDOF(self.dm, sloc, &dof))