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.
Instance methods
nc_hipert_comp_get_T_scalar
Calculates the current value of the energy momentum tensor
and stores it in T_scalar.
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.set_gauge
Sets the gauge NcHIPertGravGauge that the component comp
should use.