Searched refs:arrCoord (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/stag/tutorials/ |
| H A D | ex3.c | 174 PetscScalar ****arrCoord; in CreateSystem() local 190 PetscCall(DMStagVecGetArrayRead(dmCoord, coordLocal, &arrCoord)); in CreateSystem() 217 …valRhs = uxRef(arrCoord[ez][ey][ex][icux_right[0]], arrCoord[ez][ey][ex][icux_right[1]], arrCoord[… in CreateSystem() 231 …valRhs = uyRef(arrCoord[ez][ey][ex][icuy_up[0]], arrCoord[ez][ey][ex][icuy_up[1]], arrCoord[ez][ey… in CreateSystem() 245 …valRhs = uzRef(arrCoord[ez][ey][ex][icuz_front[0]], arrCoord[ez][ey][ex][icuz_front[1]], arrCoord[… in CreateSystem() 261 …valRhs = uxRef(arrCoord[ez][ey][ex][icux[0]], arrCoord[ez][ey][ex][icux[1]], arrCoord[ez][ey][ex][… in CreateSystem() 724 …valRhs = fx(arrCoord[ez][ey][ex][icux[0]], arrCoord[ez][ey][ex][icux[1]], arrCoord[ez][ey][ex][icu… in CreateSystem() 740 …valRhs = uyRef(arrCoord[ez][ey][ex][icuy[0]], arrCoord[ez][ey][ex][icuy[1]], arrCoord[ez][ey][ex][… in CreateSystem() 1203 …valRhs = fy(arrCoord[ez][ey][ex][icuy[0]], arrCoord[ez][ey][ex][icuy[1]], arrCoord[ez][ey][ex][icu… in CreateSystem() 1219 …valRhs = uzRef(arrCoord[ez][ey][ex][icuz[0]], arrCoord[ez][ey][ex][icuz[1]], arrCoord[ez][ey][ex][… in CreateSystem() [all …]
|
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex30.c | 71 PetscScalar ****arrCoord; in CreateMat() local 86 PetscCall(DMStagVecGetArrayRead(dmCoord, coordLocal, &arrCoord)); in CreateMat() 1611 PetscCall(DMStagVecRestoreArrayRead(dmCoord, coordLocal, &arrCoord)); in CreateMat() 1638 PetscScalar ****arrCoord; in CheckMat() local 1652 PetscCall(DMStagVecGetArrayRead(dmCoord, coordLocal, &arrCoord)); in CheckMat() 3187 PetscCall(DMStagVecRestoreArrayRead(dmCoord, coordLocal, &arrCoord)); in CheckMat()
|