https://mooseframework.inl.gov
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Static Protected Member Functions | Protected Attributes | Static Protected Attributes | Private Member Functions | List of all members
PODReducedBasisTrainer Class Reference

#include <PODReducedBasisTrainer.h>

Inheritance diagram for PODReducedBasisTrainer:
[legend]

Public Types

typedef DataFileName DataFileParameterType
 

Public Member Functions

 PODReducedBasisTrainer (const InputParameters &parameters)
 
virtual void initialSetup () override
 
virtual void initialize () override
 
virtual void execute () override
 
virtual void finalize () override
 
void initReducedOperators ()
 Initializing the reduced operators. More...
 
void addSnapshot (unsigned int var_i, unsigned int glob_i, const std::shared_ptr< DenseVector< Real >> &snapshot)
 Adding a snapshot for a variable. More...
 
void addToReducedOperator (unsigned int base_i, unsigned int tag_i, std::vector< DenseVector< Real >> &residual)
 Adding the contribution of a residual to the reduced operators. More...
 
const std::vector< std::string > & getVarNames () const
 
const std::vector< std::string > & getTagNames () const
 
const std::vector< std::string > & getTagTypes () const
 
unsigned int getSnapsSize (unsigned int var_i) const
 Getting the snapshot size across all of the processors for a given variable with index var_i. More...
 
unsigned int getBaseSize (unsigned int var_i) const
 Getting the base size for variable with index v_ind. More...
 
unsigned int getSumBaseSize () const
 Getting the overall base size, which is the sum of the individual bases. More...
 
const DenseVector< Real > & getBasisVector (unsigned int var_i, unsigned int base_i) const
 Getting a basis vector for a given variable. More...
 
const DenseVector< Real > & getBasisVector (unsigned int glob_i) const
 Getting basis vector based on its global index. More...
 
unsigned int getVariableIndex (unsigned int glob_i) const
 Getting appropriate variable index for a global base index. More...
 
virtual void threadJoin (const UserObject &) final
 
SubProblemgetSubProblem () const
 
bool shouldDuplicateInitialExecution () const
 
virtual Real spatialValue (const Point &) const
 
virtual const std::vector< Point > spatialPoints () const
 
void gatherSum (T &value)
 
void gatherMax (T &value)
 
void gatherMin (T &value)
 
void gatherProxyValueMax (T1 &proxy, T2 &value)
 
void gatherProxyValueMin (T1 &proxy, T2 &value)
 
void setPrimaryThreadCopy (UserObject *primary)
 
UserObjectprimaryThreadCopy ()
 
std::set< UserObjectName > getDependObjects () const
 
virtual bool needThreadedCopy () const
 
const std::set< std::string > & getRequestedItems () override
 
const std::set< std::string > & getSuppliedItems () override
 
unsigned int systemNumber () const
 
virtual bool enabled () const
 
std::shared_ptr< MooseObjectgetSharedPtr ()
 
std::shared_ptr< const MooseObjectgetSharedPtr () const
 
MooseAppgetMooseApp () 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 &parameter_name) const
 
const InputParametersparameters () const
 
MooseObjectName uniqueName () const
 
const T & getParam (const std::string &name) const
 
std::vector< std::pair< T1, T2 > > getParam (const std::string &param1, const std::string &param2) const
 
const T * queryParam (const std::string &name) const
 
const T & getRenamedParam (const std::string &old_name, const std::string &new_name) const
 
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 &param, Args... args) const
 
void paramWarning (const std::string &param, Args... args) const
 
void paramInfo (const std::string &param, Args... args) const
 
void connectControllableParams (const std::string &parameter, 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 &param) const
 
std::string getDataFileNameByName (const std::string &relative_path) const
 
std::string getDataFilePath (const std::string &relative_path) const
 
virtual void timestepSetup ()
 
virtual void jacobianSetup ()
 
virtual void residualSetup ()
 
virtual void customSetup (const ExecFlagType &)
 
const ExecFlagEnumgetExecuteOnEnum () const
 
UserObjectName getUserObjectName (const std::string &param_name) const
 
const T & getUserObject (const std::string &param_name, bool is_dependency=true) const
 
const T & getUserObjectByName (const UserObjectName &object_name, bool is_dependency=true) const
 
const UserObjectgetUserObjectBase (const std::string &param_name, bool is_dependency=true) const
 
const UserObjectgetUserObjectBaseByName (const UserObjectName &object_name, bool is_dependency=true) const
 
const std::vector< MooseVariableScalar *> & getCoupledMooseScalarVars ()
 
const std::set< TagID > & getScalarVariableCoupleableVectorTags () const
 
const std::set< TagID > & getScalarVariableCoupleableMatrixTags () const
 
const GenericMaterialProperty< T, is_ad > & getGenericMaterialProperty (const std::string &name, MaterialData &material_data, const unsigned int state=0)
 
const GenericMaterialProperty< T, is_ad > & getGenericMaterialProperty (const std::string &name, const unsigned int state=0)
 
const GenericMaterialProperty< T, is_ad > & getGenericMaterialProperty (const std::string &name, const unsigned int state=0)
 
const MaterialProperty< T > & getMaterialProperty (const std::string &name, MaterialData &material_data, const unsigned int state=0)
 
const MaterialProperty< T > & getMaterialProperty (const std::string &name, const unsigned int state=0)
 
const MaterialProperty< T > & getMaterialProperty (const std::string &name, const unsigned int state=0)
 
const ADMaterialProperty< T > & getADMaterialProperty (const std::string &name, MaterialData &material_data)
 
const ADMaterialProperty< T > & getADMaterialProperty (const std::string &name)
 
const ADMaterialProperty< T > & getADMaterialProperty (const std::string &name)
 
const MaterialProperty< T > & getMaterialPropertyOld (const std::string &name, MaterialData &material_data)
 
const MaterialProperty< T > & getMaterialPropertyOld (const std::string &name)
 
const MaterialProperty< T > & getMaterialPropertyOld (const std::string &name)
 
const MaterialProperty< T > & getMaterialPropertyOlder (const std::string &name, MaterialData &material_data)
 
const MaterialProperty< T > & getMaterialPropertyOlder (const std::string &name)
 
const MaterialProperty< T > & getMaterialPropertyOlder (const std::string &name)
 
const GenericMaterialProperty< T, is_ad > & getGenericMaterialPropertyByName (const MaterialPropertyName &name, MaterialData &material_data, const unsigned int state)
 
const GenericMaterialProperty< T, is_ad > & getGenericMaterialPropertyByName (const MaterialPropertyName &name, const unsigned int state=0)
 
const GenericMaterialProperty< T, is_ad > & getGenericMaterialPropertyByName (const MaterialPropertyName &name, const unsigned int state=0)
 
const MaterialProperty< T > & getMaterialPropertyByName (const MaterialPropertyName &name, MaterialData &material_data, const unsigned int state=0)
 
const MaterialProperty< T > & getMaterialPropertyByName (const MaterialPropertyName &name, const unsigned int state=0)
 
const MaterialProperty< T > & getMaterialPropertyByName (const MaterialPropertyName &name, const unsigned int state=0)
 
const ADMaterialProperty< T > & getADMaterialPropertyByName (const MaterialPropertyName &name, MaterialData &material_data)
 
const ADMaterialProperty< T > & getADMaterialPropertyByName (const MaterialPropertyName &name)
 
const ADMaterialProperty< T > & getADMaterialPropertyByName (const MaterialPropertyName &name)
 
const MaterialProperty< T > & getMaterialPropertyOldByName (const MaterialPropertyName &name, MaterialData &material_data)
 
const MaterialProperty< T > & getMaterialPropertyOldByName (const MaterialPropertyName &name)
 
const MaterialProperty< T > & getMaterialPropertyOldByName (const MaterialPropertyName &name)
 
const MaterialProperty< T > & getMaterialPropertyOlderByName (const MaterialPropertyName &name, MaterialData &material_data)
 
const MaterialProperty< T > & getMaterialPropertyOlderByName (const MaterialPropertyName &name)
 
const MaterialProperty< T > & getMaterialPropertyOlderByName (const MaterialPropertyName &name)
 
std::pair< const MaterialProperty< T > *, std::set< SubdomainID > > getBlockMaterialProperty (const MaterialPropertyName &name)
 
const GenericMaterialProperty< T, is_ad > & getGenericZeroMaterialProperty (const std::string &name)
 
const GenericMaterialProperty< T, is_ad > & getGenericZeroMaterialProperty ()
 
const GenericMaterialProperty< T, is_ad > & getGenericZeroMaterialPropertyByName (const std::string &prop_name)
 
const MaterialProperty< T > & getZeroMaterialProperty (Ts... args)
 
std::set< SubdomainIDgetMaterialPropertyBlocks (const std::string &name)
 
