Searched refs:b_y (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/tutorials/ |
| H A D | ex13f90.F90 | 33 DMBoundaryType b_x, b_y, b_z 66 call get_boundary_cond(b_x, b_y, b_z) 67 …PetscCallA(DMDACreate3d(comm, b_x, b_y, b_z, DMDA_STENCIL_STAR, igmax, jgmax, kgmax, PETSC_DECIDE,…
|
| H A D | ex13f90aux.F90 | 9 subroutine get_boundary_cond(b_x, b_y, b_z) argument 10 DMBoundaryType, intent(inout) :: b_x, b_y, b_z 14 b_y = DM_BOUNDARY_GHOSTED
|