Method

NumCosmoHIPertTwoFluidsset_init_cond

Declaration [src]

void
nc_hipert_two_fluids_set_init_cond (
  NcHIPertTwoFluids* ptf,
  NcHICosmo* cosmo,
  gdouble alpha,
  guint main_mode,
  gboolean useQP,
  NcmVector* init_cond
)

Description [src]

Sets the initial conditions for the two fluids system evolution.

Parameters

cosmo

Type: NcHICosmo

A NcHICosmo.

The data is owned by the caller of the method.
alpha

Type: gdouble

The log-redshift time.

main_mode

Type: guint

Main mode.

useQP

Type: gboolean

Whether to use the $(Q,\,P)$ system.

init_cond

Type: NcmVector

A NcmVector (size >= 8) containing the initial conditions.

The data is owned by the caller of the method.