Interface
NumCosmoHIPertITwoFluids
Description [src]
interface NumCosmo.HIPertITwoFluids : GObject.Object
Perturbation interface for two fluids system.
Prerequisite
In order to implement HIPertITwoFluids, your type must inherit fromGObject.
Instance methods
nc_hipert_itwo_fluids_eom_eval
Computes the coefficients of the differential equation for the perturbations of the two fluids system.
nc_hipert_itwo_fluids_tv_eval
Computes the transformation matrix between the perturbations of the two fluids system and the variables used in the differential equation.
nc_hipert_itwo_fluids_wkb_eval
Computes the WKB approximations of the perturbations of the two fluids system.
Interface structure
struct NumCosmoHIPertITwoFluidsInterface {
gdouble (* eval_unit) (
NcHIPertITwoFluids* itf
);
}
No description available.
Interface members
eval_unit |
|
No description available. |