Searched refs:osy (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 1582 PetscCall(PetscMalloc1(pN, &osy)); in DAViewVTK_write_PieceExtend() 1595 osy[i] = oly[i] - stencil; in DAViewVTK_write_PieceExtend() 1597 if (osy[i] < 0) osy[i] = 0; in DAViewVTK_write_PieceExtend() 1615 …Int_FMT " %" PetscInt_FMT "\" Source=\"%s\"/>\n", osx[i], oex[i] - 1, osy[j], oey[j] - 1, osz… in DAViewVTK_write_PieceExtend() 1623 PetscCall(PetscFree(osy)); in DAViewVTK_write_PieceExtend()
|