![]() |
Chi-Tech
|
#include <theta_scheme_time_intgr.h>
Public Member Functions | |
| ThetaSchemeTimeIntegration (const chi::InputParameters ¶ms) | |
| double | ThetaFactor () const |
Public Member Functions inherited from chi_math::TimeIntegration | |
| TimeIntegration (const chi::InputParameters ¶ms) | |
| SteppingMethod | Method () const |
| virtual | ~TimeIntegration ()=default |
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 chi_math::TimeIntegration | |
| static chi::InputParameters | GetInputParameters () |
Static Public Member Functions inherited from ChiObject | |
| static chi::InputParameters | GetInputParameters () |
Private Attributes | |
| const double | theta_ |
Definition at line 9 of file theta_scheme_time_intgr.h.
|
explicit |
Definition at line 30 of file theta_scheme_time_intgr.cc.
|
static |
Definition at line 12 of file theta_scheme_time_intgr.cc.
| double chi_math::ThetaSchemeTimeIntegration::ThetaFactor | ( | ) | const |
Definition at line 36 of file theta_scheme_time_intgr.cc.
|
private |
Definition at line 12 of file theta_scheme_time_intgr.h.