Class

NumCosmoHIPertGW

Description [src]

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

Perturbation object for gravitational wave mode.

This object provides the computation of the gravitational wave mode for the cosmological perturbations. It solves the equation of motion for the gauge invariant variable $h$.

Ancestors

Constructors

nc_hipert_gw_new

Creates a new NcHIPertGW object.

Functions

nc_hipert_gw_clear

Decreases the reference count of pgw and sets pgw to NULL.

Instance methods

nc_hipert_gw_eval_powspec

Evaluates the power spectrum of the tensor perturbation at a given time $$ P_h = u^2\frac{k^3}{2\pi^2} \frac{J_{11}}{2}. $$ where $u$ is the numerical factor for the power spectrum of the tensor mode, $k$ is the wave number.

nc_hipert_gw_eval_powspec_at

Evaluates the power spectrum of the tensor perturbation at a given time $$ P_h = u^2\frac{k^3}{2\pi^2} \frac{J_{11}}{2}. $$ where $u$ is the numerical factor for the power spectrum of the tensor mode, $k$ is the wave number.

nc_hipert_gw_free

Decreases the reference count of pgw.

nc_hipert_gw_get_k

Returns the mode $k$ for the gravitational wave perturbation mode.

nc_hipert_gw_ref

Increases the reference count of pgw.

nc_hipert_gw_set_k

Sets the mode $k$ for the gravitational wave perturbation mode.

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.HIPertGW:k
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 NumCosmoHIPertGWClass {
  NcmCSQ1DClass parent_class;
  
}

No description available.

Class members
parent_class: NcmCSQ1DClass

No description available.