Class

NumCosmoHIPertBGVar

Description [src]

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

Perturbation background variables transport object.

This object is a subclass of NcHIPert, serving as a base class for perturbation background variables transport objects used by NcHIPertComp.

Ancestors

Constructors

nc_hipert_bg_var_new

Creates a new NcHIPertBGVar.

nc_hipert_bg_var_new_full
No description available.

Functions

nc_hipert_bg_var_class_get_id_by_gtype

Gets the id associated with the GType gt.

nc_hipert_bg_var_class_get_id_by_ns

Gets the id associated with the namespace ns.

nc_hipert_bg_var_class_register_id

Registers a new background variable class with the given namespace and descriptions.

nc_hipert_bg_var_clear

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

Instance methods

nc_hipert_bg_var_activate_id

Register which components that will use the object bg_var. the list … must end with a -1 signaling the end of the list.

nc_hipert_bg_var_activate_id_array

Register which components that will use the object bg_var. the list … must end with a -1 signaling the end of the list.

nc_hipert_bg_var_free

Decreases the reference count of bg_var.

nc_hipert_bg_var_get_dist

Gets the NcDistance object.

nc_hipert_bg_var_get_recomb

Gets the NcRecomb object.

nc_hipert_bg_var_get_scalefactor

Gets the NcScalefactor object.

nc_hipert_bg_var_get_zf
No description available.

nc_hipert_bg_var_len
No description available.

nc_hipert_bg_var_peek_dist

Peeks the NcDistance object.

nc_hipert_bg_var_peek_recomb

Peeks the NcRecomb object.

nc_hipert_bg_var_peek_scalefactor

Peeks the NcScalefactor object.

nc_hipert_bg_var_prepare

Prepares all computation objects inside bg_var.

nc_hipert_bg_var_prepare_if_needed

Prepares all computation objects inside bg_var if necessary.

nc_hipert_bg_var_ref

Increases the reference count of bg_var.

nc_hipert_bg_var_set_dist

Sets the NcDistance object.

nc_hipert_bg_var_set_recomb

Sets the NcRecomb object.

nc_hipert_bg_var_set_scalefactor

Sets the NcScalefactor object.

nc_hipert_bg_var_set_zf

Requires the maximum redshift for computations to be zf.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmo.HIPertBGVar:distance
No description available.

NumCosmo.HIPertBGVar:recomb
No description available.

NumCosmo.HIPertBGVar:scalefactor
No description available.

NumCosmo.HIPertBGVar:zf
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 NumCosmoHIPertBGVarClass {
  /* no available fields */
}

No description available.