Home
last modified time | relevance | path

Searched defs:stencil_type (Results 1 – 16 of 16) sorted by relevance

/petsc/src/dm/tests/
H A Dex38.c12 DMDAStencilType stencil_type = DMDA_STENCIL_STAR; in main() local
H A Dex22.c12 DMDAStencilType stencil_type = DMDA_STENCIL_BOX; in main() local
H A Dex33.c14 DMDAStencilType stencil_type = DMDA_STENCIL_STAR; in main() local
H A Dex23.c12 DMDAStencilType stencil_type = DMDA_STENCIL_STAR; in main() local
H A Dex7.c11 DMDAStencilType stencil_type; in main() local
H A Dex6.c20 DMDAStencilType stencil_type = DMDA_STENCIL_BOX; in main() local
H A Dex46.c14 DMDAStencilType stencil_type = DMDA_STENCIL_BOX; in main() local
/petsc/src/dm/impls/da/
H A Dda2.c197 DMDAStencilType stencil_type = dd->stencil_type; in DMSetUp_DA_2D() local
810 …Create2d(MPI_Comm comm, DMBoundaryType bx, DMBoundaryType by, DMDAStencilType stencil_type, PetscI… in DMDACreate2d()
H A Dda3.c202 DMDAStencilType stencil_type = dd->stencil_type; in DMSetUp_DA_3D() local
1512 …omm, DMBoundaryType bx, DMBoundaryType by, DMBoundaryType bz, DMDAStencilType stencil_type, PetscI… in DMDACreate3d()
H A Ddacorn.c310 DMDAStencilType stencil_type; in DMDACreateCompatibleDMDA() local
/petsc/src/dm/impls/stag/
H A Dstag1d.c522 DMStagStencilType stencil_type; in DMCreateMatrix_Stag_1D_AIJ_Assemble() local
H A Dstag2d.c1304 DMStagStencilType stencil_type; in DMCreateMatrix_Stag_2D_AIJ_Assemble() local
H A Dstag3d.c3396 DMStagStencilType stencil_type; in DMCreateMatrix_Stag_3D_AIJ_Assemble() local
/petsc/include/petsc/private/
H A Ddmdaimpl.h21 DMDAStencilType stencil_type; /* stencil, either box or star */ member
/petsc/src/binding/petsc4py/src/lib-petsc/
H A Dcustom.h699 DMDAStencilType stencil_type,PetscInt stencil_width, in DMDACreateND()
/petsc/src/dm/impls/stag/tests/
H A Dex40.c116 DMStagStencilType stencil_type; in FormFunction1D() local