Class

NumCosmoRecombCBE

Description [src]

class NumCosmo.RecombCBE : NumCosmo.Recomb
{
  /* No available fields */
}

Cosmic recombination by Class.

Cosmic recobination as implemeted by Class. For more details see: NcCBE.

Ancestors

Constructors

nc_recomb_cbe_full_new

Creates a new NcRecombCBE using default properties and cbe as the Class backend object NcCBE.

nc_recomb_cbe_new

Creates a new NcRecombCBE using default properties.

Functions

nc_recomb_cbe_clear

Decreases the reference count of recomb_cbe if recomb_cbe is not NULL, then sets *recomb_cbe to NULL.

Instance methods

nc_recomb_cbe_free

Decreases the reference count of recomb_cbe.

nc_recomb_cbe_peek_cbe

Peeks the currently used NcCBE.

nc_recomb_cbe_ref

Increases the reference count of recomb_cbe.

nc_recomb_cbe_set_cbe

Sets cbe as the Class backend to be used.

Methods inherited from NcRecomb (36)

Please see NcRecomb for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmo.RecombCBE:cbe
No description available.

Properties inherited from NcRecomb (3)
NumCosmo.Recomb:init-frac
No description available.

NumCosmo.Recomb:prec

The precision used in the calculations.

NumCosmo.Recomb:zi

Initial redshift to prepare the recombination functions.

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 NumCosmoRecombCBEClass {
  /* no available fields */
}

No description available.