Class

NumCosmoDECont

Description [src]

final class NumCosmo.DECont : NumCosmoMath.CSQ1D
{
  /* No available fields */
}

Dark energy contraction perturbations model.

This object provides the computation of cosmological perturbations in a contracting universe with dark energy. It solves the equation of motion for the gauge invariant variable $\zeta$.

Ancestors

Constructors

nc_de_cont_new

Creates a new NcDECont object.

Functions

nc_de_cont_clear

Decrease the reference count of dec by one, and sets the pointer *dec to NULL.

Instance methods

nc_de_cont_free

Decrease the reference count of dec by one.

nc_de_cont_get_k

Gets the value of $k$.

nc_de_cont_ref

Increase the reference of dec by one.

nc_de_cont_set_k

Sets the value of $k$.

Methods inherited from NcmCSQ1D (52)

Please see NcmCSQ1D for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmo.DECont:OmegaL
No description available.

NumCosmo.DECont:Omegaw
No description available.

NumCosmo.DECont:cs2
No description available.

NumCosmo.DECont:k
No description available.

NumCosmo.DECont:w
No description available.

Properties inherited from NcmCSQ1D (10)
NumCosmoMath.CSQ1D:abstol
No description available.
NumCosmoMath.CSQ1D:adiab-threshold
No description available.
NumCosmoMath.CSQ1D:prop-threshold
No description available.
NumCosmoMath.CSQ1D:reltol
No description available.
NumCosmoMath.CSQ1D:save-evol
No description available.
NumCosmoMath.CSQ1D:tf
No description available.
NumCosmoMath.CSQ1D:ti
No description available.
NumCosmoMath.CSQ1D:vacuum-max-time
No description available.
NumCosmoMath.CSQ1D:vacuum-reltol
No description available.
NumCosmoMath.CSQ1D:vacuum-type
No description available.

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 NumCosmoDEContClass {
  NcmCSQ1DClass parent_class;
  
}

No description available.

Class members
parent_class: NcmCSQ1DClass

No description available.