#include <vndflags.h>
Public Methods | |
| SOLVER_FLAGS () | |
| Constructor. | |
| void | Reset () |
| Reset flags. | |
| void | FirstStep ( bool b ) |
| Indicates if the step is the first one. More... | |
| bool | FirstStep () const |
| Is the first step. More... | |
| void | AcceptedStep ( bool b ) |
| Indicates if a step is accepted. More... | |
| bool | AcceptedStep () const |
| Is the last step accepted. More... | |
| void | GraphOutput ( bool b ) |
| Indicates if plots will be generated. More... | |
| bool | GraphOutput () const |
| Is graph output desired. More... | |
| void | VerboseOutput ( bool b ) |
| Indicates if verbose output is desired. More... | |
| bool | VerboseOutput () const |
| Is verbose output desired. More... | |
| void | ContinueOutput ( bool b ) |
| Indicates if we are continuing the graph output. More... | |
| bool | ContinueOutput () const |
| Is graph output continued. More... | |
| void | ContinueIntegration ( bool b ) |
| Indicates if we are continuing the integration. More... | |
| bool | ContinueIntegration () const |
| Is the integration continued. More... | |
This class provides several flags that are needed by a solver.
|
|
Constructor.
|
|
|
Reset flags.
|
|
|
Indicates if the step is the first one.
|
|
|
Is the first step.
This function returns the value that is set by the most recent call to |
|
|
Indicates if a step is accepted.
|
|
|
Is the last step accepted.
This function returns the value that is set by the most recent call to |
|
|
Indicates if plots will be generated.
If the parameter is
|
|
|
Is graph output desired.
This function returns the value that is set by the most recent call to |
|
|
Indicates if verbose output is desired.
|
|
|
Is verbose output desired.
This function returns the value that is set by the most recent call to |
|
|
Indicates if we are continuing the graph output.
|
|
|
Is graph output continued.
This function returns the value that is set by the most recent call to |
|
|
Indicates if we are continuing the integration.
|
|
|
Is the integration continued.
This function returns the value that is set by the most recent call to |
1.2.0 written by Dimitri van Heesch,
© 1997-2000