|
| | SurrogateTrainerOutput (const InputParameters ¶meters) |
| |
| virtual std::string | filename () |
| |
| void | setFileBase (const std::string &file_base) |
| |
| void | setFileNumber (unsigned int num) |
| |
| unsigned int | getFileNumber () |
| |
| virtual Real | time () override |
| |
| virtual Real | timeOld () |
| |
| virtual Real | dt () |
| |
| virtual Real | dtOld () |
| |
| virtual int | timeStep () |
| |
| const unsigned int & | interval () const |
| |
| const MultiMooseEnum & | executeOn () const |
| |
| bool | isAdvanced () |
| |
| virtual const OutputOnWarehouse & | advancedExecuteOn () const |
| |
| void | allowOutput (bool state) |
| |
| virtual void | outputStep (const ExecFlagType &type) |
| |
| const std::set< Real > & | getSyncTimes () |
| |
| virtual bool | supportsMaterialPropertyOutput () const |
| |
| virtual bool | enabled () const |
| |
| std::shared_ptr< MooseObject > | getSharedPtr () |
| |
| std::shared_ptr< const MooseObject > | getSharedPtr () const |
| |
| bool | isKokkosObject (IsKokkosObjectKey &&) const |
| |
| MooseApp & | getMooseApp () const |
| |
| const std::string & | type () const |
| |
| const std::string & | name () const |
| |
| std::string | typeAndName () const |
| |
| MooseObjectParameterName | uniqueParameterName (const std::string ¶meter_name) const |
| |
| MooseObjectName | uniqueName () const |
| |
| const InputParameters & | parameters () const |
| |
| const hit::Node * | getHitNode () const |
| |
| bool | hasBase () const |
| |
| const std::string & | getBase () 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 &name) const |
| |
| void | connectControllableParams (const std::string ¶meter, const std::string &object_type, const std::string &object_name, const std::string &object_parameter) const |
| |
| void | paramError (const std::string ¶m, Args... args) const |
| |
| void | paramWarning (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 |
| |
| std::string | messagePrefix (const bool hit_prefix=true) const |
| |
| std::string | errorPrefix (const std::string &) const |
| |
| void | mooseError (Args &&... args) const |
| |
| void | mooseDocumentedError (const std::string &repo_name, const unsigned int issue_num, Args &&... args) const |
| |
| void | mooseErrorNonPrefixed (Args &&... args) const |
| |
| void | mooseWarning (Args &&... args) const |
| |
| void | mooseWarning (Args &&... args) const |
| |
| void | mooseWarningNonPrefixed (Args &&... args) const |
| |
| void | mooseWarningNonPrefixed (Args &&... args) const |
| |
| void | mooseDeprecated (Args &&... args) const |
| |
| void | mooseDeprecated (Args &&... args) const |
| |
| void | mooseInfo (Args &&... args) const |
| |
| void | callMooseError (std::string msg, const bool with_prefix, const hit::Node *node=nullptr) 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 |
| |
| virtual void | meshChanged () |
| |
| virtual void | initialSetup () |
| |
| virtual void | timestepSetup () |
| |
| virtual void | jacobianSetup () |
| |
| virtual void | residualSetup () |
| |
| virtual void | subdomainSetup () |
| |
| virtual void | customSetup (const ExecFlagType &) |
| |
| const ExecFlagEnum & | getExecuteOnEnum () const |
| |
| const Function & | getFunction (const std::string &name) const |
| |
| const Function & | getFunctionByName (const FunctionName &name) const |
| |
| bool | hasFunction (const std::string ¶m_name) const |
| |
| bool | hasFunctionByName (const FunctionName &name) 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 |
| |
| const VectorPostprocessorValue & | getVectorPostprocessorValue (const std::string ¶m_name, const std::string &vector_name) const |
| |
| const VectorPostprocessorValue & | getVectorPostprocessorValue (const std::string ¶m_name, const std::string &vector_name, bool needs_broadcast) const |
| |
| const VectorPostprocessorValue & | getVectorPostprocessorValueByName (const VectorPostprocessorName &name, const std::string &vector_name) const |
| |
| const VectorPostprocessorValue & | getVectorPostprocessorValueByName (const VectorPostprocessorName &name, const std::string &vector_name, bool needs_broadcast) const |
| |
| const VectorPostprocessorValue & | getVectorPostprocessorValueOld (const std::string ¶m_name, const std::string &vector_name) const |
| |
| const VectorPostprocessorValue & | getVectorPostprocessorValueOld (const std::string ¶m_name, const std::string &vector_name, bool needs_broadcast) const |
| |
| const VectorPostprocessorValue & | getVectorPostprocessorValueOldByName (const VectorPostprocessorName &name, const std::string &vector_name) const |
| |
| const VectorPostprocessorValue & | getVectorPostprocessorValueOldByName (const VectorPostprocessorName &name, const std::string &vector_name, bool needs_broadcast) const |
| |
| const ScatterVectorPostprocessorValue & | getScatterVectorPostprocessorValue (const std::string ¶m_name, const std::string &vector_name) const |
| |
| const ScatterVectorPostprocessorValue & | getScatterVectorPostprocessorValueByName (const VectorPostprocessorName &name, const std::string &vector_name) const |
| |
| const ScatterVectorPostprocessorValue & | getScatterVectorPostprocessorValueOld (const std::string ¶m_name, const std::string &vector_name) const |
| |
| const ScatterVectorPostprocessorValue & | getScatterVectorPostprocessorValueOldByName (const VectorPostprocessorName &name, const std::string &vector_name) const |
| |
| bool | hasVectorPostprocessor (const std::string ¶m_name, const std::string &vector_name) const |
| |
| bool | hasVectorPostprocessor (const std::string ¶m_name) const |
| |
| bool | hasVectorPostprocessorByName (const VectorPostprocessorName &name, const std::string &vector_name) const |
| |
| bool | hasVectorPostprocessorByName (const VectorPostprocessorName &name) const |
| |
| const VectorPostprocessorName & | getVectorPostprocessorName (const std::string ¶m_name) const |
| |
| PerfGraph & | perfGraph () |
| |
| 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 |
| |
| bool | isVectorPostprocessorDistributed (const std::string ¶m_name) const |
| |
| bool | isVectorPostprocessorDistributed (const std::string ¶m_name) const |
| |
| bool | isVectorPostprocessorDistributedByName (const VectorPostprocessorName &name) const |
| |
| bool | isVectorPostprocessorDistributedByName (const VectorPostprocessorName &name) const |
| |
| const Parallel::Communicator & | comm () const |
| |
| processor_id_type | n_processors () const |
| |
| processor_id_type | processor_id () const |
| |
| template<> |
| SurrogateModel & | getSurrogateModel (const std::string &name) const |
| |
| template<> |
| SurrogateTrainerBase & | getSurrogateTrainer (const std::string &name) const |
| |
| template<> |
| SurrogateModel & | getSurrogateModelByName (const UserObjectName &name) const |
| |
| template<> |
| SurrogateTrainerBase & | getSurrogateTrainerByName (const UserObjectName &name) const |
| |
|
| template<typename T = SurrogateModel> |
| T & | getSurrogateModel (const std::string &name) const |
| | Get a SurrogateModel/Trainer with a given name. More...
|
| |
| template<typename T = SurrogateTrainerBase> |
| T & | getSurrogateTrainer (const std::string &name) const |
| |
|
| template<typename T = SurrogateModel> |
| T & | getSurrogateModelByName (const UserObjectName &name) const |
| | Get a sampler with a given name. More...
|
| |
| template<typename T = SurrogateTrainerBase> |
| T & | getSurrogateTrainerByName (const UserObjectName &name) const |
| |
|
| virtual void | output () override |
| |
| virtual bool | shouldOutput () override |
| |
| bool | checkFilename () |
| |
| virtual void | setFileBaseInternal (const std::string &file_base) |
| |
| bool | inNonlinearTimeWindow () |
| |
| bool | inLinearTimeWindow () |
| |
| virtual Real | getOutputTime () |
| |
| virtual bool | onInterval () |
| |
| void | setWallTimeIntervalFromCommandLineParam () |
| |
| void | flagInvalidSolutionInternal (const InvalidSolutionID invalid_solution_id) const |
| |
| InvalidSolutionID | registerInvalidSolutionInternal (const std::string &message, const bool warning) 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 |
| |
| virtual void | addPostprocessorDependencyHelper (const PostprocessorName &) const |
| |
| virtual void | addVectorPostprocessorDependencyHelper (const VectorPostprocessorName &) const |
| |
| const ReporterContextBase & | getReporterContextBaseByName (const ReporterName &reporter_name) const |
| |
| const ReporterName & | getReporterName (const std::string ¶m_name) const |
| |
| virtual void | addReporterDependencyHelper (const ReporterName &) |
| |
| 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 |
| |
| 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 |
| |
Output object for saving SurrorateModel data to a file.
Definition at line 18 of file SurrogateTrainerOutput.h.