<div dir="ltr"><div>Dear PETSc users,</div><div><br></div><div><br></div><div>I have a question about structure of programming.</div><div><br></div><div>My blueprint of Finite Element programming with PETSc solver is below.</div><div><img src="cid:ii_l9fo0mtg0" alt="image.png" width="542" height="304"><br></div><div>The blue box is whole loop for my FE program.</div><div><div>There is a loop B that performs a convergence iteration (KU=F) inside the loop A in which the load increment increases.</div><div>I want to proceed in rank=0 sequentially except for the kspsolve part that solves KU=F.</div></div><div><br></div><div>How can I do this??</div><div><br></div><div><br></div><div>Best regards,</div><div>Hyung Kim</div></div>