============================ PETSc Introductory Tutorials ============================ These tutorials are intended for people new to PETSc, who would like to get oriented by walking through some simple operations. You should be able to complete this short set of tutorials in a couple of of hours. This can be done on your own, or as part of a larger workshop on PETSc. .. toctree:: :maxdepth: 1 build_run/introductory_tutorial_build build_run/introductory_tutorial_hello build_run/introductory_tutorial_hello_parallel vec/introductory_tutorial_vec mat/introductory_tutorial_mat ksp/ksp/introductory_tutorial_ksp ksp/pc/introductory_tutorial_pc snes/introductory_tutorial_snes dm/introductory_tutorial_dm tao/introductory_tutorial_tao ts/introductory_tutorial_ts Learning More ============= These tutorials are not intended to cover all possible topics, but rather to provide a gateway to the rest of the documentation. In particular, see the :doc:`../../guides/guide_to_examples` which highlights some of the large number of tutorial examples included with PETSc.