GridFire 0.0.1a
General Purpose Nuclear Network
Loading...
Searching...
No Matches
logging.h
Go to the documentation of this file.
1#pragma once
2
4
5#include <string>
6#include <vector>
7
8namespace gridfire::utils {
60 const DynamicEngine& engine,
61 const std::vector<double>& Y,
62 const double T9,
63 const double rho
64 );
65}
Abstract class for engines supporting Jacobian and stoichiometry operations.
Abstract interfaces for reaction network engines in GridFire.
std::string formatNuclearTimescaleLogString(const DynamicEngine &engine, const std::vector< double > &Y, const double T9, const double rho)
Formats a map of nuclear species timescales into a human-readable string.
Definition logging.cpp:13