Searched refs:oey (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex42.c | 1546 PetscInt *osx, *osy, *osz, *oex, *oey, *oez; in DAViewVTK_write_PieceExtend() local 1585 PetscCall(PetscMalloc1(pN, &oey)); in DAViewVTK_write_PieceExtend() 1596 oey[i] = oly[i] + ly[i] + stencil; in DAViewVTK_write_PieceExtend() 1598 if (oey[i] > M) oey[i] = N; in DAViewVTK_write_PieceExtend() 1615 …" %" PetscInt_FMT "\" Source=\"%s\"/>\n", osx[i], oex[i] - 1, osy[j], oey[j] - 1, osz[k], oez… in DAViewVTK_write_PieceExtend() 1626 PetscCall(PetscFree(oey)); in DAViewVTK_write_PieceExtend()
|