| /petsc/include/ |
| H A D | petscdmda.h | 55 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 D | petscdmstag.h | 93 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 D | petscdmdatypes.h | 66 DMBoundaryType bx, by, bz; /* type of ghost nodes at boundary */
|
| H A D | petscdmtypes.h | 50 } DMBoundaryType; typedef
|
| /petsc/include/petsc/private/ |
| H A D | dmstagimpl.h | 21 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 D | stagintern.c | 63 PetscErrorCode DMStagInitialize(DMBoundaryType bndx, DMBoundaryType bndy, DMBoundaryType bndz, Pets… in DMStagInitialize()
|
| /petsc/src/dm/impls/da/ |
| H A D | daview.c | 15 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 D | fdda.c | 190 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 D | dainterp.c | 48 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 D | ex11.c | 32 …PetscCall(DMDACreate2d(PETSC_COMM_WORLD, (DMBoundaryType)bx, (DMBoundaryType)by, DMDA_STENCIL_BOX,… in main()
|
| H A D | ex7.c | 10 DMBoundaryType periodic; in main() 28 periodic = (DMBoundaryType)pt; in main()
|
| H A D | ex38.c | 11 DMBoundaryType bx = DM_BOUNDARY_NONE, by = DM_BOUNDARY_NONE, bz = DM_BOUNDARY_NONE; in main()
|
| H A D | ex46.c | 13 DMBoundaryType bx = DM_BOUNDARY_NONE, by = DM_BOUNDARY_NONE, bz = DM_BOUNDARY_NONE; in main() 133 DMBoundaryType bz2; in main()
|
| H A D | ex51.c | 16 DMBoundaryType bx = DM_BOUNDARY_NONE, by = DM_BOUNDARY_NONE; in main()
|
| H A D | ex2.c | 11 DMBoundaryType bx = DM_BOUNDARY_PERIODIC; in main()
|
| H A D | ex15.c | 14 DMBoundaryType bx = DM_BOUNDARY_NONE, by = DM_BOUNDARY_NONE, bz = DM_BOUNDARY_NONE; in main()
|
| H A D | ex43.c | 60 DMBoundaryType bx = DM_BOUNDARY_PERIODIC, by = DM_BOUNDARY_PERIODIC; in main()
|
| H A D | ex21.c | 14 DMBoundaryType bx, by, bz; in test1_DAInjection3d()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex43.c | 23 DMBoundaryType periodicity[2] = {DM_BOUNDARY_PERIODIC, DM_BOUNDARY_NONE}; in main()
|
| H A D | ex74.c | 57 const DMBoundaryType periodicity[2] = {DM_BOUNDARY_PERIODIC, DM_BOUNDARY_NONE}; in main()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex13.c | 11 DMBoundaryType periodic[3] = {DM_BOUNDARY_NONE, DM_BOUNDARY_NONE, DM_BOUNDARY_NONE}; in main()
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/tutorials/ |
| H A D | ex2.c | 17 DMBoundaryType periodicity[3] = {DM_BOUNDARY_NONE, DM_BOUNDARY_NONE, DM_BOUNDARY_NONE}; in main()
|
| /petsc/src/dm/tutorials/ |
| H A D | ex12.c | 20 DMBoundaryType bx = DM_BOUNDARY_NONE, by = DM_BOUNDARY_NONE; in main()
|
| H A D | ex1.c | 44 DMBoundaryType bx = DM_BOUNDARY_NONE, by = DM_BOUNDARY_NONE; in main()
|
| H A D | ex5.c | 16 DMBoundaryType bx = DM_BOUNDARY_NONE, by = DM_BOUNDARY_NONE; in main()
|