Method
NumCosmoMathCSQ1Deval_at
Declaration [src]
NcmCSQ1DState*
ncm_csq1d_eval_at (
NcmCSQ1D* csq1d,
NcmModel* model,
const gdouble t,
NcmCSQ1DState* state
)
Description [src]
Computes the system state at $t$, the result is stored in the state object
in the frame NCM_CSQ1D_FRAME_ORIG. Use ncm_csq1d_change_frame() to change the frame.
Parameters
model-
Type:
NcmModelA
NcmModel.The argument can be NULL.The data is owned by the caller of the method. t-
Type:
const gdoubleTime $t$.
state-
Type:
NcmCSQ1DStateA
NcmCSQ1DStateto store the result.The data is owned by the caller of the method.
Return value
Type: NcmCSQ1DState
The state object with the result.
| The returned data is owned by the instance. |