Chi-Tech
|
#include <pi_keigen.h>
Public Member Functions | |
XXPowerIterationKEigen (const chi::InputParameters ¶ms) | |
void | Initialize () override |
void | Execute () 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 Member Functions | |
void | SetLBSFissionSource (const VecDbl &input, bool additive) |
void | SetLBSScatterSource (const VecDbl &input, bool additive, bool suppress_wg_scat=false) |
Protected Attributes | |
LBSSolver & | lbs_solver_ |
size_t | max_iters_ |
double | k_tolerance_ |
bool | reinit_phi_1_ |
VecDbl & | q_moments_local_ |
VecDbl & | phi_old_local_ |
VecDbl & | phi_new_local_ |
std::vector< LBSGroupset > & | groupsets_ |
std::shared_ptr< AGSLinearSolver< Mat, Vec, KSP > > | primary_ags_solver_ |
lbs::SetSourceFunction | active_set_source_function_ |
LBSGroupset & | front_gs_ |
std::shared_ptr< chi_math::LinearSolver< Mat, Vec, KSP > > | front_wgs_solver_ |
std::shared_ptr< lbs::WGSContext< Mat, Vec, KSP > > | front_wgs_context_ |
double | k_eff_ = 1.0 |
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 10 of file pi_keigen.h.
|
explicit |
Definition at line 42 of file pi_keigen_00_constrdestr.cc.
|
overridevirtual |
Executes the solver.
Reimplemented from chi_physics::Solver.
Reimplemented in lbs::XXPowerIterationKEigenSCDSA.
Definition at line 16 of file pi_keigen_02_exec.cc.
|
static |
Definition at line 12 of file pi_keigen_00_constrdestr.cc.
|
overridevirtual |
Initializer.
Reimplemented from chi_physics::Solver.
Reimplemented in lbs::XXPowerIterationKEigenSCDSA.
Definition at line 12 of file pi_keigen_01_initialize.cc.
|
protected |
Combines function calls to set fission source.
Definition at line 11 of file pi_keigen_03_utils.cc.
|
protected |
Combines function calls to set scattering source source.
Definition at line 24 of file pi_keigen_03_utils.cc.
|
protected |
Definition at line 23 of file pi_keigen.h.
|
protected |
Definition at line 24 of file pi_keigen.h.
|
protected |
Definition at line 26 of file pi_keigen.h.
|
protected |
Definition at line 25 of file pi_keigen.h.
|
protected |
Definition at line 21 of file pi_keigen.h.
|
protected |
Definition at line 28 of file pi_keigen.h.
|
protected |
Definition at line 15 of file pi_keigen.h.
|
protected |
Definition at line 13 of file pi_keigen.h.
|
protected |
Definition at line 14 of file pi_keigen.h.
|
protected |
Definition at line 20 of file pi_keigen.h.
|
protected |
Definition at line 19 of file pi_keigen.h.
|
protected |
Definition at line 22 of file pi_keigen.h.
|
protected |
Definition at line 18 of file pi_keigen.h.
|
protected |
Definition at line 16 of file pi_keigen.h.