|
GridFire 0.0.1a
General Purpose Nuclear Network
|
Classes | |
| class | DirectNetworkSolver |
| A network solver that directly integrates the reaction network ODEs. More... | |
| struct | dynamicQSESpeciesIndices |
| Structure to hold indices of dynamic and QSE species. More... | |
| class | NetworkSolverStrategy |
| Abstract base class for network solver strategies. More... | |
| class | QSENetworkSolver |
| A network solver that uses a Quasi-Steady-State Equilibrium (QSE) approach. More... | |
Typedefs | |
| using | DynamicNetworkSolverStrategy = NetworkSolverStrategy<DynamicEngine> |
| Type alias for a network solver strategy that uses a DynamicEngine. | |
| using | AdaptiveNetworkSolverStrategy = NetworkSolverStrategy<AdaptiveEngineView> |
| Type alias for a network solver strategy that uses an AdaptiveEngineView. | |
| using | StaticNetworkSolverStrategy = NetworkSolverStrategy<Engine> |
| Type alias for a network solver strategy that uses a static Engine. | |
Type alias for a network solver strategy that uses an AdaptiveEngineView.
Type alias for a network solver strategy that uses a DynamicEngine.