Method

NumCosmoMathCSQ1Dset_init_cond

Declaration [src]

void
ncm_csq1d_set_init_cond (
  NcmCSQ1D* csq1d,
  NcmModel* model,
  NcmCSQ1DEvolState evol_state,
  NcmCSQ1DState* initial_state
)

Description [src]

Sets the values of the initial conditions to initial_state. Depending on the value of evol_state, the initial conditions are set in the adiabatic frame 1 if evol_state is #NCM_CSQ1D_EVOL_STATE_ADIABATIC, or in the original frame when using the $U_+$ or $U_-$ parametrization.

Parameters

model

Type: NcmModel

A NcmModel.

The argument can be NULL.
The data is owned by the caller of the method.
evol_state

Type: NcmCSQ1DEvolState

A NcmCSQ1DEvolState.

initial_state

Type: NcmCSQ1DState

A NcmCSQ1DState.

The data is owned by the caller of the method.