Home
last modified time | relevance | path

Searched refs:boundary_type (Results 1 – 4 of 4) sorted by relevance

/petsc/src/binding/petsc4py/test/
H A Dtest_dmda.py20 boundary_type=self.BOUNDARY,
119 btype = self.da.boundary_type
139 btype = self.da.boundary_type
542 newda.boundary_type == da.boundary_type
550 boundary = da.boundary_type
568 self.assertEqual(newda.boundary_type, boundary)
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMDA.pyx38 boundary_type: tuple[DM.BoundaryType | int | str | bool, ...] | None = None,
70 boundary_type
130 if boundary_type is not None:
131 asBoundary(boundary_type, &btx, &bty, &btz)
151 boundary_type: tuple[DM.BoundaryType | int | str | bool, ...] | None = None,
159 Parameters ``dof``, ``boundary_type``, ``stencil_type``,
166 boundary_type
200 if boundary_type is not None:
201 asBoundary(boundary_type, &btx, &bty, &btz)
386 boundary_type: tuple[DM.BoundaryType | int | str | bool, ...]) -> None:
[all …]
/petsc/src/dm/impls/stag/
H A Dstag2d.c1305 DMBoundaryType boundary_type[2]; in DMCreateMatrix_Stag_2D_AIJ_Assemble() local
1315 PetscCall(DMStagGetBoundaryTypes(dm, &boundary_type[0], &boundary_type[1], NULL)); in DMCreateMatrix_Stag_2D_AIJ_Assemble()
1451 … 0 || offset_y == 0) && (boundary_type[0] == DM_BOUNDARY_PERIODIC || (ex_offset < N[0] + 1 && ex_o… in DMCreateMatrix_Stag_2D_AIJ_Assemble()
H A Dstag3d.c3397 DMBoundaryType boundary_type[3]; in DMCreateMatrix_Stag_3D_AIJ_Assemble() local
3408 PetscCall(DMStagGetBoundaryTypes(dm, &boundary_type[0], &boundary_type[1], &boundary_type[2])); in DMCreateMatrix_Stag_3D_AIJ_Assemble()
3660boundary_type[0] == DM_BOUNDARY_PERIODIC || (ex_offset < N[0] + 1 && ex_offset >= 0)) && (boundary… in DMCreateMatrix_Stag_3D_AIJ_Assemble()