Dear All,<div>    I&#39;m trying to &#39;draw&#39; a 2-D cylinder in PETSc. It simply restore the x and y coordinate values in two arrays. I wonder if I can use Vec in PETSc to implement it (i.e. defining a vec circle) so that I can call its x or y coordinate by circle.x or circle.y. Is this possible? also, is this a better way than just defining it as two arrays, i.e. x[ ] and y[ ].</div>
<div><br></div><div>thanks in advance,</div><div>Alan</div>