meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.com/meso-web.git
Log | Files | Refs | README | LICENSE

solstice-resources.md (1266B)


      1 # Additional resources
      2 
      3 <span id="ABG"/>
      4 
      5 ## Beginner's guide
      6 
      7 The *Solstice Absolute Beginner's Guide* is designed to introduce enough
      8 concepts and functionalities that you will be able to autonomously use
      9 the Solstice program.
     10 The tutorial itself is provided in a pdf file while the Solstice
     11 resources on which it relies - i.e. input files \- are available in a
     12 separate archive.
     13 
     14 ### Downloads
     15 
     16 - Beginner's Guide: [pdf](downloads/Solstice-ABG.pdf)
     17 - Resources: [zip](downloads/Solstice-ABG-rsrc.zip) /
     18              [sha512](downloads/Solstice-ABG-rsrc.zip.sha512)
     19 
     20 ## Post-Processes
     21 
     22 Solstice Post-Process is a collection of command-line tools that
     23 post-process the outputs of Solstice.
     24 These programs illustrate how the raw-results of Solstice can be
     25 processed with respect to the user needs.
     26 
     27 They are free software written in standard C, without external
     28 dependency, and released under the
     29 [GPLv3+ license](https://www.gnu.org/licenses/gpl.html).
     30 You can thus easily study, modify or extend them according to your
     31 needs.
     32 
     33 They are built and installed alonside Solstice, and their source
     34 code is hosted in a dedicated
     35 [git repository](https://www.meso-star.com/git/solstice-pp).
     36 
     37 See their [dedicated man pages](solstice-docs.html) for a detailed
     38 description.