SERiF 0.0.1a
3+1D Stellar Structure and Evolution
|
#include <vector>
#include "probe.h"
#include "config.h"
#include "quill/Logger.h"
#include "composition.h"
#include "reaclib.h"
#include <unordered_map>
#include "const.h"
Go to the source code of this file.
Classes | |
struct | serif::network::NetIn |
Input structure for the network evaluation. More... | |
struct | serif::network::NetOut |
Output structure for the network evaluation. More... | |
class | serif::network::Network |
Class for network evaluation. More... | |
class | serif::network::ReaclibNetwork |
Namespaces | |
namespace | serif |
namespace | serif::network |
Enumerations | |
enum | serif::network::NetworkFormat { serif::network::APPROX8 , serif::network::REACLIB , serif::network::UNKNOWN } |
Functions | |
serif::network::reaclib::REACLIBReactionSet | serif::network::build_reaclib_nuclear_network (const serif::composition::Composition &composition) |
serif::network::reaclib::REACLIBReactionSet | serif::network::build_reaclib_nuclear_network (const serif::composition::Composition &composition, const double culling, const double T9) |
Variables | |
static std::unordered_map< NetworkFormat, std::string > | serif::network::FormatStringLookup |