Home
last modified time | relevance | path

Searched refs:DMBoundaryType (Results 1 – 25 of 76) sorted by relevance

1234

/petsc/include/
H A Dpetscdmda.h55 PETSC_EXTERN PetscErrorCode DMDACreate1d(MPI_Comm, DMBoundaryType, PetscInt, PetscInt, PetscInt, co…
56 PETSC_EXTERN PetscErrorCode DMDACreate2d(MPI_Comm, DMBoundaryType, DMBoundaryType, DMDAStencilType,…
57 PETSC_EXTERN PetscErrorCode DMDACreate3d(MPI_Comm, DMBoundaryType, DMBoundaryType, DMBoundaryType, …
75 …*, PetscInt *, PetscInt *, PetscInt *, PetscInt *, DMBoundaryType *, DMBoundaryType *, DMBoundaryT…
106 PETSC_EXTERN PetscErrorCode DMDASetBoundaryType(DM, DMBoundaryType, DMBoundaryType, DMBoundaryType);
107 …ETSC_EXTERN PetscErrorCode DMDAGetBoundaryType(DM, DMBoundaryType *, DMBoundaryType *, DMBoundaryT…
H A Dpetscdmstag.h93 PETSC_EXTERN PetscErrorCode DMStagCreate1d(MPI_Comm, DMBoundaryType, PetscInt, PetscInt, PetscInt, …
94 PETSC_EXTERN PetscErrorCode DMStagCreate2d(MPI_Comm, DMBoundaryType, DMBoundaryType, PetscInt, Pets…
95 PETSC_EXTERN PetscErrorCode DMStagCreate3d(MPI_Comm, DMBoundaryType, DMBoundaryType, DMBoundaryType
98 …C_EXTERN PetscErrorCode DMStagGetBoundaryTypes(DM, DMBoundaryType *, DMBoundaryType *, DMBoundaryT…
126 …TSC_EXTERN PetscErrorCode DMStagSetBoundaryTypes(DM, DMBoundaryType, DMBoundaryType, DMBoundaryTyp…
H A Dpetscdmdatypes.h66 DMBoundaryType bx, by, bz; /* type of ghost nodes at boundary */
H A Dpetscdmtypes.h50 } DMBoundaryType; typedef
/petsc/include/petsc/private/
H A Ddmstagimpl.h21 DMBoundaryType boundaryType[DMSTAG_MAX_DIM]; /* Physical domain ghosting type */
53 PETSC_INTERN PetscErrorCode DMStagInitialize(DMBoundaryType, DMBoundaryType, DMBoundaryType, PetscI…
/petsc/src/dm/impls/stag/
H A Dstagintern.c63 PetscErrorCode DMStagInitialize(DMBoundaryType bndx, DMBoundaryType bndy, DMBoundaryType bndz, Pets… in DMStagInitialize()
/petsc/src/dm/impls/da/
H A Ddaview.c15 DMBoundaryType bx, by, bz; in DMView_DA_Matlab()
47 DMBoundaryType bx, by, bz; in DMView_DA_Binary()
108 … PeOp PetscInt *dof, PeOp PetscInt *s, PeOp DMBoundaryType *bx, PeOp DMBoundaryType *by, PeOp DMBo… in DMDAGetInfo()
H A Dfdda.c190 DMBoundaryType bx, by, bz; in DMCreateColoring_DA()
264 DMBoundaryType bx, by; in DMCreateColoring_DA_2d_MPIAIJ()
328 DMBoundaryType bx, by, bz; in DMCreateColoring_DA_3d_MPIAIJ()
393 DMBoundaryType bx; in DMCreateColoring_DA_1d_MPIAIJ()
462 DMBoundaryType bx, by; in DMCreateColoring_DA_2d_5pt_MPIAIJ()
695 DMBoundaryType bx; in DMCreateMatrix_DA()
828 DMBoundaryType bx, by; in DMCreateMatrix_DA_2d_MPISELL()
930 DMBoundaryType bx, by, bz; in DMCreateMatrix_DA_3d_MPISELL()
1039 DMBoundaryType bx, by; in DMCreateMatrix_DA_2d_MPIAIJ()
1153 DMBoundaryType bx, by; in DMCreateMatrix_DA_2d_MPIAIJ_Fill()
[all …]
H A Ddainterp.c48 DMBoundaryType bx; in DMCreateInterpolation_DA_1D_Q1()
180 DMBoundaryType bx; in DMCreateInterpolation_DA_1D_Q0()
267 DMBoundaryType bx, by; in DMCreateInterpolation_DA_2D_Q1()
495 DMBoundaryType bx, by; in DMCreateInterpolation_DA_2D_Q0()
616 DMBoundaryType bx, by, bz; in DMCreateInterpolation_DA_3D_Q0()
746 DMBoundaryType bx, by, bz; in DMCreateInterpolation_DA_3D_Q1()
1010 DMBoundaryType bxc, byc, bzc, bxf, byf, bzf; in DMCreateInterpolation_DA()
1061 DMBoundaryType bx; in DMCreateInjection_DA_1D()
1117 DMBoundaryType bx, by; in DMCreateInjection_DA_2D()
1187 DMBoundaryType bx, by, bz; in DMCreateInjection_DA_3D()
[all …]
/petsc/src/dm/tests/
H A Dex11.c32 …PetscCall(DMDACreate2d(PETSC_COMM_WORLD, (DMBoundaryType)bx, (DMBoundaryType)by, DMDA_STENCIL_BOX,… in main()
H A Dex7.c10 DMBoundaryType periodic; in main()
28 periodic = (DMBoundaryType)pt; in main()
H A Dex38.c11 DMBoundaryType bx = DM_BOUNDARY_NONE, by = DM_BOUNDARY_NONE, bz = DM_BOUNDARY_NONE; in main()
H A Dex46.c13 DMBoundaryType bx = DM_BOUNDARY_NONE, by = DM_BOUNDARY_NONE, bz = DM_BOUNDARY_NONE; in main()
133 DMBoundaryType bz2; in main()
H A Dex51.c16 DMBoundaryType bx = DM_BOUNDARY_NONE, by = DM_BOUNDARY_NONE; in main()
H A Dex2.c11 DMBoundaryType bx = DM_BOUNDARY_PERIODIC; in main()
H A Dex15.c14 DMBoundaryType bx = DM_BOUNDARY_NONE, by = DM_BOUNDARY_NONE, bz = DM_BOUNDARY_NONE; in main()
H A Dex43.c60 DMBoundaryType bx = DM_BOUNDARY_PERIODIC, by = DM_BOUNDARY_PERIODIC; in main()
H A Dex21.c14 DMBoundaryType bx, by, bz; in test1_DAInjection3d()
/petsc/src/dm/impls/plex/tests/
H A Dex43.c23 DMBoundaryType periodicity[2] = {DM_BOUNDARY_PERIODIC, DM_BOUNDARY_NONE}; in main()
H A Dex74.c57 const DMBoundaryType periodicity[2] = {DM_BOUNDARY_PERIODIC, DM_BOUNDARY_NONE}; in main()
/petsc/src/dm/impls/plex/tutorials/
H A Dex13.c11 DMBoundaryType periodic[3] = {DM_BOUNDARY_NONE, DM_BOUNDARY_NONE, DM_BOUNDARY_NONE}; in main()
/petsc/src/dm/dt/dualspace/impls/lagrange/tutorials/
H A Dex2.c17 DMBoundaryType periodicity[3] = {DM_BOUNDARY_NONE, DM_BOUNDARY_NONE, DM_BOUNDARY_NONE}; in main()
/petsc/src/dm/tutorials/
H A Dex12.c20 DMBoundaryType bx = DM_BOUNDARY_NONE, by = DM_BOUNDARY_NONE; in main()
H A Dex1.c44 DMBoundaryType bx = DM_BOUNDARY_NONE, by = DM_BOUNDARY_NONE; in main()
H A Dex5.c16 DMBoundaryType bx = DM_BOUNDARY_NONE, by = DM_BOUNDARY_NONE; in main()

1234