Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tests/
H A Dex10.c85 PetscInt i, j, k, i1, i2, j_1, j2, k1, k2, h1, h2, shiftx, shifty, shiftz; in GetElasticityMatrix() local
103 shiftx = 3; in GetElasticityMatrix()
110 base = 2 * k * shiftz + 2 * j * shifty + 2 * i * shiftx; in GetElasticityMatrix()
115 r1 = base + i1 * shiftx + j_1 * shifty + k1 * shiftz; in GetElasticityMatrix()
119 r2 = base + i2 * shiftx + j2 * shifty + k2 * shiftz; in GetElasticityMatrix()