I know PETSc allows its vectors to carry ghost values thanks to VecCreateGhost() or VecMPISetGhost()functions. Does anyone know if there is similar functions to create a matrix with ghost lines ? Thanks, Myriam
Asked
Active
Viewed 148 times
1 Answers
0
It seems that no such functions exist. So I have to change my matrices into vectors. The matrix object should be used only to build a linear system, not to store data.

Myriam Pipo
- 31
- 3