Stores configuration options relating to the fixed-point solving capability. More...
#include <MooseApp.h>
Public Member Functions | |
FixedPointConfig () | |
Public Attributes | |
Real | sub_relaxation_factor |
relaxation factor to be used for a MultiApp's subapps. More... | |
std::vector< std::string > | sub_transformed_vars |
The names of variables to transform for fixed point solve algorithms (e.g. secant, etc.). More... | |
std::vector< PostprocessorName > | sub_transformed_pps |
The names of postprocessors to transform for fixed point solve algorithms (e.g. secant, etc.). More... | |
Stores configuration options relating to the fixed-point solving capability.
This is used for communicating input-file-based config from the MultiApp object/syntax to the execution (e.g. executor) system.
Definition at line 115 of file MooseApp.h.
|
inline |
Definition at line 117 of file MooseApp.h.
Real MooseApp::FixedPointConfig::sub_relaxation_factor |
relaxation factor to be used for a MultiApp's subapps.
Definition at line 119 of file MooseApp.h.
Referenced by FixedPointSolve::FixedPointSolve().
std::vector<PostprocessorName> MooseApp::FixedPointConfig::sub_transformed_pps |
The names of postprocessors to transform for fixed point solve algorithms (e.g. secant, etc.).
Definition at line 123 of file MooseApp.h.
Referenced by FixedPointSolve::FixedPointSolve().
std::vector<std::string> MooseApp::FixedPointConfig::sub_transformed_vars |
The names of variables to transform for fixed point solve algorithms (e.g. secant, etc.).
Definition at line 121 of file MooseApp.h.
Referenced by FixedPointSolve::FixedPointSolve().