G+Smo
24.08.0
Geometry + Simulation Modules
|
Class defining the XBraid coarsen and refinement status wrapper.
The wrapper provides all functionality of the BraidCoarsenRefStatus class plus some functions that return the information by value
Inherits BraidCoarsenRefStatus.
Public Member Functions | |
braid_Real | ctimeStart () |
Returns the start of the coarse time interval. | |
braid_Real | ctimeStop () |
Returns the end of the coarse time interval. | |
braid_Real | ftimeStart () |
Returns the start of the fine time interval. | |
braid_Real | ftimeStop () |
Returns the end of the fine time interval. | |
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_Int | refines () |
Returns the total number of refinements. | |
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. | |