Method

NumCosmoMathCSQ1Dcompute_nonadiab

Declaration [src]

NcmCSQ1DState*
ncm_csq1d_compute_nonadiab (
  NcmCSQ1D* csq1d,
  NcmModel* model,
  const gdouble t,
  NcmCSQ1DState* state
)

Description [src]

Computes the value of the non-adiabatic VDC order two in the variables $\chi$ and $U$ at $t$. The result is stored in the state object in the frame NCM_CSQ1D_FRAME_NONADIAB1. Use ncm_csq1d_change_frame() to change the frame.

Parameters

model

Type: NcmModel

A NcmModel.

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

Type: const gdouble

Time $t$.

state

Type: NcmCSQ1DState

A NcmCSQ1DState to 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.