MFContinuationMethod

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.

Function Documentation

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).

Parameters:
algorithm The Algorithm.
A The Atlas.
e A place to return errors.

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.

Parameters:
algorithm The Algorithm.
A The atlas.
M The implicitly defined manifold.
Omega A region for the computation.
n The number of initial points in the arrays u0 and Tan0.
u0 A list of initial points on the manifold.
Tan0 A list of bases for the tangent spaces of the manifold at the initial points.
e A place to return errors.

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.

Parameters:
algorithm The Algorithm.
A The Atlas.
e A place to return errors.


Generated on Tue Jan 30 13:39:19 2007 for multifario by  doxygen 1.4.6