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 {
10 const DynamicEngine& engine,
11 const std::vector<double>& Y,
12 const double T9,
13 const double rho
14 );
15}
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)
Definition logging.cpp:13