Class
NumCosmoHIPertBoltzmann
Description [src]
abstract class NumCosmo.HIPertBoltzmann : NumCosmo.HIPert
{
/* No available fields */
}
Base class for perturbative Boltzmann hierarchy.
This object defines the functions for solving the Boltzmann hierarchy. It is a base class for the perturbative Boltzmann hierarchy, which is used to compute the evolution of the perturbations in the early universe.
Instance methods
nc_hipert_boltzmann_prepare_if_needed
Prepares the NcHIPertBoltzmann object if not prepared for cosmo.
Methods inherited from NcHIPert (11)
nc_hipert_get_abstol
Gets the value of the relative tolerance.
nc_hipert_get_mode_k
Gets the value of the mode $k$.
nc_hipert_get_reltol
Gets the value of the relative tolerance.
nc_hipert_prepared
nc_hipert_reset_solver
Destroy and recreates the solver.
nc_hipert_set_abstol
Sets the value of the absolute tolerance.
nc_hipert_set_mode_k
Sets the value of the mode to be computed.
nc_hipert_set_prepared
Sets the object to prepared.
nc_hipert_set_reltol
Sets the value of the relative tolerance.
nc_hipert_set_stiff_solver
Sets the ode algorithm to use.
nc_hipert_set_sys_size
Sets the system size.
Properties
Properties inherited from NcHIPert (5)
NumCosmo.HIPert:abstol
NumCosmo.HIPert:alphai
NumCosmo.HIPert:k
NumCosmo.HIPert:reltol
NumCosmo.HIPert:sys-size
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct NumCosmoHIPertBoltzmannClass {
/* no available fields */
}
No description available.
Virtual methods
NumCosmo.HIPertBoltzmannClass.prepare_if_needed
Prepares the NcHIPertBoltzmann object if not prepared for cosmo.