<div dir="ltr"><div>Hi PETSc team:</div><div><br></div><div>I have a question regarding the compatibility between the nest matrix and the vec object. My understanding is that one should create and use nest vectors when the matrix is in the nest form.</div><div><br></div><div>In the tutorial example <br></div><div><a href="http://www.mcs.anl.gov/petsc/petsc-current/src/snes/examples/tutorials/ex70.c.html">http://www.mcs.anl.gov/petsc/petsc-current/src/snes/examples/tutorials/ex70.c.html</a></div><div><br></div><div>I noticed that the vectors are created as regular MPI vectors, with the local partition left for PETSC_DECIDE, in lines 171-173. I wander if the underlying structure of the vectors are compatible with the nest matrix. If not, will that create some unnecessary communication work?</div><div><br></div><div>Look forward to your suggestions.</div><div><br></div><div>Best,</div><div><br></div><div>Mike<br></div></div>