|
GridFire v0.7.0_rc2
General Purpose Nuclear Network
|
Defines types related to building reaction networks in the GridFire engine. More...
#include <variant>Namespaces | |
| namespace | gridfire |
| namespace | gridfire::engine |
Typedefs | |
| using | gridfire::engine::BuildDepthType = std::variant<NetworkBuildDepth, int> |
| Variant specifying either a predefined NetworkBuildDepth or a custom integer depth. | |
Enumerations | |
| enum class | gridfire::engine::NetworkBuildDepth { gridfire::engine::Full = -1 , gridfire::engine::Shallow = 1 , gridfire::engine::SecondOrder = 2 , gridfire::engine::ThirdOrder = 3 , gridfire::engine::FourthOrder = 4 , gridfire::engine::FifthOrder = 5 } |
| Specifies supported depths for building the reaction network. More... | |
Defines types related to building reaction networks in the GridFire engine.
This file contains the enumeration and variant type used to specify the depth of reaction network construction within the GridFire simulation engine.