Modules List
Here is a list of all documented modules with brief descriptions:
| example_gadget_read | Examples of whole snapshot and single file reads. Also includes examples of dynamic memory allocation, user defined types and pointers as aliases for subsections of arrays |
| gadget_io_mod | An attempt to practice object oriented Fortran 90 and to make some useful tools for reading Gadget snapshots. I have chosen to add overhead to the number of reads done (ie sometimes sections of a file need to be read multiple times to get the required data) in exchange for preserving memory and ease of coding and use. Note that my particle arrays go from 1-6 and not 0-5 |