Searched defs:stencil_type (Results 1 – 16 of 16) sorted by relevance
| /petsc/src/dm/tests/ |
| H A D | ex38.c | 12 DMDAStencilType stencil_type = DMDA_STENCIL_STAR; in main() local
|
| H A D | ex22.c | 12 DMDAStencilType stencil_type = DMDA_STENCIL_BOX; in main() local
|
| H A D | ex33.c | 14 DMDAStencilType stencil_type = DMDA_STENCIL_STAR; in main() local
|
| H A D | ex23.c | 12 DMDAStencilType stencil_type = DMDA_STENCIL_STAR; in main() local
|
| H A D | ex7.c | 11 DMDAStencilType stencil_type; in main() local
|
| H A D | ex6.c | 20 DMDAStencilType stencil_type = DMDA_STENCIL_BOX; in main() local
|
| H A D | ex46.c | 14 DMDAStencilType stencil_type = DMDA_STENCIL_BOX; in main() local
|
| /petsc/src/dm/impls/da/ |
| H A D | da2.c | 197 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 D | da3.c | 202 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 D | dacorn.c | 310 DMDAStencilType stencil_type; in DMDACreateCompatibleDMDA() local
|
| /petsc/src/dm/impls/stag/ |
| H A D | stag1d.c | 522 DMStagStencilType stencil_type; in DMCreateMatrix_Stag_1D_AIJ_Assemble() local
|
| H A D | stag2d.c | 1304 DMStagStencilType stencil_type; in DMCreateMatrix_Stag_2D_AIJ_Assemble() local
|
| H A D | stag3d.c | 3396 DMStagStencilType stencil_type; in DMCreateMatrix_Stag_3D_AIJ_Assemble() local
|
| /petsc/include/petsc/private/ |
| H A D | dmdaimpl.h | 21 DMDAStencilType stencil_type; /* stencil, either box or star */ member
|
| /petsc/src/binding/petsc4py/src/lib-petsc/ |
| H A D | custom.h | 699 DMDAStencilType stencil_type,PetscInt stencil_width, in DMDACreateND()
|
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex40.c | 116 DMStagStencilType stencil_type; in FormFunction1D() local
|