Collaboration diagram for MFContinuationMethod:
Modules | |
MFAUTOsMethod | |
MFHendersonsMethod | |
Functions | |
void | MFContinuationMethodExtendAtlasMultiple (MFContinuationMethod algorithm, MFAtlas A, MFImplicitMF M, MFNRegion Omega, int n, MFNVector *u0, MFNKMatrix *Tan0, MFErrorHandler e) |
This is the basic continuation routine. It is called by the routines for the MFAtlas, though it can be called directly. | |
void | MFContinuationMethodCloseAtlas (MFContinuationMethod algorithm, MFAtlas A, MFErrorHandler e) |
Closes an atlas. It allows the algorithm to finish all of its operations (like closing output files). | |
void | MFContinuationMethodFlushAtlas (MFContinuationMethod algorithm, MFAtlas A, MFErrorHandler e) |
Flush an atlas. It allows the algorithm to finish up any pending steps (like writing output files), however the algorithm may be invoked again without starting from scratch. |
|
Closes an atlas. It allows the algorithm to finish all of its operations (like closing output files).
|
|
This is the basic continuation routine. It is called by the routines for the MFAtlas, though it can be called directly.
|
|
Flush an atlas. It allows the algorithm to finish up any pending steps (like writing output files), however the algorithm may be invoked again without starting from scratch.
|