Method
NumCosmoMathCSQ1Dprepare
Declaration [src]
void
ncm_csq1d_prepare (
NcmCSQ1D* csq1d,
NcmModel* model
)
Description [src]
Prepares the object using model. It integrates the system from the initial time to
the final time. If the NcmCSQ1DInitialStateType is set to
NCM_CSQ1D_INITIAL_CONDITION_TYPE_AD_HOC, the initial conditions must be set using
ncm_csq1d_set_init_cond(). Otherwise, the initial conditions are automatically set using the chosen method. See ncm_csq1d_set_initial_condition_type().
The initial conditions based on the vacuum are controlled by the parameters
ncm_csq1d_set_vacuum_reltol() and ncm_csq1d_set_vacuum_max_time().
Parameters
model-
Type:
NcmModelA
NcmModel.The argument can be NULL.The data is owned by the caller of the method.