|
| SteadyAndAdjoint (const InputParameters ¶meters) |
|
virtual void | execute () override |
| This call is basically a copy from Steady without the AMR loop and with a call to the adjoint solver after the fixed point solver. More...
|
|
virtual bool | lastSolveConverged () const override |
| Copy of the functionality from Steady to keep track of whether the latest solve converged. More...
|
|
virtual void | init () override |
|
virtual void | checkIntegrity () |
|
virtual unsigned int | getIterationNumberOutput () const |
|
virtual void | setIterationNumberOutput (unsigned int iteration_number) |
|
virtual void | preProblemInit () |
|
virtual void | preExecute () |
|
virtual void | postExecute () |
|
virtual void | preSolve () |
|
virtual void | postSolve () |
|
virtual Problem & | problem () |
|
FEProblemBase & | feProblem () |
|
virtual std::string | getTimeStepperName () const |
|
virtual std::vector< std::string > | getTimeIntegratorNames () const |
|
virtual void | parentOutputPositionChanged () |
|
FixedPointSolve & | fixedPointSolve () |
|
const bool & | verbose () const |
|
virtual bool | enabled () const |
|
std::shared_ptr< MooseObject > | getSharedPtr () |
|
std::shared_ptr< const MooseObject > | getSharedPtr () const |
|
MooseApp & | getMooseApp () const |
|
const std::string & | type () const |
|
virtual const std::string & | name () const |
|
std::string | typeAndName () const |
|
std::string | errorPrefix (const std::string &error_type) const |
|
void | callMooseError (std::string msg, const bool with_prefix) const |
|
MooseObjectParameterName | uniqueParameterName (const std::string ¶meter_name) const |
|
const InputParameters & | parameters () const |
|
MooseObjectName | uniqueName () const |
|
const T & | getParam (const std::string &name) const |
|
std::vector< std::pair< T1, T2 > > | getParam (const std::string ¶m1, const std::string ¶m2) const |
|
const T * | queryParam (const std::string &name) const |
|
const T & | getRenamedParam (const std::string &old_name, const std::string &new_name) const |
|
T | getCheckedPointerParam (const std::string &name, const std::string &error_string="") const |
|
bool | isParamValid (const std::string &name) const |
|
bool | isParamSetByUser (const std::string &nm) const |
|
void | paramError (const std::string ¶m, Args... args) const |
|
void | paramWarning (const std::string ¶m, Args... args) const |
|
void | paramInfo (const std::string ¶m, Args... args) const |
|
void | connectControllableParams (const std::string ¶meter, const std::string &object_type, const std::string &object_name, const std::string &object_parameter) const |
|
void | mooseError (Args &&... args) const |
|
void | mooseErrorNonPrefixed (Args &&... args) const |
|
void | mooseDocumentedError (const std::string &repo_name, const unsigned int issue_num, Args &&... args) const |
|
void | mooseWarning (Args &&... args) const |
|
void | mooseWarningNonPrefixed (Args &&... args) const |
|
void | mooseDeprecated (Args &&... args) const |
|
void | mooseInfo (Args &&... args) const |
|
std::string | getDataFileName (const std::string ¶m) const |
|
std::string | getDataFileNameByName (const std::string &relative_path) const |
|
std::string | getDataFilePath (const std::string &relative_path) const |
|
UserObjectName | getUserObjectName (const std::string ¶m_name) const |
|
const T & | getUserObject (const std::string ¶m_name, bool is_dependency=true) const |
|
const T & | getUserObjectByName (const UserObjectName &object_name, bool is_dependency=true) const |
|
const UserObject & | getUserObjectBase (const std::string ¶m_name, bool is_dependency=true) const |
|
const UserObject & | getUserObjectBaseByName (const UserObjectName &object_name, bool is_dependency=true) const |
|
bool | isDefaultPostprocessorValue (const std::string ¶m_name, const unsigned int index=0) const |
|
bool | hasPostprocessor (const std::string ¶m_name, const unsigned int index=0) const |
|
bool | hasPostprocessorByName (const PostprocessorName &name) const |
|
std::size_t | coupledPostprocessors (const std::string ¶m_name) const |
|
const PostprocessorName & | getPostprocessorName (const std::string ¶m_name, const unsigned int index=0) const |
|
PerfGraph & | perfGraph () |
|
bool | hasUserObject (const std::string ¶m_name) const |
|
bool | hasUserObject (const std::string ¶m_name) const |
|
bool | hasUserObject (const std::string ¶m_name) const |
|
bool | hasUserObject (const std::string ¶m_name) const |
|
bool | hasUserObjectByName (const UserObjectName &object_name) const |
|
bool | hasUserObjectByName (const UserObjectName &object_name) const |
|
bool | hasUserObjectByName (const UserObjectName &object_name) const |
|
bool | hasUserObjectByName (const UserObjectName &object_name) const |
|
const PostprocessorValue & | getPostprocessorValue (const std::string ¶m_name, const unsigned int index=0) const |
|
const PostprocessorValue & | getPostprocessorValue (const std::string ¶m_name, const unsigned int index=0) const |
|
const PostprocessorValue & | getPostprocessorValueOld (const std::string ¶m_name, const unsigned int index=0) const |
|
const PostprocessorValue & | getPostprocessorValueOld (const std::string ¶m_name, const unsigned int index=0) const |
|
const PostprocessorValue & | getPostprocessorValueOlder (const std::string ¶m_name, const unsigned int index=0) const |
|
const PostprocessorValue & | getPostprocessorValueOlder (const std::string ¶m_name, const unsigned int index=0) const |
|
virtual const PostprocessorValue & | getPostprocessorValueByName (const PostprocessorName &name) const |
|
virtual const PostprocessorValue & | getPostprocessorValueByName (const PostprocessorName &name) const |
|
const PostprocessorValue & | getPostprocessorValueOldByName (const PostprocessorName &name) const |
|
const PostprocessorValue & | getPostprocessorValueOldByName (const PostprocessorName &name) const |
|
const PostprocessorValue & | getPostprocessorValueOlderByName (const PostprocessorName &name) const |
|
const PostprocessorValue & | getPostprocessorValueOlderByName (const PostprocessorName &name) const |
|
virtual void | store (nlohmann::json &json) const |
|
virtual bool | shouldStore () const |
|
virtual void | declareLateValues () |
|
void | buildOutputHideVariableList (std::set< std::string > variable_names) |
|
const std::set< OutputName > & | getOutputs () |
|
const Parallel::Communicator & | comm () const |
|
processor_id_type | n_processors () const |
|
processor_id_type | processor_id () const |
|
|
virtual PostprocessorValue & | addAttributeReporter (const std::string &name, Real initial_value=0) |
|
virtual void | addUserObjectDependencyHelper (const UserObject &) const |
|
virtual void | addPostprocessorDependencyHelper (const PostprocessorName &) const |
|
T & | declareRestartableData (const std::string &data_name, Args &&... args) |
|
ManagedValue< T > | declareManagedRestartableDataWithContext (const std::string &data_name, void *context, Args &&... args) |
|
const T & | getRestartableData (const std::string &data_name) const |
|
T & | declareRestartableDataWithContext (const std::string &data_name, void *context, Args &&... args) |
|
T & | declareRecoverableData (const std::string &data_name, Args &&... args) |
|
T & | declareRestartableDataWithObjectName (const std::string &data_name, const std::string &object_name, Args &&... args) |
|
T & | declareRestartableDataWithObjectNameWithContext (const std::string &data_name, const std::string &object_name, void *context, Args &&... args) |
|
std::string | restartableName (const std::string &data_name) const |
|
PerfID | registerTimedSection (const std::string §ion_name, const unsigned int level) const |
|
PerfID | registerTimedSection (const std::string §ion_name, const unsigned int level, const std::string &live_message, const bool print_dots=true) const |
|
std::string | timedSectionName (const std::string §ion_name) const |
|
T & | declareUnusedValue (Args &&... args) |
|
const ReporterName & | getReporterName (const std::string ¶m_name) const |
|
virtual void | addReporterDependencyHelper (const ReporterName &) |
|
T & | declareValue (const std::string ¶m_name, Args &&... args) |
|
T & | declareValue (const std::string ¶m_name, ReporterMode mode, Args &&... args) |
|
T & | declareValue (const std::string ¶m_name, Args &&... args) |
|
T & | declareValue (const std::string ¶m_name, ReporterMode mode, Args &&... args) |
|
T & | declareValue (const std::string ¶m_name, Args &&... args) |
|
T & | declareValue (const std::string ¶m_name, ReporterMode mode, Args &&... args) |
|
T & | declareValue (const std::string ¶m_name, Args &&... args) |
|
T & | declareValue (const std::string ¶m_name, ReporterMode mode, Args &&... args) |
|
T & | declareValueByName (const ReporterValueName &value_name, Args &&... args) |
|
T & | declareValueByName (const ReporterValueName &value_name, ReporterMode mode, Args &&... args) |
|
T & | declareValueByName (const ReporterValueName &value_name, Args &&... args) |
|
T & | declareValueByName (const ReporterValueName &value_name, ReporterMode mode, Args &&... args) |
|
T & | declareValueByName (const ReporterValueName &value_name, Args &&... args) |
|
T & | declareValueByName (const ReporterValueName &value_name, ReporterMode mode, Args &&... args) |
|
T & | declareValueByName (const ReporterValueName &value_name, Args &&... args) |
|
T & | declareValueByName (const ReporterValueName &value_name, ReporterMode mode, Args &&... args) |
|
const T & | getReporterValue (const std::string ¶m_name, const std::size_t time_index=0) |
|
const T & | getReporterValue (const std::string ¶m_name, ReporterMode mode, const std::size_t time_index=0) |
|
const T & | getReporterValue (const std::string ¶m_name, const std::size_t time_index=0) |
|
const T & | getReporterValue (const std::string ¶m_name, ReporterMode mode, const std::size_t time_index=0) |
|
const T & | getReporterValueByName (const ReporterName &reporter_name, const std::size_t time_index=0) |
|
const T & | getReporterValueByName (const ReporterName &reporter_name, ReporterMode mode, const std::size_t time_index=0) |
|
const T & | getReporterValueByName (const ReporterName &reporter_name, const std::size_t time_index=0) |
|
const T & | getReporterValueByName (const ReporterName &reporter_name, ReporterMode mode, const std::size_t time_index=0) |
|
bool | hasReporterValue (const std::string ¶m_name) const |
|
bool | hasReporterValue (const std::string ¶m_name) const |
|
bool | hasReporterValue (const std::string ¶m_name) const |
|
bool | hasReporterValue (const std::string ¶m_name) const |
|
bool | hasReporterValueByName (const ReporterName &reporter_name) const |
|
bool | hasReporterValueByName (const ReporterName &reporter_name) const |
|
bool | hasReporterValueByName (const ReporterName &reporter_name) const |
|
bool | hasReporterValueByName (const ReporterName &reporter_name) const |
|
Definition at line 18 of file SteadyAndAdjoint.h.