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:
NcHICosmoA
NcHICosmo.The data is owned by the caller of the method. alphaf-
Type:
gdoubleThe final log-redshift time.
step_reltol-
Type:
gdoubleThe step size relative tolerance.
step_abstol-
Type:
gdoubleThe 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. |