Class defining the XBraid access status wrapper.
The wrapper provides all functionality of the BraidAccessStatus class plus some functions that return the information by value
Inherits BraidAccessStatus.
|
braid_Int | callingFunction () |
| ???
|
|
bool | done () |
| Returns true if XBraid has completed.
|
|
braid_Real | error () |
| Returns the estimated error.
|
|
braid_Int | iterations () |
| Returns the number of iterations.
|
|
braid_Int | level () |
| Returns the current multigrid level.
|
|
braid_Int | levels () |
| Returns the total number of multigrid levels.
|
|
braid_Real | norm () |
| Returns the residual norm.
|
|
braid_Int | refines () |
| Returns the total number of refinements.
|
|
braid_Int | test () |
| ???
|
|
braid_Real | time () |
| Returns the current time instance.
|
|
braid_Int | timeIndex () |
| Returns the index of the time instance.
|
|
braid_Int | times () |
| Returns the total number of time instances.
|
|