GridFire 0.0.1a
General Purpose Nuclear Network
|
Public Attributes | |
size_t | reaction_index |
std::vector< size_t > | unique_reactant_indices |
std::vector< int > | reactant_powers |
double | symmetry_factor |
std::vector< size_t > | affected_species_indices |
std::vector< int > | stoichiometric_coefficients |
Definition at line 311 of file engine_graph.h.
std::vector<size_t> gridfire::GraphEngine::PrecomputedReaction::affected_species_indices |
Definition at line 316 of file engine_graph.h.
std::vector<int> gridfire::GraphEngine::PrecomputedReaction::reactant_powers |
Definition at line 314 of file engine_graph.h.
size_t gridfire::GraphEngine::PrecomputedReaction::reaction_index |
Definition at line 312 of file engine_graph.h.
std::vector<int> gridfire::GraphEngine::PrecomputedReaction::stoichiometric_coefficients |
Definition at line 317 of file engine_graph.h.
double gridfire::GraphEngine::PrecomputedReaction::symmetry_factor |
Definition at line 315 of file engine_graph.h.
std::vector<size_t> gridfire::GraphEngine::PrecomputedReaction::unique_reactant_indices |
Definition at line 313 of file engine_graph.h.