Chi-Tech
|
#include <ConstantTimeStepper.h>
Public Member Functions | |
ConstantTimeStepper (const chi::InputParameters ¶ms) | |
Public Member Functions inherited from chi_physics::TimeStepper | |
double | TimeStepSize () const |
double | Time () const |
size_t | TimeStepIndex () const |
double | StartTime () const |
double | EndTime () const |
double | MaxTimeSteps () const |
bool | IsActive () const |
void | SetTimeStepSize (double dt) |
void | SetTime (double time) |
void | SetStartTime (double time) |
void | SetEndTime (double time) |
void | SetMaxTimeSteps (int n) |
void | SetMinimumTimeStepSize (double dt_min) |
virtual void | Advance () |
virtual bool | Adapt (TimeStepStatus time_step_status) |
std::string | StringTimeInfo (bool old_time=false) const |
Public Member Functions inherited from ChiObject | |
ChiObject () | |
ChiObject (const chi::InputParameters ¶ms) | |
void | SetStackID (size_t stack_id) |
size_t | StackID () const |
virtual void | PushOntoStack (std::shared_ptr< ChiObject > &new_object) |
virtual | ~ChiObject ()=default |
Static Public Member Functions | |
static chi::InputParameters | GetInputParameters () |
Static Public Member Functions inherited from ChiObject | |
static chi::InputParameters | GetInputParameters () |
Additional Inherited Members | |
Protected Member Functions inherited from chi_physics::TimeStepper | |
TimeStepper (const chi::InputParameters ¶ms) | |
Static Protected Member Functions inherited from chi_physics::TimeStepper | |
static chi::InputParameters | GetInputParameters () |
Protected Attributes inherited from chi_physics::TimeStepper | |
double | dt_ |
double | time_ |
size_t | t_index_ |
double | start_time_ |
double | end_time_ |
int | max_time_steps_ |
double | dt_min_ |
const double | general_tolerance_ |
double | last_dt_ |
Timestep controller that does not dynamically change.
Definition at line 10 of file ConstantTimeStepper.h.
|
explicit |
Definition at line 21 of file ConstantTimeStepper.cc.
|
static |
Definition at line 10 of file ConstantTimeStepper.cc.