Home
last modified time | relevance | path

Searched defs:stencilType (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/impls/stag/
H A Dstagintern.c63 …, PetscInt dof0, PetscInt dof1, PetscInt dof2, PetscInt dof3, DMStagStencilType stencilType, Petsc… in DMStagInitialize()
H A Dstagda.c11 DMDAStencilType stencilType; in DMStagCreateCompatibleDMDA() local
H A Dstag1d.c39 …MBoundaryType bndx, PetscInt M, PetscInt dof0, PetscInt dof1, DMStagStencilType stencilType, Petsc… in DMStagCreate1d()
H A Dstagutils.c611 PetscErrorCode DMStagGetStencilType(DM dm, DMStagStencilType *stencilType) in DMStagGetStencilType()
1214 PetscErrorCode DMStagSetStencilType(DM dm, DMStagStencilType stencilType) in DMStagSetStencilType()
H A Dstag2d.c48 …t m, PetscInt n, PetscInt dof0, PetscInt dof1, PetscInt dof2, DMStagStencilType stencilType, Petsc… in DMStagCreate2d()
H A Dstag3d.c55 …, PetscInt dof0, PetscInt dof1, PetscInt dof2, PetscInt dof3, DMStagStencilType stencilType, Petsc… in DMStagCreate3d()
/petsc/include/petsc/private/
H A Ddmstagimpl.h19 DMStagStencilType stencilType; /* Elementwise stencil type */ member