Searched refs:oex (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 1584 PetscCall(PetscMalloc1(pM, &oex)); in DAViewVTK_write_PieceExtend() 1589 oex[i] = olx[i] + lx[i] + stencil; in DAViewVTK_write_PieceExtend() 1591 if (oex[i] > M) oex[i] = M; in DAViewVTK_write_PieceExtend() 1615 …T " %" PetscInt_FMT " %" PetscInt_FMT "\" Source=\"%s\"/>\n", osx[i], oex[i] - 1, osy[j], oey… in DAViewVTK_write_PieceExtend() 1625 PetscCall(PetscFree(oex)); in DAViewVTK_write_PieceExtend()
|