pne_event_target_lam

pne_event_target_lam(cx, opt)

pne_event_target_lam() - Event function to detect a target lambda value.

EFV = PNE_EVENT_TARGET_LAM(CX, OPT)

PNES_MASTER event function to detect the completion of the continuation
curve or another target value of lambda provided in OPT.stop_at.

Set OPT.stop_at a positive numerical value or to 'FULL' to use this
function to trigger termination of the continuation at the desired
value, or to trace the full curve back to lambda = 0, respectively.

Inputs:
    CX : struct containing info about current point (continuation soln)
    OPT - PNES_MASTER options struct

Outputs:
    EFV : event function value

See also pnes_master(), pne_register_events(), pne_event_nose().