[petsc-users] Question about Sequential & Parallel part

김성익 ksi2443 at gmail.com
Wed Oct 19 08:25:42 CDT 2022


Dear PETSc users,


I have a question about structure of programming.

My blueprint of Finite Element programming with PETSc solver is below.
[image: image.png]
The blue box is whole loop for my FE program.
There is a loop B that performs a convergence iteration (KU=F) inside the
loop A in which the load increment increases.
I want to proceed in rank=0 sequentially except for the kspsolve part that
solves KU=F.

How can I do this??


Best regards,
Hyung Kim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20221019/a6df03bd/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 64551 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20221019/a6df03bd/attachment-0001.png>


More information about the petsc-users mailing list