Searched refs:b_z (Results 1 – 3 of 3) 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 15 b_z = DM_BOUNDARY_GHOSTED
|
| /petsc/src/ts/tests/ |
| H A D | ex3.c | 341 PetscScalar dd, dl, zip, zipq, zz, b_z, bb_z, bij; in femBg() local 389 b_z = bspl(z, zz, il, iq, nli, 2); in femBg() 397 bij = -b_z * bb_z; in femBg()
|