Home
last modified time | relevance | path

Searched defs:js (Results 1 – 13 of 13) sorted by relevance

/petsc/lib/petsc/bin/
H A Dpetscnagfor118 js = [x for x in i.split(' ') if not x == '-Bstatic' and not x == '-Bdynamic'] variable
164 js = i.strip().split(' ') variable
178 js = [x for x in js if not x.endswith('init.o') and not x.endswith('quickfit.o')] variable
/petsc/src/mat/tests/
H A Dex65.c8 PetscInt m = 100, n = 11, js[11], i, j, cnt; in main() local
/petsc/src/dm/tests/
H A Dex24.c8 PetscInt M = 6, N = 5, m = PETSC_DECIDE, n = PETSC_DECIDE, i, j, is, js, in, jen; in main() local
H A Dex25.c8 …= 5, P = 4, m = PETSC_DECIDE, n = PETSC_DECIDE, p = PETSC_DECIDE, i, j, k, is, js, ks, in, jen, kn; in main() local
/petsc/src/dm/impls/stag/tests/
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/tutorials/
H A Dswarm_ex1.c181 PetscInt is, js, ni, nj, overlap; in ex1_3() local
344 PetscInt is, js, ni, nj, overlap, nn; in ex1_4() local
/petsc/src/ts/characteristic/interface/
H A Dcharacteristic.c340 PetscInt n, is, ie, js, je, comp; in CharacteristicSolve() local
784 PetscReal is, ie, js, je; in DMDAGetNeighborRelative() local
/petsc/src/snes/tutorials/
H A Dex30.c965 PetscInt i, j, is, js, im, jm; in Initialize() local
1100 PetscInt i, j, is, js, im, jm, ilim, jlim, ivt; in ViscosityField() local
1154 PetscInt i, j, is, js, im, jm; in StressField() local
1295 PetscInt is, ie, js, je, ibound; /* ,ivisc */ in FormFunctionLocal() local
/petsc/src/ts/tests/
H A Dex3.c498 PetscInt i, j, js, je, jj; in rhs() local
/petsc/src/tao/pde_constrained/tutorials/
H A Delliptic.c539 PetscInt m, n, i, j, k, l, linear_index, is, js, ks, ls, istart, iend, iblock; in EllipticInitialize() local