SSM_EP2SN

SSM_EP2SN

Contents

function varargout = SSM_ep2SN(obj,oid,run,lab,parRange,outdof,varargin)
        

SSM_EP2SN

This function performs continuation of saddle-node (SN) equilibirium points of slow dynamics. SN bifurcation is of codimension one and hence two parameters are free to vary to yield an one-dimensional manifold of SN points. Each SN point corresponds to a SN bifurcation periodic orbit in the regular time dynamics. The continuation here starts from a saved solution, which is a SN point.

FRCIRS = SSM_EP2SN(OBJ,OID,RUN,LAB,PARRANGE,OUTDOF,VARARGIN)

See also: SSM_ISOL2EP, SSM_EP2EP, SSM_BP2EP

FRC = obj.SSM_cont_ep('SN',oid,run,lab,[],parRange,outdof,varargin{:});
varargout{1} = FRC;
        
end