Defines the classes for generating stellar evolution interpolators from the YREC tracks. More...
#include "../Core/SharedLibraryExportMacros.h"
#include "StellarEvolution.h"
#include "Common.h"
#include "AstronomicalConstants.h"
#include "dirent_hacked.h"
#include "Error.h"
#include <fstream>
#include <string>
#include <cassert>
#include <boost/archive/text_oarchive.hpp>
#include <boost/archive/text_iarchive.hpp>
#include <boost/serialization/base_object.hpp>
Go to the source code of this file.
Classes | |
class | YRECHeader |
A class which parses the header of a YREC evolution track. More... | |
class | EvolutionIterator |
An iterator over the list of extracted tracks. More... | |
class | YRECEvolution |
A stellar evolution interpolator based on the YREC tracks. More... | |