Method

NumCosmoHIQG1Dset_init_cond_sq

Declaration [src]

void
nc_hiqg_1d_set_init_cond_sq (
  NcHIQG1D* qg1d,
  NcHIQG1DSQ* qm_sq,
  const gdouble xi,
  const gdouble xf
)

Description [src]

Sets the initial condition using psi0 and nc_hiqg_1d_sq_eval(), it calculates the best mesh for the initial condition using the real part of psi0.

Parameters

qm_sq

Type: NcHIQG1DSQ

Initial wave-function data.

The data is owned by the caller of the method.
xi

Type: const gdouble

Initial point.

xf

Type: const gdouble

Final point.