Interface
NumCosmoHIPertIAdiab
Prerequisite
In order to implement HIPertIAdiab, your type must inherit fromGObject.
Instance methods
nc_hipert_iadiab_eval_p2Psi
Evaluates the conversion factor to convert the momentum of the adiabatic mode to the gauge invariant variable $\Psi$.
nc_hipert_iadiab_eval_p2drho
Evaluates the conversion factor to convert the momentum of the adiabatic mode to the gauge invariant variable $\delta\rho$.
nc_hipert_iadiab_eval_tau_hubble
Evaluates the time at where the Hubble radius is equal to the wave number $k$.
nc_hipert_iadiab_eval_tau_jeans
Evaluates the time at where the Jeans scale is equal to the wave number $k$.
Interface structure
struct NumCosmoHIPertIAdiabInterface {
gdouble (* eval_xi) (
NcHIPertIAdiab* iad,
const gdouble tau,
const gdouble k
);
gdouble (* eval_F1) (
NcHIPertIAdiab* iad,
const gdouble tau,
const gdouble k
);
gdouble (* eval_nu) (
NcHIPertIAdiab* iad,
const gdouble tau,
const gdouble k
);
gdouble (* eval_m) (
NcHIPertIAdiab* iad,
const gdouble tau,
const gdouble k
);
gdouble (* eval_unit) (
NcHIPertIAdiab* iad
);
gdouble (* eval_x) (
NcHIPertIAdiab* iad,
const gdouble tau
);
gdouble (* eval_p2Psi) (
NcHIPertIAdiab* iad,
const gdouble tau,
const gdouble k
);
gdouble (* eval_p2drho) (
NcHIPertIAdiab* iad,
const gdouble tau,
const gdouble k
);
gdouble (* eval_lapse) (
NcHIPertIAdiab* iad,
const gdouble tau
);
gdouble (* eval_tau_hubble) (
NcHIPertIAdiab* iad,
const gdouble k
);
gdouble (* eval_tau_jeans) (
NcHIPertIAdiab* iad,
const gdouble k
);
gdouble (* eval_hubble) (
NcHIPertIAdiab* iad,
const gdouble tau
);
}
No description available.
Interface members
eval_xi |
|
No description available. |
|
eval_F1 |
|
No description available. |
|
eval_nu |
|
No description available. |
|
eval_m |
|
No description available. |
|
eval_unit |
|
No description available. |
|
eval_x |
|
No description available. |
|
eval_p2Psi |
|
No description available. |
|
eval_p2drho |
|
No description available. |
|
eval_lapse |
|
No description available. |
|
eval_tau_hubble |
|
No description available. |
|
eval_tau_jeans |
|
No description available. |
|
eval_hubble |
|
No description available. |
Virtual methods
NumCosmo.HIPertIAdiab.eval_p2Psi
Evaluates the conversion factor to convert the momentum of the adiabatic mode to the gauge invariant variable $\Psi$.
NumCosmo.HIPertIAdiab.eval_p2drho
Evaluates the conversion factor to convert the momentum of the adiabatic mode to the gauge invariant variable $\delta\rho$.
NumCosmo.HIPertIAdiab.eval_tau_hubble
Evaluates the time at where the Hubble radius is equal to the wave number $k$.
NumCosmo.HIPertIAdiab.eval_tau_jeans
Evaluates the time at where the Jeans scale is equal to the wave number $k$.