Lorene/C++ :
source files for the C++ part of LORENE, with the following substructure:
Lorene/Codes : main codes, including :
Lorene/Codes/Bin_star : computation of equilibrium configurations of binary starsLorene/Devel : template files for writing header and source files, as well as Makefiles to link with LORENE
Lorene/Codes/Rot_star : computation of equilibrium configurations of rotating stars
Lorene/Codes/Test : various codes for testing LORENE classes and methods
Lorene/Codes/Tutorial : various codes for learning LORENE classes and methods
Lorene/Doc : LORENE documentation, including
Lorene/Doc/refguide : HTML files of LORENE reference guide (generated by Doxygen)Lorene/Eos_tables : Tables for nuclear matter equations of state employed by Lorene
Lorene/Export : Codes for exporting LORENE data as standard C arrays onto Cartesian grids:
Lorene/Export/BinBH : Main code for reading LORENE binary black hole configuration stored in a file and exporting it onto a Cartesian gridLorene/F77 : Source files for the Fortran 77 part of LORENE
Lorene/Export/C++ : Sources of basic C++ classes (not part of LORENE) to perform the LORENE data exportation
Lorene/Inst_tools : Source files for LORENE installation tools
Lorene/Lib : Libraries created by the compilation of LORENE
Lorene/Test : Simple main codes for testing the installation of LORENE
Lorene/bin : Installation tools (executable files generated by the compilation of Lorene/Inst_tools/*.C)
$HOME_LORENE/Doc/refguide/index.htmlwhere $HOME_LORENE stands for the path of directory Lorene. In case the HTML reference manual has not been generated on your system (e.g. Doxygen missing), you can nevertheless access to the www version.