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.

Implementations

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_eval_unit
No description available.

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
gdouble (* eval_unit) (
    NcHIPertITwoFluids* itf
  )
 

No description available.

Virtual methods

NumCosmo.HIPertITwoFluids.eom
No description available.

NumCosmo.HIPertITwoFluids.eval_unit
No description available.

NumCosmo.HIPertITwoFluids.tv
No description available.

NumCosmo.HIPertITwoFluids.wkb
No description available.