GridFire 0.0.1a
General Purpose Nuclear Network
Loading...
Searching...
No Matches
gridfire::solver Namespace Reference

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.
 

Typedef Documentation

◆ AdaptiveNetworkSolverStrategy

Type alias for a network solver strategy that uses an AdaptiveEngineView.

Definition at line 74 of file solver.h.

◆ DynamicNetworkSolverStrategy

Type alias for a network solver strategy that uses a DynamicEngine.

Definition at line 69 of file solver.h.

◆ StaticNetworkSolverStrategy

Type alias for a network solver strategy that uses a static Engine.

Definition at line 79 of file solver.h.