<div dir="ltr">Hello,<div><br></div><div>I have a matrix assembled in interlaced format. I am not able to follow how to use fieldsplit. Is there a good example to show how to do this.  My variable are in this format [ {u1,v1,p1}, {u2,v2,p2}, ....,{un,vn,pn}], where n is the number of grid points and u,v,p are the velocity and pressure components. The matrix is assembled as</div><div><br></div><div>[ uu11 uv11 up11  uu12 uv12 up12 ......</div><div>  vu11 vv11 vp11  vu12 vv12 vp12 .......</div><div>  pu11 pv11 pp11 pu12 pv12 pp12 ......</div><div><br></div><div>  uu21 uv21 up21  uu22 uv22 up22 ......</div><div>  vu21 vv21 vp21  vu22 vv22 vp22 .......</div><div>  pu21 pv21 pp21 pu22 pv22 pp22 ......</div><div>  </div><div>  .</div><div>  .</div><div> </div><div>]</div><div><br></div><div>I want to split u and v fields as one block and p field as another block.</div><div><br></div><div>Any help would be appreciated.</div><div><br></div><div>Raju.</div><div></div><div> </div><div>  </div><div><br></div></div>