Home
last modified time | relevance | path

Searched defs:ny (Results 1 – 25 of 49) sorted by relevance

12

/petsc/src/binding/petsc4py/demo/legacy/perftest/
H A DApp.f901 subroutine formFunction_C(nx, ny, nz, h, t, x, xdot, f) & argument
5 integer(kind=C_INT), intent(in) :: nx, ny, nz local
12 subroutine formInitial_C(nx, ny, nz, h, t, x) & argument
16 integer(kind=C_INT), intent(in) :: nx, ny, nz local
43 subroutine forminitial_f(nx, ny, nz, h, t, x) argument
45 integer, intent(in) :: nx, ny, nz local
52 subroutine formfunction_f(nx, ny, nz, h, t, x, xdot, f) argument
54 integer, intent(in) :: nx, ny, nz local
H A Ddriver.c11 PetscInt nx,ny,nz; member
49 PetscErrorCode RunTest(int nx, int ny, int nz, int loops, double *wt) in RunTest()
125 int nx=n+1, ny=n+1, nz=n+1; in main() local
H A Ddriver.py19 def __init__(self, nx, ny, nz): argument
79 def run_test(nx,ny,nz,samples,plot=False): argument
/petsc/src/binding/petsc4py/demo/legacy/bratu2d/
H A Dbratu2d.py12 def __init__(self, nx, ny, alpha, impl='python'): argument
40 ny = OptDB.getInt('ny', nx) variable
/petsc/src/dm/impls/stag/tests/
H A Dex19.c32 PetscInt i, j, startx, starty, nx, ny, extrax, extray; in main() local
53 PetscInt i, j, startx, starty, nx, ny, extrax, extray; in main() local
H A Dex11.c20 PetscInt startx, starty, nx, ny, ex, ey, nExtrax, nExtray; in main() local
120 …PetscInt startx, starty, nx, ny, nExtrax, nExtray, ex, ey, idxP, idxUx, idxUy, startGhostx, … in ApplyOperator() local
H A Dex8.c20 PetscInt startx, starty, startz, nx, ny, nz, ex, ey, ez, nExtrax, nExtray, nExtraz; in main() local
125 …PetscInt startx, starty, startz, nx, ny, nz, nExtrax, nExtray, nExtraz, ex, ey, ez, idxP, i… in ApplyOperator() local
H A Dex12.c10 …PetscInt startx, starty, nx, ny, i, j, d, is, js, dof0, dof1, dof2, dofTotal, stencilWidth, … in main() local
H A Dex10.c10 …PetscInt startx, starty, nx, ny, i, j, d, is, js, dof0, dof1, dof2, dofTotal, stencilWidth, … in main() local
H A Dex9.c10 …PetscInt startx, starty, startz, nx, ny, nz, i, j, k, d, is, js, ks, dof0, dof1, dof2, dof3,… in main() local
H A Dex7.c10 …PetscInt startx, starty, startz, nx, ny, nz, i, j, k, d, is, js, ks, dof0, dof1, dof2, dof3,… in main() local
/petsc/src/dm/tests/
H A Dex45.c18 PetscInt ny = 2; in main() local
H A Dex5.c9 PetscInt nx = 6, ny = 6, nz = 6, dim = 1, dof = 2; in main() local
H A Dex36.c58 PetscInt sx, nx, sy, ny, sz, nz, dim; in DAApplyConformalMapping() local
198 PetscInt sx, nx, sy, ny, sz, nz; in DAApplyTrilinearMapping() local
253 PetscInt sx, nx, sy, ny; in DADefineXLinearField2D() local
280 PetscInt sx, nx, sy, ny, sz, nz; in DADefineXLinearField3D() local
/petsc/src/tao/unconstrained/tutorials/
H A Deptorsion3.c207 PetscInt i, j, k, nx = user->mx, ny = user->my; in FormInitialGuess() local
264 PetscInt nx = user->mx, ny = user->my, i, j, k; in FormFunction() local
331 PetscInt nx = user->mx, ny = user->my, ind, i, j, k; in FormGradient() local
538 PetscInt nx, ny, i, j, k, ind; in HessianProduct() local
H A Deptorsion1.c191 PetscInt i, j, k, nx = user->mx, ny = user->my; in FormInitialGuess() local
248 PetscInt nx = user->mx, ny = user->my, i, j, k; in FormFunction() local
315 PetscInt nx = user->mx, ny = user->my, ind, i, j, k; in FormGradient() local
522 PetscInt nx, ny, i, j, k, ind; in HessianProduct() local
/petsc/src/tao/bound/tutorials/
H A Djbearing2.c32 PetscInt nx, ny; /* discretization in x, y directions */ member
175 PetscInt nx, ny, xs, xm, gxs, gxm, ys, ym, gys, gym; in ComputeB() local
212 PetscInt col[5], row, nx, ny, xs, xm, gxs, gxm, ys, ym, gys, gym; in FormFunctionGradient() local
327 PetscInt col[5], row, nx, ny, xs, xm, gxs, gxm, ys, ym, gys, gym; in FormHessian() local
/petsc/src/binding/petsc4py/demo/legacy/poisson2d/
H A Dpoisson2d.py69 ny = OptDB.getInt('ny', n) variable
/petsc/src/binding/petsc4py/demo/python_types/
H A Dmat.py98 nx, ny = OptDB.getIntArray( variable
/petsc/src/dm/impls/da/
H A Dfdda.c261 PetscInt xs, ys, nx, ny, i, j, ii, gxs, gys, gnx, gny, m, n, M, N, dim, s, k, nc, col; in DMCreateColoring_DA_2d_MPIAIJ() local
325 …PetscInt xs, ys, nx, ny, i, j, gxs, gys, gnx, gny, m, n, p, dim, s, k, nc, col, zs, gzs, i… in DMCreateColoring_DA_3d_MPIAIJ() local
459 PetscInt xs, ys, nx, ny, i, j, ii, gxs, gys, gnx, gny, m, n, dim, s, k, nc; in DMCreateColoring_DA_2d_5pt_MPIAIJ() local
610 PetscInt dim, dof, nx, ny, nz, dims[3], starts[3], M, N, P; in DMCreateMatrix_DA() local
824 …PetscInt xs, ys, nx, ny, i, j, slot, gxs, gys, gnx, gny, m, n, dim, s, *cols = NULL,… in DMCreateMatrix_DA_2d_MPISELL() local
925 PetscInt xs, ys, nx, ny, i, j, slot, gxs, gys, gnx, gny; in DMCreateMatrix_DA_3d_MPISELL() local
1036 …PetscInt xs, ys, nx, ny, i, j, slot, gxs, gys, gnx, gny, m, n, dim, s, *cols = NULL,… in DMCreateMatrix_DA_2d_MPIAIJ() local
1147 PetscInt xs, ys, nx, ny, i, j, slot, gxs, gys, gnx, gny; in DMCreateMatrix_DA_2d_MPIAIJ_Fill() local
1271 PetscInt xs, ys, nx, ny, i, j, slot, gxs, gys, gnx, gny; in DMCreateMatrix_DA_3d_MPIAIJ() local
1683 PetscInt xs, ys, nx, ny, i, j, slot, gxs, gys, gnx, gny; in DMCreateMatrix_DA_2d_MPIBAIJ() local
[all …]
/petsc/src/dm/impls/stag/tutorials/
H A Dex6.c228 PetscInt N[3], ex, ey, ez, startx, starty, startz, nx, ny, nz, extrax, extray, extraz; in CreateLame() local
372 PetscInt ex, ey, startx, starty, nx, ny; in UpdateVelocity_2d() local
450 PetscInt ex, ey, ez, startx, starty, startz, nx, ny, nz; in UpdateVelocity_3d() local
565 PetscInt ex, ey, startx, starty, nx, ny; in UpdateStress_2d() local
648 PetscInt ex, ey, ez, startx, starty, startz, nx, ny, nz; in UpdateStress_3d() local
827 PetscInt ex, ey, ez, startx, starty, startz, nx, ny, nz; in DumpVelocity() local
H A Dex2.c148 PetscInt ex, ey, startx, starty, nx, ny; in CreateSystem() local
570 PetscInt startx, starty, nx, ny, nExtra[2], ex, ey; in CreateReferenceSolution() local
/petsc/src/dm/impls/da/hypre/
H A Dmhyp.h24 PetscInt rstart, gnx, gnxgny, xs, ys, zs, nx, ny, nxny; member
45 PetscInt rstart, gnx, gnxgny, gnxgnygnz, xs, ys, zs, nx, ny, nz, nxny, nxnynz; member
/petsc/src/binding/petsc4py/demo/legacy/bratu3d/
H A Dbratu3d.py147 ny = OptDB.getInt('ny', n) variable
/petsc/src/ksp/ksp/tutorials/
H A Dex49.c266 PetscInt si, sj, nx, ny, i, j; in DMDACoordViewGnuplot2d() local
306 PetscInt si, sj, nx, ny, i, j; in DMDAViewGnuplot2d() local
368 PetscInt si, sj, nx, ny, i, j, p; in DMDAViewCoefficientsGnuplot2d() local
713 PetscInt si, sj, nx, ny, i, j, p; in solve_elasticity_2d() local
1053 PetscInt si, sj, nx, ny, i, j; in BCApply_EAST() local
1118 PetscInt si, sj, nx, ny, i, j; in BCApply_WEST() local

12