Class

NumCosmoHIPertEM

Description [src]

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

Perturbation object for electromagnetic mode.

This object provides the computation of the electromagnetic wave mode for the cosmological perturbations. It solves the equation of motion for the (cosmological) gauge invariant variable $A$.

Ancestors

Constructors

nc_hipert_em_new

Creates a new NcHIPertEM object.

Functions

nc_hipert_em_clear

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

Instance methods

nc_hipert_em_eval_PE_PB

Evaluates the electric and magnetic field power spectra in units of Gauss squared $G_\mathrm{s}^2$.

nc_hipert_em_free

Decreases the reference count of pem.

nc_hipert_em_get_k

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

nc_hipert_em_prepare_spectrum

Prepares the electric and magnetic field power spectra in units of Gauss squared $G_\mathrm{s}^2$.

nc_hipert_em_ref

Increases the reference count of pem.

nc_hipert_em_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.HIPertEM: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 NumCosmoHIPertEMClass {
  NcmCSQ1DClass parent_class;
  
}

No description available.

Class members
parent_class: NcmCSQ1DClass

No description available.