Chi-Tech
chi_math::ThetaSchemeTimeIntegration Class Reference

#include <theta_scheme_time_intgr.h>

Inheritance diagram for chi_math::ThetaSchemeTimeIntegration:
chi_math::TimeIntegration ChiObject chi_math::CrankNicolsonTimeIntegration chi_math::ImplicitEulerTimeIntegration

Public Member Functions

 ThetaSchemeTimeIntegration (const chi::InputParameters &params)
 
double ThetaFactor () const
 
- Public Member Functions inherited from chi_math::TimeIntegration
 TimeIntegration (const chi::InputParameters &params)
 
SteppingMethod Method () const
 
virtual ~TimeIntegration ()=default
 
- Public Member Functions inherited from ChiObject
 ChiObject ()
 
 ChiObject (const chi::InputParameters &params)
 
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_
 

Detailed Description

Definition at line 9 of file theta_scheme_time_intgr.h.

Constructor & Destructor Documentation

◆ ThetaSchemeTimeIntegration()

chi_math::ThetaSchemeTimeIntegration::ThetaSchemeTimeIntegration ( const chi::InputParameters params)
explicit

Definition at line 30 of file theta_scheme_time_intgr.cc.

Member Function Documentation

◆ GetInputParameters()

chi::InputParameters chi_math::ThetaSchemeTimeIntegration::GetInputParameters ( )
static

Definition at line 12 of file theta_scheme_time_intgr.cc.

◆ ThetaFactor()

double chi_math::ThetaSchemeTimeIntegration::ThetaFactor ( ) const

Definition at line 36 of file theta_scheme_time_intgr.cc.

Field Documentation

◆ theta_

const double chi_math::ThetaSchemeTimeIntegration::theta_
private

Definition at line 12 of file theta_scheme_time_intgr.h.


The documentation for this class was generated from the following files: