Class

NumCosmoHIPertGrav

Description [src]

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

Base class describing a general first order gravitation theory.

This object provides the computation of the gravitational perturbations. It solves the equation of motion for the (cosmological) gauge invariant variables.

Ancestors

Descendants

Functions

nc_hipert_grav_clear

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

Instance methods

nc_hipert_grav_free

Decreases the reference count of grav.

nc_hipert_grav_get_G_scalar

Gets the scalar part of the gravitation potentials.

nc_hipert_grav_get_G_scalar_info

Gets the determination type and dependencies for each gravitation pontential.

nc_hipert_grav_get_deps
No description available.

nc_hipert_grav_get_dy_scalar

Gets the scalar part of the gravitation potentials.

nc_hipert_grav_get_gauge

Gets the gauge NcHIPertGravGauge used by the gravonent grav.

nc_hipert_grav_get_id
No description available.

nc_hipert_grav_ndyn_var
No description available.

nc_hipert_grav_ref

Increases the reference count of grav.

nc_hipert_grav_set_gauge

Sets the gauge NcHIPertGravGauge that grav should use.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmo.HIPertGrav: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 NumCosmoHIPertGravClass {
  /* no available fields */
}

No description available.

Virtual methods

NumCosmo.HIPertGravClass.get_G_scalar

Gets the scalar part of the gravitation potentials.

NumCosmo.HIPertGravClass.get_G_scalar_info

Gets the determination type and dependencies for each gravitation pontential.

NumCosmo.HIPertGravClass.get_deps
No description available.

NumCosmo.HIPertGravClass.get_dy_scalar

Gets the scalar part of the gravitation potentials.

NumCosmo.HIPertGravClass.get_gauge

Gets the gauge NcHIPertGravGauge used by the gravonent grav.

NumCosmo.HIPertGravClass.ndyn_var
No description available.

NumCosmo.HIPertGravClass.set_gauge

Sets the gauge NcHIPertGravGauge that grav should use.