Method

NumCosmoHIPertTwoFluidsevolve_array

Declaration [src]

NcmMatrix*
nc_hipert_two_fluids_evolve_array (
  NcHIPertTwoFluids* ptf,
  NcHICosmo* cosmo,
  gdouble alphaf,
  gdouble step_reltol,
  gdouble step_abstol
)

Description [src]

Evolve the system until alphaf and store the results in an array. Only steps with difference satisfying the relative and absolute tolerances are stored.

Parameters

cosmo

Type: NcHICosmo

A NcHICosmo.

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

Type: gdouble

The final log-redshift time.

step_reltol

Type: gdouble

The step size relative tolerance.

step_abstol

Type: gdouble

The step size absolute tolerance.

Return value

Type: NcmMatrix

A NcmMatrix.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.