reconstruct_equilibrium_with_kernel

Function reconstruct_equilibrium_with_kernel 

Source
pub fn reconstruct_equilibrium_with_kernel(
    reactor_config: &ReactorConfig,
    probes_rz: &[(f64, f64)],
    measurements: &[f64],
    initial_params_p: ProfileParams,
    initial_params_ff: ProfileParams,
    kernel_cfg: &KernelInverseConfig,
) -> FusionResult<InverseResult>
Expand description

Reconstruct profile parameters against actual FusionKernel observables.

This API evaluates residuals at physical probe coordinates (R, Z) by running the Grad-Shafranov kernel with candidate profile parameters.