Searched refs:shifty (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex10.c | 85 PetscInt i, j, k, i1, i2, j_1, j2, k1, k2, h1, h2, shiftx, shifty, shiftz; in GetElasticityMatrix() local 104 shifty = 3 * (2 * m + 1); 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()
|