Represents important parameters for the efficacy of a completing simulation step.
More...
#include <wxstepperstatus.h>
Represents important parameters for the efficacy of a completing simulation step.
◆ WxStepperStatus()
Create status object.
- Parameters
-
status | true if status is success |
tc | timestep constraint |
◆ add_tc()
Add timestep constraint information to wxstepperstatus.
- Parameters
-
◆ get_tc()
Get writeout diagnostic.
- Returns
- writeout diagnostic
◆ getTimeStepStatus()
bool WxStepperStatus::getTimeStepStatus |
( |
| ) |
const |
|
inline |
Get status of stepper's time step (i.e., CFL condition )
- Returns
- status of stepper's time step, true if successfull
◆ merge()
Merge resulting in worst case properties of this and other WxStepperStatus.
- Parameters
-
◆ reset()
void WxStepperStatus::reset |
( |
| ) |
|
|
inline |
Returns object to its default construction state.
Maximum suggested time step and no errors.
◆ setTimeStepStatus()
void WxStepperStatus::setTimeStepStatus |
( |
bool |
timeStepStatus | ) |
|
|
inline |
Set status of stepper's time step (i.e., CFL condition )
- Parameters
-
timeStepStatus | Status of stepper's time step, true if successfull |
The documentation for this class was generated from the following file: