.. highlight:: rst First Steps with PSYDAC ======================= This document is meant to give a tutorial-like overview of PSYDAC. The green arrows designate "more info" links leading to advanced sections about the described task. By reading this tutorial, you'll be able to: * compile a simple *PSYDAC* file * get familiar with parallel programing paradigms * create, modify and build a *PSYDAC* project. Install PSYDAC ************** Examples ******** In this section, we describe some features of *PSYDAC* on simple examples. .. literalinclude:: ../../tests/mapping/1d/test_1d.py :language: python See :download:`script <../../tests/mapping/1d/test_1d.py>`.