Method
NumCosmoMathCSQ1Deval_at_frame
Declaration [src]
NcmCSQ1DState*
ncm_csq1d_eval_at_frame (
NcmCSQ1D* csq1d,
NcmModel* model,
const NcmCSQ1DFrame frame,
const gdouble t,
NcmCSQ1DState* state
)
Description [src]
Computes the system state at $t$, the result is stored in the state object
in the frame frame.
Parameters
model-
Type:
NcmModelA
NcmModel.The argument can be NULL.The data is owned by the caller of the method. frame-
Type:
NcmCSQ1DFrameA
NcmCSQ1DFrame. 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. |