Class

NumCosmoHIPertComp

Description [src]

abstract class NumCosmo.HIPertComp : GObject.Object
{
  /* No available fields */
}

Base class describing a general perturbation component.

This object is a base class for perturbation components. It is employed by NcHIPert and is responsible for computing the perturbations of a given component.

Ancestors

Descendants

Functions

nc_hipert_comp_clear

Decreases the reference count of comp and sets the pointer comp to NULL.

Instance methods

nc_hipert_comp_free

Decreases the reference count of comp.

nc_hipert_comp_get_T_scalar

Calculates the current value of the energy momentum tensor and stores it in T_scalar.

nc_hipert_comp_get_T_scalar_info
No description available.

nc_hipert_comp_get_deps
No description available.

nc_hipert_comp_get_dy_scalar

Calculates the time derivative of the dynamical variables.

nc_hipert_comp_get_gauge

Gets the gauge NcHIPertGravGauge used by the component comp.

nc_hipert_comp_get_id
No description available.

nc_hipert_comp_ndyn_var
No description available.

nc_hipert_comp_ref

Increases the reference count of comp.

nc_hipert_comp_set_gauge

Sets the gauge NcHIPertGravGauge that the component comp should use.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmo.HIPertComp:gauge
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 NumCosmoHIPertCompClass {
  /* no available fields */
}

No description available.

Virtual methods

NumCosmo.HIPertCompClass.get_T_scalar

Calculates the current value of the energy momentum tensor and stores it in T_scalar.

NumCosmo.HIPertCompClass.get_T_scalar_info
No description available.

NumCosmo.HIPertCompClass.get_T_tensor
No description available.

NumCosmo.HIPertCompClass.get_T_vector
No description available.

NumCosmo.HIPertCompClass.get_deps
No description available.

NumCosmo.HIPertCompClass.get_dy_scalar

Calculates the time derivative of the dynamical variables.

NumCosmo.HIPertCompClass.get_gauge

Gets the gauge NcHIPertGravGauge used by the component comp.

NumCosmo.HIPertCompClass.ndyn_var
No description available.

NumCosmo.HIPertCompClass.set_gauge

Sets the gauge NcHIPertGravGauge that the component comp should use.