Method
NumCosmoHaloDensityProfileget_phys_limits
Declaration [src]
void
nc_halo_density_profile_get_phys_limits (
NcHaloDensityProfile* dp,
NcHICosmo* cosmo,
const gdouble z,
gdouble* Ri,
gdouble* Rf
)
Description [src]
Gets the physical computation interval $(R_i,\, R_f)$.
This interval is relevant only if the object relies on
the numerical computation of the functions:
- nc_halo_density_profile_eval_dl_2d_density()
- nc_halo_density_profile_eval_dl_cyl_mass().
Parameters
cosmo-
Type:
NcHICosmoA
NcHICosmo.The data is owned by the caller of the method. z-
Type:
const gdoubleRedshift $z$.
Ri-
Type:
gdouble*Lower limit $R_i\;\left[\mathrm{Mpc}\right]$.
The argument will be set by the function. Rf-
Type:
gdouble*Lower limit $R_f\;\left[\mathrm{Mpc}\right]$.
The argument will be set by the function.