00001
00024 MFContinuationMethod MFCreateHendersonsMethod(MFErrorHandler e);
00025
00032 void MFFreeHendersonsMethod(MFContinuationMethod algorithm,MFErrorHandler e);
00033
00041 void MFHendersonSetFilename(MFContinuationMethod algorithm,char *name,MFErrorHandler e);
00042
00050 char *MFHendersonGetFilename(MFContinuationMethod algorithm,MFErrorHandler e);
00051
00061 void MFHendersonAddClipF(MFContinuationMethod algorithm,double (*side)(MFNVector, MFErrorHandler),MFErrorHandler e);
00062
00069 void MFHendersonClearClipF(MFContinuationMethod algorithm,MFErrorHandler e);
00070
00078 void MFHendersonCloseAtlas(MFContinuationMethod algorithm, MFAtlas A,MFErrorHandler e);
00079
00087 void MFHendersonFlushAtlas(MFContinuationMethod algorithm, MFAtlas A,MFErrorHandler e);
00088
00114 int MFHendersonSetIntegerParameter(MFContinuationMethod algorithm, char *parameterName, int value, MFErrorHandler e);
00115
00133 int MFHendersonSetRealParameter(MFContinuationMethod algorithm, char *parameterName, double value, MFErrorHandler e);
00134
00160 int MFHendersonGetIntegerParameter(MFContinuationMethod algorithm, char *parameterName, MFErrorHandler e);
00179 double MFHendersonGetRealParameter(MFContinuationMethod algorithm, char *parameterName, MFErrorHandler e);
00180
00201 void MFContinuationMethodExtendAtlasMultiple(MFContinuationMethod algorithm,MFAtlas A,MFImplicitMF M,MFNRegion Omega,int n,MFNVector *u0,MFNKMatrix *Tan0,MFErrorHandler e);
00202
00210 void MFContinuationMethodCloseAtlas(MFContinuationMethod algorithm,MFAtlas A,MFErrorHandler e);
00211
00220 void MFContinuationMethodFlushAtlas(MFContinuationMethod algorithm,MFAtlas A,MFErrorHandler e);
00221