![]() |
Thermal-FIST 1.5
Package for hadron resonance gas model applications
|
Class implementing the Broyden equations for cosmology. More...
#include <CosmicEoS.h>
Public Member Functions | |
BroydenEquationsCosmology (CosmicEoS *model) | |
Constructor for the BroydenEquationsCosmology class. | |
std::vector< double > | Equations (const std::vector< double > &x) |
Implements the equations to be solved. | |
![]() | |
BroydenEquations ()=default | |
Default constructor. Does nothing. | |
virtual | ~BroydenEquations (void)=default |
Destructor. | |
virtual int | Dimension () const |
Number of equations. | |
void | SetDimension (int dim) |
Additional Inherited Members | |
![]() | |
int | m_N |
The number of equations. | |
Class implementing the Broyden equations for cosmology.
This class is used to solve for chemical potentials that satisfy the asymmetry constraints.
Definition at line 429 of file CosmicEoS.h.
|
inline |
Constructor for the BroydenEquationsCosmology class.
model | Pointer to the CosmicEoS model. |
Definition at line 437 of file CosmicEoS.h.
|
virtual |
Implements the equations to be solved.
x | The vector of variables (chemical potentials). |
Implements thermalfist::BroydenEquations.
Definition at line 408 of file CosmicEoS.cpp.