![]() |
Chi-Tech
|
#include <lbs_transient.h>
Public Member Functions | |
| TransientSolver (const chi::InputParameters ¶ms) | |
| void | Initialize () override |
| void | Execute () override |
| void | Step () override |
| void | Advance () override |
Public Member Functions inherited from chi_physics::Solver | |
| Solver (std::string in_text_name) | |
| Solver (std::string in_text_name, std::initializer_list< BasicOption > in_options) | |
| Solver (const chi::InputParameters ¶ms) | |
| virtual | ~Solver ()=default |
| std::string | TextName () const |
| BasicOptions & | GetBasicOptions () |
| const BasicOptions & | GetBasicOptions () const |
| std::vector< std::shared_ptr< FieldFunctionGridBased > > & | GetFieldFunctions () |
| const std::vector< std::shared_ptr< FieldFunctionGridBased > > & | GetFieldFunctions () const |
| TimeStepper & | GetTimeStepper () |
| const TimeStepper & | GetTimeStepper () const |
| virtual void | Initialize () |
| virtual void | Execute () |
| virtual void | Step () |
| virtual void | Advance () |
| virtual chi::ParameterBlock | GetInfo (const chi::ParameterBlock ¶ms) const |
| virtual void | SetProperties (const chi::ParameterBlock ¶ms) |
| chi::ParameterBlock | GetInfoWithPreCheck (const chi::ParameterBlock ¶ms) 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 chi_physics::Solver | |
| static chi::InputParameters | GetInputParameters () |
Static Public Member Functions inherited from ChiObject | |
| static chi::InputParameters | GetInputParameters () |
Protected Attributes | |
| LBSSolver & | lbs_solver_ |
| std::shared_ptr< chi_math::TimeIntegration > | time_integration_ |
Protected Attributes inherited from chi_physics::Solver | |
| BasicOptions | basic_options_ |
| std::vector< std::shared_ptr< FieldFunctionGridBased > > | field_functions_ |
| std::shared_ptr< TimeStepper > | timestepper_ = nullptr |
Definition at line 13 of file lbs_transient.h.
|
explicit |
Definition at line 33 of file lbs_transient.cc.
|
overridevirtual |
Reimplemented from chi_physics::Solver.
Definition at line 48 of file lbs_transient.cc.
|
overridevirtual |
Reimplemented from chi_physics::Solver.
Definition at line 44 of file lbs_transient.cc.
|
static |
Definition at line 12 of file lbs_transient.cc.
|
overridevirtual |
Reimplemented from chi_physics::Solver.
Definition at line 42 of file lbs_transient.cc.
|
overridevirtual |
Reimplemented from chi_physics::Solver.
Definition at line 46 of file lbs_transient.cc.
|
protected |
Definition at line 16 of file lbs_transient.h.
|
protected |
Definition at line 17 of file lbs_transient.h.