Home
last modified time | relevance | path

Searched refs:b_z (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/tutorials/
H A Dex13f90.F9033 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 Dex13f90aux.F909 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 Dex3.c341 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()