Class

NumCosmoHIPertGravEinstein

Description [src]

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

First order Einstein equations on a Friedmann background.

This object provides the computation of the first order Einstein equations on a Friedmann background. It solves the equations of motion for the gauge invariant variables.

Ancestors

Constructors

nc_hipert_grav_einstein_new

Creates a new NcHIPertGravEinstein.

Functions

nc_hipert_grav_einstein_clear

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

nc_hipert_grav_einstein_id
No description available.

Instance methods

nc_hipert_grav_einstein_free

Decreases the reference count of gr.

nc_hipert_grav_einstein_ref

Increases the reference count of gr.

Methods inherited from NcHIPertGrav (10)
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.HIPertGravEinstein:nhoc
No description available.

Properties inherited from NcHIPertGrav (1)
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 NumCosmoHIPertGravEinsteinClass {
  /* no available fields */
}

No description available.