std::vector< SubdomainName > getMaterialPropertyBlockNames (const std::string &name)
 
std::set< BoundaryIDgetMaterialPropertyBoundaryIDs (const std::string &name)
 
std::vector< BoundaryName > getMaterialPropertyBoundaryNames (const std::string &name)
 
void checkBlockAndBoundaryCompatibility (std::shared_ptr< MaterialBase > discrete)
 
std::unordered_map< SubdomainID, std::vector< MaterialBase *> > buildRequiredMaterials (bool allow_stateful=true)
 
void statefulPropertiesAllowed (bool)
 
bool getMaterialPropertyCalled () const
 
virtual const std::unordered_set< unsigned int > & getMatPropDependencies () const
 
virtual void resolveOptionalProperties ()
 
const GenericMaterialProperty< T, is_ad > & getPossiblyConstantGenericMaterialPropertyByName (const MaterialPropertyName &prop_name, MaterialData &material_data, const unsigned int state)
 
bool isImplicit ()
 
Moose::StateArg determineState () const
 
virtual void subdomainSetup () override
 
virtual void subdomainSetup () override
 
bool hasUserObject (const std::string &param_name) const
 
bool hasUserObject (const std::string &param_name) const
 
bool hasUserObject (const std::string &param_name) const
 
bool hasUserObject (const std::string &param_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 GenericOptionalMaterialProperty< T, is_ad > & getGenericOptionalMaterialProperty (const std::string &name, const unsigned int state=0)
 
const GenericOptionalMaterialProperty< T, is_ad > & getGenericOptionalMaterialProperty (const std::string &name, const unsigned int state=0)
 
const OptionalMaterialProperty< T > & getOptionalMaterialProperty (const std::string &name, const unsigned int state=0)
 
const OptionalMaterialProperty< T > & getOptionalMaterialProperty (const std::string &name, const unsigned int state=0)
 
const OptionalADMaterialProperty< T > & getOptionalADMaterialProperty (const std::string &name)
 
const OptionalADMaterialProperty< T > & getOptionalADMaterialProperty (const std::string &name)
 
const OptionalMaterialProperty< T > & getOptionalMaterialPropertyOld (const std::string &name)
 
const OptionalMaterialProperty< T > & getOptionalMaterialPropertyOld (const std::string &name)
 
const OptionalMaterialProperty< T > & getOptionalMaterialPropertyOlder (const std::string &name)
 
const OptionalMaterialProperty< T > & getOptionalMaterialPropertyOlder (const std::string &name)
 
MaterialBasegetMaterial (const std::string &name)
 
MaterialBasegetMaterial (const std::string &name)
 
MaterialBasegetMaterialByName (const std::string &name, bool no_warn=false)
 
MaterialBasegetMaterialByName (const std::string &name, bool no_warn=false)
 
bool hasMaterialProperty (const std::string &name)
 
bool hasMaterialProperty (const std::string &name)
 
bool hasMaterialPropertyByName (const std::string &name)
 
bool hasMaterialPropertyByName (const std::string &name)
 
bool hasADMaterialProperty (const std::string &name)
 
bool hasADMaterialProperty (const std::string &name)
 
bool hasADMaterialPropertyByName (const std::string &name)
 
bool hasADMaterialPropertyByName (const std::string &name)
 
bool hasGenericMaterialProperty (const std::string &name)
 
bool hasGenericMaterialProperty (const std::string &name)
 
bool hasGenericMaterialPropertyByName (const std::string &name)
 
bool hasGenericMaterialPropertyByName (const std::string &name)
 
const FunctiongetFunction (const std::string &name) const
 
const FunctiongetFunctionByName (const FunctionName &name) const
 
bool hasFunction (const std::string &param_name) const
 
bool hasFunctionByName (const FunctionName &name) const
 
bool isDefaultPostprocessorValue (const std::string &param_name, const unsigned int index=0) const
 
bool hasPostprocessor (const std::string &param_name, const unsigned int index=0) const
 
bool hasPostprocessorByName (const PostprocessorName &name) const
 
std::size_t coupledPostprocessors (const std::string &param_name) const
 
const PostprocessorName & getPostprocessorName (const std::string &param_name, const unsigned int index=0) const
 
const VectorPostprocessorValuegetVectorPostprocessorValue (const std::string &param_name, const std::string &vector_name) const
 
const VectorPostprocessorValuegetVectorPostprocessorValue (const std::string &param_name, const std::string &vector_name, bool needs_broadcast) const
 
const VectorPostprocessorValuegetVectorPostprocessorValueByName (const VectorPostprocessorName &name, const std::string &vector_name) const
 
const VectorPostprocessorValuegetVectorPostprocessorValueByName (const VectorPostprocessorName &name, const std::string &vector_name, bool needs_broadcast) const
 
const VectorPostprocessorValuegetVectorPostprocessorValueOld (const std::string &param_name, const std::string &vector_name) const
 
const VectorPostprocessorValuegetVectorPostprocessorValueOld (const std::string &param_name, const std::string &vector_name, bool needs_broadcast) const
 
const VectorPostprocessorValuegetVectorPostprocessorValueOldByName (const VectorPostprocessorName &name, const std::string &vector_name) const
 
const VectorPostprocessorValuegetVectorPostprocessorValueOldByName (const VectorPostprocessorName &name, const std::string &vector_name, bool needs_broadcast) const
 
const ScatterVectorPostprocessorValuegetScatterVectorPostprocessorValue (const std::string &param_name, const std::string &vector_name) const
 
const ScatterVectorPostprocessorValuegetScatterVectorPostprocessorValueByName (const VectorPostprocessorName &name, const std::string &vector_name) const
 
const ScatterVectorPostprocessorValuegetScatterVectorPostprocessorValueOld (const std::string &param_name, const std::string &vector_name) const
 
const ScatterVectorPostprocessorValuegetScatterVectorPostprocessorValueOldByName (const VectorPostprocessorName &name, const std::string &vector_name) const
 
bool hasVectorPostprocessor (const std::string &param_name, const std::string &vector_name) const
 
bool hasVectorPostprocessor (const std::string &param_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 &param_name) const
 
T & getSampler (const std::string &name)
 
SamplergetSampler (const std::string &name)
 
T & getSamplerByName (const SamplerName &name)
 
SamplergetSamplerByName (const SamplerName &name)
 
virtual void meshChanged ()
 
virtual void meshDisplaced ()
 
PerfGraphperfGraph ()
 
const PostprocessorValuegetPostprocessorValue (const std::string &param_name, const unsigned int index=0) const
 
const PostprocessorValuegetPostprocessorValue (const std::string &param_name, const unsigned int index=0) const
 
const PostprocessorValuegetPostprocessorValueOld (const std::string &param_name, const unsigned int index=0) const
 
const PostprocessorValuegetPostprocessorValueOld (const std::string &param_name, const unsigned int index=0) const
 
const PostprocessorValuegetPostprocessorValueOlder (const std::string &param_name, const unsigned int index=0) const
 
const PostprocessorValuegetPostprocessorValueOlder (const std::string &param_name, const unsigned int index=0) const
 
virtual const PostprocessorValuegetPostprocessorValueByName (const PostprocessorName &name) const
 
virtual const PostprocessorValuegetPostprocessorValueByName (const PostprocessorName &name) const
 
const PostprocessorValuegetPostprocessorValueOldByName (const PostprocessorName &name) const
 
const PostprocessorValuegetPostprocessorValueOldByName (const PostprocessorName &name) const
 
const PostprocessorValuegetPostprocessorValueOlderByName (const PostprocessorName &name) const
 
const PostprocessorValuegetPostprocessorValueOlderByName (const PostprocessorName &name) const
 
bool isVectorPostprocessorDistributed (const std::string &param_name) const
 
bool isVectorPostprocessorDistributed (const std::string &param_name) const
 
bool isVectorPostprocessorDistributedByName (const VectorPostprocessorName &name) const
 
bool isVectorPostprocessorDistributedByName (const VectorPostprocessorName &name) const
 
const DistributiongetDistribution (const std::string &name) const
 
const T & getDistribution (const std::string &name) const
 
const DistributiongetDistribution (const std::string &name) const
 
const T & getDistribution (const std::string &name) const
 
const DistributiongetDistributionByName (const DistributionName &name) const
 
const T & getDistributionByName (const std::string &name) const
 
const DistributiongetDistributionByName (const DistributionName &name) const
 
const T & getDistributionByName (const std::string &name) const
 
const Parallel::Communicator & comm () const
 
processor_id_type n_processors () const
 
processor_id_type processor_id () const
 
const std::string & modelMetaDataName () const
 Accessor for the name of the model meta data. More...
 
const FileName & getModelDataFileName () const
 Get the associated filename. More...
 
bool hasModelData () const
 Check if we need to load model data (if the filename parameter is used) More...
 
template<typename T , typename... Args>
T & declareModelData (const std::string &data_name, Args &&... args)
 Declare model data for loading from file as well as restart. More...
 
template<typename T , typename... Args>
const T & getModelData (const std::string &data_name, Args &&... args) const
 Retrieve model data from the interface. More...
 

Static Public Member Functions

static InputParameters validParams ()
 
static void sort (typename std::vector< T > &vector)
 
static void sortDFS (typename std::vector< T > &vector)
 
static void cyclicDependencyError (CyclicDependencyException< T2 > &e, const std::string &header)
 

Public Attributes

const ConsoleStream _console
 

Static Public Attributes

static constexpr PropertyValue::id_type default_property_id
 
static constexpr PropertyValue::id_type zero_property_id
 
static constexpr auto SYSTEM
 
static constexpr auto NAME
 

Protected Member Functions

void computeCorrelationMatrix ()
 Computes the correlation matrices using the snapshots. More...
 
void computeEigenDecomposition ()
 Computes the eigen-decomposition of the stored correlation matrices. More...
 
void computeBasisVectors ()
 Generates the basis vectors using the snapshots together with the eigen-decomposition of the correlation matrices. More...
 
void printEigenvalues ()
 Prints the eigenvalues of the correlation matrix for each variable. More...
 
virtual void addPostprocessorDependencyHelper (const PostprocessorName &name) const override
 
virtual void addVectorPostprocessorDependencyHelper (const VectorPostprocessorName &name) const override
 
virtual void addUserObjectDependencyHelper (const UserObject &uo) const override
 
void addReporterDependencyHelper (const ReporterName &reporter_name) override
 
const ReporterNamegetReporterName (const std::string &param_name) 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
 
const T & getMeshProperty (const std::string &data_name, const std::string &prefix)
 
const T & getMeshProperty (const std::string &data_name)
 
bool hasMeshProperty (const std::string &data_name, const std::string &prefix) const
 
bool hasMeshProperty (const std::string &data_name, const std::string &prefix) const
 
bool hasMeshProperty (const std::string &data_name) const
 
bool hasMeshProperty (const std::string &data_name) const
 
std::string meshPropertyName (const std::string &data_name) const
 
PerfID registerTimedSection (const std::string &section_name, const unsigned int level) const
 
PerfID registerTimedSection (const std::string &section_name, const unsigned int level, const std::string &live_message, const bool print_dots=true) const
 
std::string timedSectionName (const std::string &section_name) const
 
bool isCoupledScalar (const std::string &var_name, unsigned int i=0) const
 
unsigned int coupledScalarComponents (const std::string &var_name) const
 
unsigned int coupledScalar (const std::string &var_name, unsigned int comp=0) const
 
libMesh::Order coupledScalarOrder (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarValue (const std::string &var_name, unsigned int comp=0) const
 
const ADVariableValueadCoupledScalarValue (const std::string &var_name, unsigned int comp=0) const
 
const GenericVariableValue< is_ad > & coupledGenericScalarValue (const std::string &var_name, unsigned int comp=0) const
 
const GenericVariableValue< false > & coupledGenericScalarValue (const std::string &var_name, const unsigned int comp) const
 
const GenericVariableValue< true > & coupledGenericScalarValue (const std::string &var_name, const unsigned int comp) const
 
const VariableValuecoupledVectorTagScalarValue (const std::string &var_name, TagID tag, unsigned int comp=0) const
 
const VariableValuecoupledMatrixTagScalarValue (const std::string &var_name, TagID tag, unsigned int comp=0) const
 
const VariableValuecoupledScalarValueOld (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarValueOlder (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarDot (const std::string &var_name, unsigned int comp=0) const
 
const ADVariableValueadCoupledScalarDot (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarDotDot (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarDotOld (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarDotDotOld (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarDotDu (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarDotDotDu (const std::string &var_name, unsigned int comp=0) const
 
const MooseVariableScalargetScalarVar (const std::string &var_name, unsigned int comp) const
 
virtual void checkMaterialProperty (const std::string &name, const unsigned int state)
 
void markMatPropRequested (const std::string &)
 
MaterialPropertyName getMaterialPropertyName (const std::string &name) const
 
void checkExecutionStage ()
 
const T & getReporterValue (const std::string &param_name, const std::size_t time_index=0)
 
const T & getReporterValue (const std::string &param_name, ReporterMode mode, const std::size_t time_index=0)
 
const T & getReporterValue (const std::string &param_name, const std::size_t time_index=0)
 
const T & getReporterValue (const std::string &param_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 &param_name) const
 
bool hasReporterValue (const std::string &param_name) const
 
bool hasReporterValue (const std::string &param_name) const
 
bool hasReporterValue (const std::string &param_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
 
const GenericMaterialProperty< T, is_ad > * defaultGenericMaterialProperty (const std::string &name)
 
const GenericMaterialProperty< T, is_ad > * defaultGenericMaterialProperty (const std::string &name)
 
const MaterialProperty< T > * defaultMaterialProperty (const std::string &name)
 
const MaterialProperty< T > * defaultMaterialProperty (const std::string &name)
 
const ADMaterialProperty< T > * defaultADMaterialProperty (const std::string &name)
 
const ADMaterialProperty< T > * defaultADMaterialProperty (const std::string &name)
 

Static Protected Member Functions

static std::string meshPropertyName (const std::string &data_name, const std::string &prefix)
 

Protected Attributes

std::vector< std::string > & _var_names
 Vector containing the names of the variables we want to use for constructing the surrogates. More...
 
std::vector< Real_error_res
 Energy limits that define how many basis functions will be kept for each variable. More...
 
std::vector< std::string > & _tag_names
 Names of the tags that should be used to fetch residuals from the MultiApp. More...
 
std::vector< std::string > & _tag_types
 list of bools describing which tag is indepedent of the solution. More...
 
std::vector< DistributedSnapshots_snapshots
 Distributed container for snapshots per variable. More...
 
std::vector< DenseMatrix< Real > > _corr_mx
 The correlation matrices for the variables. More...
 
std::vector< DenseVector< Real > > _eigenvalues
 The eigenvalues of the correalation matrix for each variable. More...
 
std::vector< DenseMatrix< Real > > _eigenvectors
 The eigenvectors of the correalation matrix for each variable. More...
 
std::vector< std::vector< DenseVector< Real > > > & _base
 The reduced basis for the variables. More...
 
std::vector< DenseMatrix< Real > > & _red_operators
 The reduced operators that should be transferred to the surrogate. More...
 
bool _base_completed
 Switch that tells if the object has already computed the necessary basis vectors. More...
 
bool _empty_operators
 Flag describing if the reduced operators are empty or not. More...
 
SubProblem_subproblem
 
FEProblemBase_fe_problem
 
SystemBase_sys
 
const THREAD_ID _tid
 
Assembly_assembly
 
const Moose::CoordinateSystemType_coord_sys
 
const bool _duplicate_initial_execution
 
std::set< std::string > _depend_uo
 
const bool & _enabled
 
MooseApp_app
 
const std::string _type
 
const std::string _name
 
const InputParameters_pars
 
Factory_factory
 
ActionFactory_action_factory
 
const ExecFlagEnum_execute_enum
 
const ExecFlagType_current_execute_flag
 
MooseApp_restartable_app
 
const std::string _restartable_system_name
 
const THREAD_ID _restartable_tid
 
const bool _restartable_read_only
 
FEProblemBase_mci_feproblem
 
FEProblemBase_mdi_feproblem
 
MooseApp_pg_moose_app
 
const std::string _prefix
 
FEProblemBase_sc_fe_problem
 
const THREAD_ID _sc_tid
 
const Real_real_zero
 
const VariableValue_scalar_zero
 
const Point & _point_zero
 
const InputParameters_mi_params
 
const std::string _mi_name
 
const MooseObjectName _mi_moose_object_name
 
FEProblemBase_mi_feproblem
 
SubProblem_mi_subproblem
 
const THREAD_ID _mi_tid
 
const Moose::MaterialDataType _material_data_type
 
MaterialData_material_data
 
bool _stateful_allowed
 
bool _get_material_property_called
 
std::vector< std::unique_ptr< PropertyValue > > _default_properties
 
std::unordered_set< unsigned int_material_property_dependencies
 
const MaterialPropertyName _get_suffix
 
const bool _use_interpolated_state
 
const InputParameters_ti_params
 
FEProblemBase_ti_feproblem
 
bool _is_implicit
 
Real_t
 
const Real_t_old
 
int_t_step
 
Real_dt
 
Real_dt_old
 
bool _is_transient
 
const Parallel::Communicator & _communicator
 

Static Protected Attributes

static const std::string _interpolated_old
 
static const std::string _interpolated_older
 

Private Member Functions

unsigned int determineNumberOfModes (Real error, const std::vector< Real > &inp_vec) const
 Computes the number of bases necessary for a given error indicator. More...
 
void receiveObjects (ReplicatedMesh &mesh, std::unordered_map< unsigned int, std::vector< std::shared_ptr< DenseVector< Real >>>> &received_vectors, std::unordered_map< unsigned int, std::vector< std::shared_ptr< DenseVector< Real >>>> &local_vectors, processor_id_type, const std::vector< std::tuple< unsigned int, unsigned int, std::shared_ptr< DenseVector< Real >>>> &vectors)
 Function that manipulates the received objects and computes the correlation matrices on the fly. More...
 

Detailed Description

Definition at line 27 of file PODReducedBasisTrainer.h.

Constructor & Destructor Documentation

◆ PODReducedBasisTrainer()

PODReducedBasisTrainer::PODReducedBasisTrainer ( const InputParameters parameters)

Definition at line 44 of file PODReducedBasisTrainer.C.

46  _var_names(declareModelData<std::vector<std::string>>(
47  "_var_names", getParam<std::vector<std::string>>("var_names"))),
48  _error_res(getParam<std::vector<Real>>("error_res")),
49  _tag_names(declareModelData<std::vector<std::string>>(
50  "_tag_names", getParam<std::vector<std::string>>("tag_names"))),
51  _tag_types(declareModelData<std::vector<std::string>>(
52  "_tag_types", getParam<std::vector<std::string>>("tag_types"))),
53  _base(declareModelData<std::vector<std::vector<DenseVector<Real>>>>("_base")),
54  _red_operators(declareModelData<std::vector<DenseMatrix<Real>>>("_red_operators")),
55  _base_completed(false),
56  _empty_operators(true)
57 {
58  if (_error_res.size() != _var_names.size())
59  paramError("error_res",
60  "The number of elements is not equal to the number"
61  " of elements in 'var_names'!");
62 
63  if (_tag_names.size() != _tag_types.size())
64  paramError("tag_types",
65  "The number of elements is not equal to the number"
66  " of elements in 'tag_names'!");
67 
68  std::vector<std::string> available_names{"op", "src", "op_dir", "src_dir"};
69  for (auto tag_type : _tag_types)
70  {
71  auto it = std::find(available_names.begin(), available_names.end(), tag_type);
72  if (it == available_names.end())
73  paramError("tag_types",
74  "Tag type '",
75  tag_type,
76  "' is not valid, available names are:",
77  " op, op_dir, src, src_dir");
78  }
79 }
SurrogateTrainerBase(const InputParameters &parameters)
std::vector< std::vector< DenseVector< Real > > > & _base
The reduced basis for the variables.
bool _empty_operators
Flag describing if the reduced operators are empty or not.
std::vector< std::string > & _tag_types
list of bools describing which tag is indepedent of the solution.
const T & getParam(const std::string &name) const
void paramError(const std::string &param, Args... args) const
T & declareModelData(const std::string &data_name, Args &&... args)
Declare model data for loading from file as well as restart.
std::vector< DenseMatrix< Real > > & _red_operators
The reduced operators that should be transferred to the surrogate.
bool _base_completed
Switch that tells if the object has already computed the necessary basis vectors. ...
const InputParameters & parameters() const
std::vector< std::string > & _tag_names
Names of the tags that should be used to fetch residuals from the MultiApp.
std::vector< std::string > & _var_names
Vector containing the names of the variables we want to use for constructing the surrogates.
std::vector< Real > _error_res
Energy limits that define how many basis functions will be kept for each variable.

Member Function Documentation

◆ addSnapshot()

void PODReducedBasisTrainer::addSnapshot ( unsigned int  var_i,
unsigned int  glob_i,
const std::shared_ptr< DenseVector< Real >> &  snapshot 
)

Adding a snapshot for a variable.

Definition at line 134 of file PODReducedBasisTrainer.C.

Referenced by PODSamplerSolutionTransfer::execute(), and PODSamplerSolutionTransfer::executeFromMultiapp().

137 {
138  _snapshots[var_i].addNewEntry(glob_i, snapshot);
139 }
std::vector< DistributedSnapshots > _snapshots
Distributed container for snapshots per variable.

◆ addToReducedOperator()

void PODReducedBasisTrainer::addToReducedOperator ( unsigned int  base_i,
unsigned int  tag_i,
std::vector< DenseVector< Real >> &  residual 
)

Adding the contribution of a residual to the reduced operators.

Definition at line 500 of file PODReducedBasisTrainer.C.

Referenced by PODResidualTransfer::transferResidual().

503 {
504  // Computing the elements of the reduced operator using Galerkin projection
505  // on the residual. This is done in parallel and the local contributions are
506  // gathered in finalize().
507  unsigned int counter = 0;
508  for (unsigned int var_i = 0; var_i < _var_names.size(); ++var_i)
509  {
510  for (unsigned int base_j = 0; base_j < _base[var_i].size(); ++base_j)
511  {
512  _red_operators[tag_i](counter, base_i) = residual[var_i].dot(_base[var_i][base_j]);
513  counter++;
514  }
515  }
516 
517  _empty_operators = false;
518 }
std::vector< std::vector< DenseVector< Real > > > & _base
The reduced basis for the variables.
bool _empty_operators
Flag describing if the reduced operators are empty or not.
std::vector< DenseMatrix< Real > > & _red_operators
The reduced operators that should be transferred to the surrogate.
std::vector< std::string > & _var_names
Vector containing the names of the variables we want to use for constructing the surrogates.

◆ computeBasisVectors()

void PODReducedBasisTrainer::computeBasisVectors ( )
protected

Generates the basis vectors using the snapshots together with the eigen-decomposition of the correlation matrices.

Definition at line 443 of file PODReducedBasisTrainer.C.

Referenced by execute().

444 {
445  // Looping over all the variables.
446  for (unsigned int var_i = 0; var_i < _eigenvectors.size(); ++var_i)
447  {
448  unsigned int no_bases = _eigenvalues[var_i].size();
449  unsigned int no_snaps = _snapshots[var_i].getNumberOfLocalEntries();
450 
451  _base[var_i].resize(no_bases);
452 
453  // Filling the containers using the local snapshots and the eigenvalues and
454  // eigenvectors of the correlation matrices.
455  for (unsigned int base_i = 0; base_i < no_bases; ++base_i)
456  {
457  _base[var_i][base_i].resize(_snapshots[var_i].getLocalEntry(0)->size());
458 
459  for (unsigned int loc_i = 0; loc_i < no_snaps; ++loc_i)
460  {
461  unsigned int glob_i = _snapshots[var_i].getGlobalIndex(loc_i);
462  const DenseVector<Real> & snapshot = *_snapshots[var_i].getLocalEntry(loc_i);
463 
464  for (unsigned int i = 0; i < _base[var_i][base_i].size(); ++i)
465  {
466  _base[var_i][base_i](i) += _eigenvectors[var_i](glob_i, base_i) * snapshot(i);
467  }
468  }
469 
470  // Gathering and summing the local contributions over all of the processes.
471  // This makes sure that every process sees all of the basis functions.
472  gatherSum(_base[var_i][base_i].get_values());
473 
474  // Normalizing the basis functions to make sure they are orthonormal.
475  _base[var_i][base_i].scale(1.0 / sqrt(_eigenvalues[var_i](base_i)));
476  }
477  }
478 }
std::vector< std::vector< DenseVector< Real > > > & _base
The reduced basis for the variables.
std::vector< DenseMatrix< Real > > _eigenvectors
The eigenvectors of the correalation matrix for each variable.
std::vector< DistributedSnapshots > _snapshots
Distributed container for snapshots per variable.
void gatherSum(T &value)
std::vector< DenseVector< Real > > _eigenvalues
The eigenvalues of the correalation matrix for each variable.
CTSub CT_OPERATOR_BINARY CTMul CTCompareLess CTCompareGreater CTCompareEqual _arg template * sqrt(_arg)) *_arg.template D< dtag >()) CT_SIMPLE_UNARY_FUNCTION(tanh

◆ computeCorrelationMatrix()

void PODReducedBasisTrainer::computeCorrelationMatrix ( )
protected

Computes the correlation matrices using the snapshots.

Definition at line 142 of file PODReducedBasisTrainer.C.

Referenced by execute().

143 {
144  // Getting the number of snapshots. It is assumed that every variable has the
145  // same number of snapshots. This assumption is used at multiple locations in
146  // this source file.
147  const auto no_snaps = getSnapsSize(0);
148 
149  // Initializing the correlation matrices for each variable.
150  for (unsigned int var_i = 0; var_i < _snapshots.size(); ++var_i)
151  _corr_mx[var_i] = DenseMatrix<Real>(no_snaps, no_snaps);
152 
153  /*
154  Creating a simple 2D map that distributes the elements in the correlation
155  matrices to each processor. A square mesh with elements corresponding to
156  the entries in the correlation matrix is used, since optimal partitioning
157  routines are already implemented for it. In this case, the centroids of the
158  elements are equivalent to the indices of the correlation matrix. This method
159  may seem too convoluted, but is necessary to ensure that the communication
160  stays balanced and scales well for runs with a large number of processors.
161  */
162  ReplicatedMesh mesh(_communicator, 2);
163  MeshTools::Generation::build_square(
164  mesh, no_snaps, no_snaps, -0.5, no_snaps - 0.5, -0.5, no_snaps - 0.5);
165 
166  // A flag is added to each element saying if the result has already been compuuted
167  // or not.
168  mesh.add_elem_integer("filled");
169 
170  // Since the correlation matrix is symmetric, it is enough to compute the
171  // entries on the diagonal in addition to the elements above the diagonal.
172  // Therefore, the elements in the mesh below the diagonal are deleted.
173  for (Elem * elem : mesh.active_element_ptr_range())
174  {
175  const auto centroid = elem->vertex_average();
176  if (centroid(0) > centroid(1))
177  mesh.delete_elem(elem);
178  }
179 
180  // The mesh is distributed among the processors.
181  mesh.prepare_for_use();
182 
183  /*
184  This step restructures the snapshots into an unordered map to make it easier
185  to do cross-products in the later stages. Since _snapshots only contains
186  pointers to the data, this should not include a considerable amount of copy
187  operations.
188  */
189  std::unordered_map<unsigned int, std::vector<std::shared_ptr<DenseVector<Real>>>> local_vectors;
190  for (unsigned int loc_vec_i = 0; loc_vec_i < _snapshots[0].getNumberOfLocalEntries(); ++loc_vec_i)
191  {
192  const unsigned int glob_vec_i = _snapshots[0].getGlobalIndex(loc_vec_i);
193  auto & entry = local_vectors[glob_vec_i];
194 
195  for (unsigned int v_ind = 0; v_ind < _snapshots.size(); ++v_ind)
196  entry.push_back(_snapshots[v_ind].getLocalEntry(loc_vec_i));
197  }
198 
199  /*
200  Initializing containers for the objects that will be sent to other processors.
201  send_vectors is just a temporary object that ensures that the same snapshot is
202  sent to other processors only once. send_map, on the other hand, will be used
203  by the communicator and contains the required snapshots for each processor
204  which is not the the current rank.
205  std::tuple<unsigned int, unsigned int, std::shared_ptr<DenseVector<Real>>> type
206  is a container that uses (global snapshot index, variable index, snapshot) to
207  identify and send/receive snapshots during the communication.
208  */
209 
210  std::unordered_map<processor_id_type, std::set<unsigned int>> send_vectors;
211  std::unordered_map<
213  std::vector<std::tuple<unsigned int, unsigned int, std::shared_ptr<DenseVector<Real>>>>>
214  send_map;
215 
216  // Fill the send map with snapshots we need to send for each processor. First,
217  // we loop over the matrix entries (elements in the mesh)
218  for (Elem * elem : mesh.active_element_ptr_range())
219  if (elem->processor_id() != processor_id())
220  {
221  // The centroids in the mesh correspond to the 2D corrdinates of the elements
222  // in the mesh.
223  const auto centroid = elem->vertex_average();
224  const unsigned int i = centroid(0);
225  const unsigned int j = centroid(1);
226 
227  /*
228  Checking if the current processor has the required snapshot.
229  We assume that every variable has the same number of snapshots with the
230  same distribution among processors. Therefore, it is enough to test
231  the first variable only.
232  */
233  if (_snapshots[0].hasGlobalEntry(i))
234  {
235  // Continue loop if the snapshot is already being sent.
236  if (send_vectors[elem->processor_id()].count(i))
237  continue;
238 
239  // Add another entry to the map if another processor needs the owned
240  // snapshot.
241  send_vectors[elem->processor_id()].insert(i);
242  for (unsigned int v_ind = 0; v_ind < _snapshots.size(); ++v_ind)
243  send_map[elem->processor_id()].emplace_back(
244  i, v_ind, _snapshots[v_ind].getGlobalEntry(i));
245  }
246  else if (_snapshots[0].hasGlobalEntry(j))
247  {
248  // Continue loop if the snapshot is already being sent.
249  if (send_vectors[elem->processor_id()].count(j))
250  continue;
251 
252  // Add another entry to the map if another processor needs the owned
253  // snapshot.
254  send_vectors[elem->processor_id()].insert(j);
255  for (unsigned int v_ind = 0; v_ind < _snapshots.size(); ++v_ind)
256  send_map[elem->processor_id()].emplace_back(
257  j, v_ind, _snapshots[v_ind].getGlobalEntry(j));
258  }
259  }
260  else
261  // Initializing the flag value with 0 (not computed) for each element.
262  elem->set_extra_integer(0, 0);
263 
264  // Creating container for received data. In this case the map contains the snapshots
265  // for each variable for each required global snapshot index.
266  std::unordered_map<unsigned int, std::vector<std::shared_ptr<DenseVector<Real>>>>
267  received_vectors;
268 
269  // Converting function to functor to be able to pass to push packed range.
270  auto functor =
271  [this, &mesh, &received_vectors, &local_vectors](
272  processor_id_type pid,
273  const std::vector<
274  std::tuple<unsigned int, unsigned int, std::shared_ptr<DenseVector<Real>>>> & vectors)
275  { PODReducedBasisTrainer::receiveObjects(mesh, received_vectors, local_vectors, pid, vectors); };
276 
277  Parallel::push_parallel_packed_range(_communicator, send_map, (void *)nullptr, functor);
278 
279  // This extra call is necessary in case a processor has all the elements it needs
280  // (hence doesn't receive any).
281  functor(
282  processor_id(),
283  std::vector<std::tuple<unsigned int, unsigned int, std::shared_ptr<DenseVector<Real>>>>());
284 
285  // Now, the correlation matrices aregathered and summed to make sure every processor
286  // sees them.
287  gatherSum(_corr_mx[0].get_values());
288 
289  // The lower triangle of the matrices are then filled using symmetry.
290  for (auto & corr_mx : _corr_mx)
291  for (unsigned int row_i = 1; row_i < corr_mx.m(); ++row_i)
292  for (unsigned int col_i = 0; col_i < row_i; ++col_i)
293  corr_mx(row_i, col_i) = corr_mx(col_i, row_i);
294 }
MeshBase & mesh
const Parallel::Communicator & _communicator
void receiveObjects(ReplicatedMesh &mesh, std::unordered_map< unsigned int, std::vector< std::shared_ptr< DenseVector< Real >>>> &received_vectors, std::unordered_map< unsigned int, std::vector< std::shared_ptr< DenseVector< Real >>>> &local_vectors, processor_id_type, const std::vector< std::tuple< unsigned int, unsigned int, std::shared_ptr< DenseVector< Real >>>> &vectors)
Function that manipulates the received objects and computes the correlation matrices on the fly...
std::vector< DistributedSnapshots > _snapshots
Distributed container for snapshots per variable.
uint8_t processor_id_type
void gatherSum(T &value)
std::vector< DenseMatrix< Real > > _corr_mx
The correlation matrices for the variables.
unsigned int getSnapsSize(unsigned int var_i) const
Getting the snapshot size across all of the processors for a given variable with index var_i...
static const std::complex< double > j(0, 1)
Complex number "j" (also known as "i")
processor_id_type processor_id() const

◆ computeEigenDecomposition()

void PODReducedBasisTrainer::computeEigenDecomposition ( )
protected

Computes the eigen-decomposition of the stored correlation matrices.

Definition at line 377 of file PODReducedBasisTrainer.C.

Referenced by execute().

378 {
379  for (unsigned int v_ind = 0; v_ind < _corr_mx.size(); ++v_ind)
380  {
381  unsigned int no_snaps = _corr_mx[v_ind].n();
382 
383  // Initializing temporary objects for the eigenvalues and eigenvectors since
384  // evd_left() returns an unordered vector of eigenvalues.
385  DenseVector<Real> eigenvalues(no_snaps);
386  DenseMatrix<Real> eigenvectors(no_snaps, no_snaps);
387 
388  // Creating a temporary placeholder for the imaginary parts of the eigenvalues
389  DenseVector<Real> eigenvalues_imag(no_snaps);
390 
391  // Performing the eigenvalue decomposition
392  _corr_mx[v_ind].evd_left(eigenvalues, eigenvalues_imag, eigenvectors);
393 
394  // Sorting the eigenvectors and eigenvalues based on the magnitude of
395  // the eigenvalues
396  std::vector<unsigned int> idx(eigenvalues.size());
397  std::iota(idx.begin(), idx.end(), 0);
398  std::vector<Real> & v = eigenvalues.get_values();
399 
400  // Getting the indices to be able to copy the corresponding eigenvector too.
401  std::stable_sort(
402  idx.begin(), idx.end(), [&v](unsigned int i, unsigned int j) { return v[i] > v[j]; });
403 
404  // Getting a cutoff for the number of modes. The function requires a sorted list,
405  // thus the temporary vector is sorted.
406  std::stable_sort(v.begin(), v.end(), std::greater<Real>());
407  unsigned int cutoff = determineNumberOfModes(_error_res[v_ind], v);
408 
409  // Initializing the actual containers for the eigenvectors and eigenvalues.
410  _eigenvalues[v_ind] = DenseVector<Real>(cutoff);
411  _eigenvectors[v_ind] = DenseMatrix<Real>(eigenvectors.m(), cutoff);
412 
413  // Copying the kept eigenvalues and eigenvectors in a sorted container.
414  for (unsigned int j = 0; j < cutoff; ++j)
415  {
416  _eigenvalues[v_ind](j) = eigenvalues(j);
417  for (unsigned int k = 0; k < _eigenvectors[v_ind].m(); ++k)
418  {
419  _eigenvectors[v_ind](k, j) = eigenvectors(k, idx[j]);
420  }
421  }
422 
424  }
425 }
std::vector< DenseMatrix< Real > > _eigenvectors
The eigenvectors of the correalation matrix for each variable.
void printEigenvalues()
Prints the eigenvalues of the correlation matrix for each variable.
std::vector< DenseVector< Real > > _eigenvalues
The eigenvalues of the correalation matrix for each variable.
std::vector< DenseMatrix< Real > > _corr_mx
The correlation matrices for the variables.
unsigned int determineNumberOfModes(Real error, const std::vector< Real > &inp_vec) const
Computes the number of bases necessary for a given error indicator.
static const std::string v
Definition: NS.h:84
static const std::complex< double > j(0, 1)
Complex number "j" (also known as "i")
std::vector< Real > _error_res
Energy limits that define how many basis functions will be kept for each variable.
static const std::string k
Definition: NS.h:130
unsigned int idx(const ElemType type, const unsigned int nx, const unsigned int i, const unsigned int j)

◆ declareModelData()

template<typename T , typename... Args>
T & RestartableModelInterface::declareModelData ( const std::string &  data_name,
Args &&...  args 
)
inherited

Declare model data for loading from file as well as restart.

Definition at line 78 of file RestartableModelInterface.h.

79 {
80  return _model_restartable.declareRestartableData<T>(data_name, std::forward<Args>(args)...);
81 }
T & declareRestartableData(const std::string &data_name, Args &&... args)
Declare a piece of data as "restartable" and initialize it.
PublicRestartable _model_restartable
Member for interfacing with the framework&#39;s restartable system.

◆ determineNumberOfModes()

unsigned int PODReducedBasisTrainer::determineNumberOfModes ( Real  error,
const std::vector< Real > &  inp_vec 
) const
private

Computes the number of bases necessary for a given error indicator.

This needs a sorted vector as input.

Definition at line 428 of file PODReducedBasisTrainer.C.

Referenced by computeEigenDecomposition().

429 {
430  Real sum = std::accumulate(inp_vec.begin(), inp_vec.end(), 0.0);
431 
432  Real part_sum = 0.0;
433  for (unsigned int i = 0; i < inp_vec.size(); ++i)
434  {
435  part_sum += inp_vec[i];
436  if (part_sum / sum > 1 - error)
437  return (i + 1);
438  }
439  return (inp_vec.size());
440 }
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real

◆ execute()

void PODReducedBasisTrainer::execute ( )
overridevirtual

Implements GeneralUserObject.

Definition at line 104 of file PODReducedBasisTrainer.C.

105 {
106  // If the base is not ready yet, create it by performing the POD on the
107  // snapshot matrices. Also, initialize the containers for the reduced
108  // operators.
109  if (!_base_completed)
110  {
115  _base_completed = true;
116  _empty_operators = true;
117  }
118 }
void initReducedOperators()
Initializing the reduced operators.
bool _empty_operators
Flag describing if the reduced operators are empty or not.
bool _base_completed
Switch that tells if the object has already computed the necessary basis vectors. ...
void computeEigenDecomposition()
Computes the eigen-decomposition of the stored correlation matrices.
void computeCorrelationMatrix()
Computes the correlation matrices using the snapshots.
void computeBasisVectors()
Generates the basis vectors using the snapshots together with the eigen-decomposition of the correlat...

◆ finalize()

void PODReducedBasisTrainer::finalize ( )
overridevirtual

Reimplemented from SurrogateTrainerBase.

Definition at line 121 of file PODReducedBasisTrainer.C.

122 {
123  // If the operators are already filled on each processor, gather and sum them
124  // together. This way every processor has access to every complete reduced
125  // operator.
126  if (!_empty_operators)
127  for (unsigned int tag_i = 0; tag_i < _red_operators.size(); ++tag_i)
128  {
129  gatherSum(_red_operators[tag_i].get_values());
130  }
131 }
bool _empty_operators
Flag describing if the reduced operators are empty or not.
void gatherSum(T &value)
std::vector< DenseMatrix< Real > > & _red_operators
The reduced operators that should be transferred to the surrogate.

◆ getBaseSize()

unsigned int PODReducedBasisTrainer::getBaseSize ( unsigned int  var_i) const
inline

Getting the base size for variable with index v_ind.

Definition at line 66 of file PODReducedBasisTrainer.h.

Referenced by PODSamplerSolutionTransfer::execute().

66 { return _base[var_i].size(); }
std::vector< std::vector< DenseVector< Real > > > & _base
The reduced basis for the variables.

◆ getBasisVector() [1/2]

const DenseVector< Real > & PODReducedBasisTrainer::getBasisVector ( unsigned int  var_i,
unsigned int  base_i 
) const

Getting a basis vector for a given variable.

Definition at line 538 of file PODReducedBasisTrainer.C.

Referenced by PODSamplerSolutionTransfer::execute(), and PODSamplerSolutionTransfer::executeToMultiapp().

539 {
540  return _base[var_i][base_i];
541 }
std::vector< std::vector< DenseVector< Real > > > & _base
The reduced basis for the variables.

◆ getBasisVector() [2/2]

const DenseVector< Real > & PODReducedBasisTrainer::getBasisVector ( unsigned int  glob_i) const

Getting basis vector based on its global index.

Definition at line 544 of file PODReducedBasisTrainer.C.

545 {
546  unsigned int counter = 0;
547 
548  for (unsigned int var_i = 0; var_i < _var_names.size(); ++var_i)
549  for (unsigned int base_i = 0; base_i < _base[var_i].size(); ++base_i)
550  {
551  if (glob_i == counter)
552  return _base[var_i][base_i];
553 
554  counter += 1;
555  }
556 
557  mooseError("The basis vector with global index ", glob_i, "is not available!");
558  return _base[0][0];
559 }
std::vector< std::vector< DenseVector< Real > > > & _base
The reduced basis for the variables.
void mooseError(Args &&... args) const
std::vector< std::string > & _var_names
Vector containing the names of the variables we want to use for constructing the surrogates.

◆ getModelData()

template<typename T , typename... Args>
const T & RestartableModelInterface::getModelData ( const std::string &  data_name,
Args &&...  args 
) const
inherited

Retrieve model data from the interface.

Definition at line 85 of file RestartableModelInterface.h.

86 {
87  return _model_restartable.getRestartableData<T>(data_name, std::forward<Args>(args)...);
88 }
const T & getRestartableData(const std::string &data_name) const
Declare a piece of data as "restartable" and initialize it Similar to declareRestartableData but retu...
PublicRestartable _model_restartable
Member for interfacing with the framework&#39;s restartable system.

◆ getModelDataFileName()

const FileName & RestartableModelInterface::getModelDataFileName ( ) const
inherited

Get the associated filename.

Definition at line 33 of file RestartableModelInterface.C.

34 {
35  return _model_object.getParam<FileName>("filename");
36 }
const T & getParam(const std::string &name) const
const MooseObject & _model_object
Reference to the MooseObject that uses this interface.

◆ getSnapsSize()

unsigned int PODReducedBasisTrainer::getSnapsSize ( unsigned int  var_i) const

Getting the snapshot size across all of the processors for a given variable with index var_i.

Definition at line 521 of file PODReducedBasisTrainer.C.

Referenced by computeCorrelationMatrix().

522 {
523  return _snapshots[var_i].getNumberOfGlobalEntries();
524 }
std::vector< DistributedSnapshots > _snapshots
Distributed container for snapshots per variable.

◆ getSumBaseSize()

unsigned int PODReducedBasisTrainer::getSumBaseSize ( ) const

Getting the overall base size, which is the sum of the individual bases.

Definition at line 527 of file PODReducedBasisTrainer.C.

Referenced by PODFullSolveMultiApp::computeResidualBatch(), PODResidualTransfer::execute(), initReducedOperators(), and PODFullSolveMultiApp::preTransfer().

528 {
529  unsigned int sum = 0;
530 
531  for (unsigned int i = 0; i < _base.size(); ++i)
532  sum += _base[i].size();
533 
534  return sum;
535 }
std::vector< std::vector< DenseVector< Real > > > & _base
The reduced basis for the variables.

◆ getTagNames()

const std::vector<std::string>& PODReducedBasisTrainer::getTagNames ( ) const
inline

Definition at line 57 of file PODReducedBasisTrainer.h.

Referenced by PODFullSolveMultiApp::computeResidual(), and PODResidualTransfer::transferResidual().

57 { return _tag_names; }
std::vector< std::string > & _tag_names
Names of the tags that should be used to fetch residuals from the MultiApp.

◆ getTagTypes()

const std::vector<std::string>& PODReducedBasisTrainer::getTagTypes ( ) const
inline

Definition at line 59 of file PODReducedBasisTrainer.h.

Referenced by PODResidualTransfer::transferResidual().

59 { return _tag_types; }
std::vector< std::string > & _tag_types
list of bools describing which tag is indepedent of the solution.

◆ getVariableIndex()

unsigned int PODReducedBasisTrainer::getVariableIndex ( unsigned int  glob_i) const

Getting appropriate variable index for a global base index.

Definition at line 562 of file PODReducedBasisTrainer.C.

Referenced by PODSamplerSolutionTransfer::executeToMultiapp().

563 {
564  unsigned int counter = 0;
565 
566  for (unsigned int var_i = 0; var_i < _var_names.size(); ++var_i)
567  for (unsigned int base_i = 0; base_i < _base[var_i].size(); ++base_i)
568  {
569  if (glob_i == counter)
570  return var_i;
571 
572  counter += 1;
573  }
574 
575  mooseError("Variable with global base index ", glob_i, "is not available!");
576  return 0;
577 }
std::vector< std::vector< DenseVector< Real > > > & _base
The reduced basis for the variables.
void mooseError(Args &&... args) const
std::vector< std::string > & _var_names
Vector containing the names of the variables we want to use for constructing the surrogates.

◆ getVarNames()

const std::vector<std::string>& PODReducedBasisTrainer::getVarNames ( ) const
inline

Definition at line 55 of file PODReducedBasisTrainer.h.

Referenced by PODSamplerSolutionTransfer::execute(), PODSamplerSolutionTransfer::executeFromMultiapp(), PODSamplerSolutionTransfer::executeToMultiapp(), PODSamplerSolutionTransfer::initialSetup(), and PODResidualTransfer::transferResidual().

55 { return _var_names; }
std::vector< std::string > & _var_names
Vector containing the names of the variables we want to use for constructing the surrogates.

◆ hasModelData()

bool RestartableModelInterface::hasModelData ( ) const
inherited

Check if we need to load model data (if the filename parameter is used)

Definition at line 39 of file RestartableModelInterface.C.

40 {
41  return _model_object.isParamValid("filename");
42 }
bool isParamValid(const std::string &name) const
const MooseObject & _model_object
Reference to the MooseObject that uses this interface.

◆ initialize()

virtual void PODReducedBasisTrainer::initialize ( )
inlineoverridevirtual

Reimplemented from SurrogateTrainerBase.

Definition at line 36 of file PODReducedBasisTrainer.h.

36 {};

◆ initialSetup()

void PODReducedBasisTrainer::initialSetup ( )
overridevirtual

Reimplemented from GeneralUserObject.

Definition at line 82 of file PODReducedBasisTrainer.C.

83 {
84  // Initializing the containers for the essential data to construct the
85  // reduced operators.
86 
87  _snapshots.clear();
89 
90  _base.clear();
91  _base.resize(_var_names.size());
92 
93  _corr_mx.clear();
94  _corr_mx.resize(_var_names.size());
95 
96  _eigenvalues.clear();
97  _eigenvalues.resize(_var_names.size());
98 
99  _eigenvectors.clear();
100  _eigenvectors.resize(_var_names.size());
101 }
std::vector< std::vector< DenseVector< Real > > > & _base
The reduced basis for the variables.
std::vector< DenseMatrix< Real > > _eigenvectors
The eigenvectors of the correalation matrix for each variable.
const Parallel::Communicator & _communicator
std::vector< DistributedSnapshots > _snapshots
Distributed container for snapshots per variable.
std::vector< DenseVector< Real > > _eigenvalues
The eigenvalues of the correalation matrix for each variable.
std::vector< DenseMatrix< Real > > _corr_mx
The correlation matrices for the variables.
StochasticTools::DistributedData< std::shared_ptr< DenseVector< Real > > > DistributedSnapshots
std::vector< std::string > & _var_names
Vector containing the names of the variables we want to use for constructing the surrogates.

◆ initReducedOperators()

void PODReducedBasisTrainer::initReducedOperators ( )

Initializing the reduced operators.

Definition at line 481 of file PODReducedBasisTrainer.C.

Referenced by execute().

482 {
483  _red_operators.resize(_tag_names.size());
484 
485  // Getting the sum of the ranks of the different bases. Every reduced operator
486  // is resized with this number. This way the construction can be more general.
487  unsigned int base_num = getSumBaseSize();
488 
489  // Initializing each operator (each operator with a tag).
490  for (unsigned int tag_i = 0; tag_i < _red_operators.size(); ++tag_i)
491  {
492  if (_tag_types[tag_i] == "src" || _tag_types[tag_i] == "src_dir")
493  _red_operators[tag_i].resize(base_num, 1);
494  else
495  _red_operators[tag_i].resize(base_num, base_num);
496  }
497 }
std::vector< std::string > & _tag_types
list of bools describing which tag is indepedent of the solution.
std::vector< DenseMatrix< Real > > & _red_operators
The reduced operators that should be transferred to the surrogate.
std::vector< std::string > & _tag_names
Names of the tags that should be used to fetch residuals from the MultiApp.
unsigned int getSumBaseSize() const
Getting the overall base size, which is the sum of the individual bases.

◆ modelMetaDataName()

const std::string& RestartableModelInterface::modelMetaDataName ( ) const
inlineinherited

Accessor for the name of the model meta data.

Definition at line 47 of file RestartableModelInterface.h.

Referenced by SurrogateTrainerOutput::output(), and MappingOutput::output().

47 { return _model_meta_data_name; }
const std::string _model_meta_data_name
The model meta data name.

◆ printEigenvalues()

void PODReducedBasisTrainer::printEigenvalues ( )
protected

Prints the eigenvalues of the correlation matrix for each variable.

Definition at line 580 of file PODReducedBasisTrainer.C.

Referenced by computeEigenDecomposition().

581 {
582  if (processor_id() == 0 && _tid == 0 && isParamValid("filenames"))
583  {
584  std::vector<std::string> filenames = getParam<std::vector<std::string>>("filenames");
585 
586  if (filenames.size() != _var_names.size())
587  paramError("filenames",
588  "The number of file names is not equal to the number of variable names!");
589 
590  for (unsigned int var_i = 0; var_i < _var_names.size(); ++var_i)
591  {
592  std::filebuf fb;
593  fb.open(filenames[var_i], std::ios::out);
594  std::ostream os(&fb);
595  os << "evs" << std::endl;
596  _eigenvalues[var_i].print_scientific(os);
597  }
598  }
599 }
std::basic_ostream< charT, traits > * os
bool isParamValid(const std::string &name) const
std::vector< DenseVector< Real > > _eigenvalues
The eigenvalues of the correalation matrix for each variable.
void paramError(const std::string &param, Args... args) const
const THREAD_ID _tid
std::vector< std::string > & _var_names
Vector containing the names of the variables we want to use for constructing the surrogates.
processor_id_type processor_id() const

◆ receiveObjects()

void PODReducedBasisTrainer::receiveObjects ( ReplicatedMesh &  mesh,
std::unordered_map< unsigned int, std::vector< std::shared_ptr< DenseVector< Real >>>> &  received_vectors,
std::unordered_map< unsigned int, std::vector< std::shared_ptr< DenseVector< Real >>>> &  local_vectors,
processor_id_type  ,
const std::vector< std::tuple< unsigned int, unsigned int, std::shared_ptr< DenseVector< Real >>>> &  vectors 
)
private

Function that manipulates the received objects and computes the correlation matrices on the fly.

Definition at line 297 of file PODReducedBasisTrainer.C.

Referenced by computeCorrelationMatrix().

306 {
307  for (auto & tuple : vectors)
308  {
309  const auto glob_vec_i = std::get<0>(tuple);
310  const auto var_i = std::get<1>(tuple);
311  const auto & vector = std::get<2>(tuple);
312 
313  // The entry that will be filled with all of the variable solutions for a vector
314  std::vector<std::shared_ptr<DenseVector<Real>>> & entry = received_vectors[glob_vec_i];
315 
316  // Size it to the number of variables in case we haven't already
317  entry.resize(_snapshots.size(), nullptr);
318 
319  // Add this varaible's contribution - this is shared_ptr so we are claiming partial
320  // ownership of this vector and do not have to do a copy
321  entry[var_i] = vector;
322  }
323 
324  // Looping over the locally owned entries in the matrix and computing the
325  // values.
326  for (Elem * elem : mesh.active_local_element_ptr_range())
327  {
328  // If the matrix entry is already filled, the loop skips this element.
329  if (elem->get_extra_integer(0))
330  continue;
331 
332  // Getting pointers to the necessary snapshots for the matrix entry.
333  // This points to a vector of size (number of variables).
334  const unsigned int i = elem->vertex_average()(0);
335  const unsigned int j = elem->vertex_average()(1);
336  std::vector<std::shared_ptr<DenseVector<Real>>> * i_vec = nullptr;
337  std::vector<std::shared_ptr<DenseVector<Real>>> * j_vec = nullptr;
338 
339  const auto find_i_local = local_vectors.find(i);
340  if (find_i_local != local_vectors.end())
341  i_vec = &find_i_local->second;
342  else
343  {
344  const auto find_i_received = received_vectors.find(i);
345  if (find_i_received != received_vectors.end())
346  {
347  i_vec = &find_i_received->second;
348  }
349  else
350  continue;
351  }
352 
353  const auto find_j_local = local_vectors.find(j);
354  if (find_j_local != local_vectors.end())
355  j_vec = &find_j_local->second;
356  else
357  {
358  const auto find_j_received = received_vectors.find(j);
359  if (find_j_received != received_vectors.end())
360  {
361  j_vec = &find_j_received->second;
362  }
363  else
364  continue;
365  }
366 
367  // Coputing the available matrix entries for every variable.
368  for (unsigned int v_ind = 0; v_ind < _snapshots.size(); ++v_ind)
369  _corr_mx[v_ind](i, j) = (*i_vec)[v_ind]->dot(*(*j_vec)[v_ind]);
370 
371  // Set the 'filled' flag to 1 (true) to make sure it is not recomputed.
372  elem->set_extra_integer(0, 1);
373  }
374 }
MeshBase & mesh
std::vector< DistributedSnapshots > _snapshots
Distributed container for snapshots per variable.
std::vector< DenseMatrix< Real > > _corr_mx
The correlation matrices for the variables.
static const std::complex< double > j(0, 1)
Complex number "j" (also known as "i")

◆ threadJoin()

virtual void SurrogateTrainerBase::threadJoin ( const UserObject )
inlinefinalvirtualinherited

Reimplemented from GeneralUserObject.

Definition at line 40 of file SurrogateTrainer.h.

40 {} // GeneralUserObjects are not threaded

◆ validParams()

InputParameters PODReducedBasisTrainer::validParams ( )
static

Definition at line 21 of file PODReducedBasisTrainer.C.

22 {
24 
25  params.addClassDescription("Computes the reduced subspace plus the reduced operators for "
26  "POD-RB surrogate.");
27  params.addRequiredParam<std::vector<std::string>>("var_names",
28  "Names of variables we want to "
29  "extract from solution vectors.");
30  params.addRequiredParam<std::vector<Real>>("error_res",
31  "The errors allowed in the snapshot reconstruction.");
32  params.addRequiredParam<std::vector<std::string>>("tag_names",
33  "Names of tags for the reduced operators.");
34  params.addParam<std::vector<std::string>>(
35  "filenames", "Files where the eigenvalues are printed for each variable (if given).");
36 
37  params.addRequiredParam<std::vector<std::string>>(
38  "tag_types",
39  "List of keywords describing if the tags"
40  " correspond to independent operators or not. (op/op_dir/src/src_dir)");
41  return params;
42 }
void addParam(const std::string &name, const std::initializer_list< typename T::value_type > &value, const std::string &doc_string)
void addRequiredParam(const std::string &name, const std::string &doc_string)
static InputParameters validParams()
void addClassDescription(const std::string &doc_string)

Member Data Documentation

◆ _base

std::vector<std::vector<DenseVector<Real> > >& PODReducedBasisTrainer::_base
protected

The reduced basis for the variables.

Definition at line 120 of file PODReducedBasisTrainer.h.

Referenced by addToReducedOperator(), computeBasisVectors(), getBaseSize(), getBasisVector(), getSumBaseSize(), getVariableIndex(), and initialSetup().

◆ _base_completed

bool PODReducedBasisTrainer::_base_completed
protected

Switch that tells if the object has already computed the necessary basis vectors.

This switch is used in execute() to determine if we want to compute basis vectors or do something else.

Definition at line 128 of file PODReducedBasisTrainer.h.

Referenced by execute().

◆ _corr_mx

std::vector<DenseMatrix<Real> > PODReducedBasisTrainer::_corr_mx
protected

The correlation matrices for the variables.

Definition at line 111 of file PODReducedBasisTrainer.h.

Referenced by computeCorrelationMatrix(), computeEigenDecomposition(), and initialSetup().

◆ _eigenvalues

std::vector<DenseVector<Real> > PODReducedBasisTrainer::_eigenvalues
protected

The eigenvalues of the correalation matrix for each variable.

Definition at line 114 of file PODReducedBasisTrainer.h.

Referenced by computeBasisVectors(), computeEigenDecomposition(), initialSetup(), and printEigenvalues().

◆ _eigenvectors

std::vector<DenseMatrix<Real> > PODReducedBasisTrainer::_eigenvectors
protected

The eigenvectors of the correalation matrix for each variable.

Definition at line 117 of file PODReducedBasisTrainer.h.

Referenced by computeBasisVectors(), computeEigenDecomposition(), and initialSetup().

◆ _empty_operators

bool PODReducedBasisTrainer::_empty_operators
protected

Flag describing if the reduced operators are empty or not.

This is necessary to be able to do both the base and reduced operator generation in the same object.

Definition at line 133 of file PODReducedBasisTrainer.h.

Referenced by addToReducedOperator(), execute(), and finalize().

◆ _error_res

std::vector<Real> PODReducedBasisTrainer::_error_res
protected

Energy limits that define how many basis functions will be kept for each variable.

Definition at line 99 of file PODReducedBasisTrainer.h.

Referenced by computeEigenDecomposition(), and PODReducedBasisTrainer().

◆ _red_operators

std::vector<DenseMatrix<Real> >& PODReducedBasisTrainer::_red_operators
protected

The reduced operators that should be transferred to the surrogate.

Definition at line 123 of file PODReducedBasisTrainer.h.

Referenced by addToReducedOperator(), finalize(), and initReducedOperators().

◆ _snapshots

std::vector<DistributedSnapshots> PODReducedBasisTrainer::_snapshots
protected

Distributed container for snapshots per variable.

Definition at line 108 of file PODReducedBasisTrainer.h.

Referenced by addSnapshot(), computeBasisVectors(), computeCorrelationMatrix(), getSnapsSize(), initialSetup(), and receiveObjects().

◆ _tag_names

std::vector<std::string>& PODReducedBasisTrainer::_tag_names
protected

Names of the tags that should be used to fetch residuals from the MultiApp.

Definition at line 102 of file PODReducedBasisTrainer.h.

Referenced by getTagNames(), initReducedOperators(), and PODReducedBasisTrainer().

◆ _tag_types

std::vector<std::string>& PODReducedBasisTrainer::_tag_types
protected

list of bools describing which tag is indepedent of the solution.

Definition at line 105 of file PODReducedBasisTrainer.h.

Referenced by getTagTypes(), initReducedOperators(), and PODReducedBasisTrainer().

◆ _var_names

std::vector<std::string>& PODReducedBasisTrainer::_var_names
protected

Vector containing the names of the variables we want to use for constructing the surrogates.

Definition at line 96 of file PODReducedBasisTrainer.h.

Referenced by addToReducedOperator(), getBasisVector(), getVariableIndex(), getVarNames(), initialSetup(), PODReducedBasisTrainer(), and printEigenvalues().


The documentation for this class was generated from the following files: