KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Classes | Functions
StatisticsApplication

Classes

class  Kratos::TemporalMethods::TemporalMaxMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >
 
class  Kratos::TemporalMethods::TemporalMaxMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >
 
class  Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >
 
class  Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >
 
class  Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >
 
class  Kratos::TemporalMethods::TemporalMinMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >
 
class  Kratos::TemporalMethods::TemporalMinMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >
 
class  Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >
 
class  Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >
 
class  Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >
 
class  Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >
 
class  Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >
 
class  Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >
 
class  Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >
 
class  Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >
 
class  Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >
 

Functions

 Kratos::TemporalMethods::TemporalMaxMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::KRATOS_CLASS_POINTER_DEFINITION (NormMethod)
 
 Kratos::TemporalMethods::TemporalMaxMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::NormMethod (ModelPart &rModelPart, const std::string &rNormType, const Variable< TDataType > &rInputVariable, const int EchoLevel, const Variable< double > &rOutputVariable, const Variable< double > &rMaxTimeValueVariable)
 
void Kratos::TemporalMethods::TemporalMaxMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::CalculateStatistics () override
 
void Kratos::TemporalMethods::TemporalMaxMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::InitializeStatisticsVariables () override
 
static std::vector< TemporalMethod::Pointer > Kratos::TemporalMethods::TemporalMaxMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::CreateTemporalMethodObject (ModelPart &rModelPart, const std::string &rNormType, const int EchoLevel, Parameters Params)
 
 Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::KRATOS_CLASS_POINTER_DEFINITION (ValueMethod)
 
 Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::ValueMethod (ModelPart &rModelPart, const std::string &rNormType, const Variable< TDataType > &rInputVariable, const int EchoLevel, const Variable< TDataType > &rOutputVariable)
 
void Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::CalculateStatistics () override
 
void Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::InitializeStatisticsVariables () override
 
 Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::KRATOS_CLASS_POINTER_DEFINITION (NormMethod)
 
 Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::NormMethod (ModelPart &rModelPart, const std::string &rNormType, const Variable< TDataType > &rInputVariable, const int EchoLevel, const Variable< double > &rOutputVariable)
 
void Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::CalculateStatistics () override
 
void Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::InitializeStatisticsVariables () override
 
static std::vector< TemporalMethod::Pointer > Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::CreateTemporalMethodObject (ModelPart &rModelPart, const std::string &rNormType, const int EchoLevel, Parameters Params)
 
 Kratos::TemporalMethods::TemporalMinMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::KRATOS_CLASS_POINTER_DEFINITION (NormMethod)
 
 Kratos::TemporalMethods::TemporalMinMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::NormMethod (ModelPart &rModelPart, const std::string &rNormType, const Variable< TDataType > &rInputVariable, const int EchoLevel, const Variable< double > &rOutputVariable, const Variable< double > &rMinTimeValueVariable)
 
void Kratos::TemporalMethods::TemporalMinMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::CalculateStatistics () override
 
void Kratos::TemporalMethods::TemporalMinMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::InitializeStatisticsVariables () override
 
static std::vector< TemporalMethod::Pointer > Kratos::TemporalMethods::TemporalMinMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::CreateTemporalMethodObject (ModelPart &rModelPart, const std::string &rNormType, const int EchoLevel, Parameters Params)
 
 Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::KRATOS_CLASS_POINTER_DEFINITION (ValueMethod)
 
 Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::ValueMethod (ModelPart &rModelPart, const std::string &rNormType, const Variable< TDataType > &rInputVariable, const int EchoLevel, const Variable< TDataType > &rOutputVariable)
 
void Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::CalculateStatistics () override
 
void Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::InitializeStatisticsVariables () override
 
 Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::KRATOS_CLASS_POINTER_DEFINITION (NormMethod)
 
 Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::NormMethod (ModelPart &rModelPart, const std::string &rNormType, const Variable< TDataType > &rInputVariable, const int EchoLevel, const Variable< double > &rOutputVariable)
 
void Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::CalculateStatistics () override
 
void Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::InitializeStatisticsVariables () override
 
static std::vector< TemporalMethod::Pointer > Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::CreateTemporalMethodObject (ModelPart &rModelPart, const std::string &rNormType, const int EchoLevel, Parameters Params)
 
 Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::KRATOS_CLASS_POINTER_DEFINITION (ValueMethod)
 
 Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::ValueMethod (ModelPart &rModelPart, const std::string &rNormType, const Variable< TDataType > &rInputVariable, const int EchoLevel, const Variable< TDataType > &rOutputVariable)
 
void Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::CalculateStatistics () override
 
void Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::InitializeStatisticsVariables () override
 
 Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::KRATOS_CLASS_POINTER_DEFINITION (NormMethod)
 
 Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::NormMethod (ModelPart &rModelPart, const std::string &rNormType, const Variable< TDataType > &rInputVariable, const int EchoLevel, const Variable< double > &rOutputVariable)
 
void Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::CalculateStatistics () override
 
void Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::InitializeStatisticsVariables () override
 
static std::vector< TemporalMethod::Pointer > Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::CreateTemporalMethodObject (ModelPart &rModelPart, const std::string &rNormType, const int EchoLevel, Parameters Params)
 
 Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::KRATOS_CLASS_POINTER_DEFINITION (ValueMethod)
 
 Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::ValueMethod (ModelPart &rModelPart, const std::string &rNormType, const Variable< TDataType > &rInputVariable, const int EchoLevel, const Variable< TDataType > &rOutputMeanVariable, const Variable< TDataType > &rOutputVarianceVariable)
 
void Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::CalculateStatistics () override
 
void Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::InitializeStatisticsVariables () override
 
 Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::KRATOS_CLASS_POINTER_DEFINITION (NormMethod)
 
 Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::NormMethod (ModelPart &rModelPart, const std::string &rNormType, const Variable< TDataType > &rInputVariable, const int EchoLevel, const Variable< double > &rOutputMeanVariable, const Variable< double > &rOutputVarianceVariable)
 
void Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::CalculateStatistics () override
 
void Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::InitializeStatisticsVariables () override
 
static std::vector< TemporalMethod::Pointer > Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::CreateTemporalMethodObject (ModelPart &rModelPart, const std::string &rNormType, const int EchoLevel, Parameters Params)
 

Detailed Description

Function Documentation

◆ CalculateStatistics() [1/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
void Kratos::TemporalMethods::TemporalMaxMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::CalculateStatistics ( )
inlineoverridevirtual

◆ CalculateStatistics() [2/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
void Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::CalculateStatistics ( )
inlineoverridevirtual

◆ CalculateStatistics() [3/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
void Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::CalculateStatistics ( )
inlineoverridevirtual

◆ CalculateStatistics() [4/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
void Kratos::TemporalMethods::TemporalMinMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::CalculateStatistics ( )
inlineoverridevirtual

◆ CalculateStatistics() [5/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
void Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::CalculateStatistics ( )
inlineoverridevirtual

◆ CalculateStatistics() [6/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
void Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::CalculateStatistics ( )
inlineoverridevirtual

◆ CalculateStatistics() [7/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
void Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::CalculateStatistics ( )
inlineoverridevirtual

◆ CalculateStatistics() [8/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
void Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::CalculateStatistics ( )
inlineoverridevirtual

◆ CalculateStatistics() [9/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
void Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::CalculateStatistics ( )
inlineoverridevirtual

◆ CalculateStatistics() [10/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
void Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::CalculateStatistics ( )
inlineoverridevirtual

◆ CreateTemporalMethodObject() [1/6]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
static std::vector<TemporalMethod::Pointer> Kratos::TemporalMethods::TemporalMaxMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::CreateTemporalMethodObject ( ModelPart rModelPart,
const std::string &  rNormType,
const int  EchoLevel,
Parameters  Params 
)
inlinestatic

◆ CreateTemporalMethodObject() [2/6]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
static std::vector<TemporalMethod::Pointer> Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::CreateTemporalMethodObject ( ModelPart rModelPart,
const std::string &  rNormType,
const int  EchoLevel,
Parameters  Params 
)
inlinestatic

◆ CreateTemporalMethodObject() [3/6]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
static std::vector<TemporalMethod::Pointer> Kratos::TemporalMethods::TemporalMinMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::CreateTemporalMethodObject ( ModelPart rModelPart,
const std::string &  rNormType,
const int  EchoLevel,
Parameters  Params 
)
inlinestatic

◆ CreateTemporalMethodObject() [4/6]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
static std::vector<TemporalMethod::Pointer> Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::CreateTemporalMethodObject ( ModelPart rModelPart,
const std::string &  rNormType,
const int  EchoLevel,
Parameters  Params 
)
inlinestatic

◆ CreateTemporalMethodObject() [5/6]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
static std::vector<TemporalMethod::Pointer> Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::CreateTemporalMethodObject ( ModelPart rModelPart,
const std::string &  rNormType,
const int  EchoLevel,
Parameters  Params 
)
inlinestatic

◆ CreateTemporalMethodObject() [6/6]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
static std::vector<TemporalMethod::Pointer> Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::CreateTemporalMethodObject ( ModelPart rModelPart,
const std::string &  rNormType,
const int  EchoLevel,
Parameters  Params 
)
inlinestatic

◆ InitializeStatisticsVariables() [1/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
void Kratos::TemporalMethods::TemporalMaxMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::InitializeStatisticsVariables ( )
inlineoverridevirtual

◆ InitializeStatisticsVariables() [2/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
void Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::InitializeStatisticsVariables ( )
inlineoverridevirtual

◆ InitializeStatisticsVariables() [3/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
void Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::InitializeStatisticsVariables ( )
inlineoverridevirtual

◆ InitializeStatisticsVariables() [4/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
void Kratos::TemporalMethods::TemporalMinMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::InitializeStatisticsVariables ( )
inlineoverridevirtual

◆ InitializeStatisticsVariables() [5/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
void Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::InitializeStatisticsVariables ( )
inlineoverridevirtual

◆ InitializeStatisticsVariables() [6/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
void Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::InitializeStatisticsVariables ( )
inlineoverridevirtual

◆ InitializeStatisticsVariables() [7/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
void Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::InitializeStatisticsVariables ( )
inlineoverridevirtual

◆ InitializeStatisticsVariables() [8/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
void Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::InitializeStatisticsVariables ( )
inlineoverridevirtual

◆ InitializeStatisticsVariables() [9/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
void Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::InitializeStatisticsVariables ( )
inlineoverridevirtual

◆ InitializeStatisticsVariables() [10/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
void Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::InitializeStatisticsVariables ( )
inlineoverridevirtual

◆ KRATOS_CLASS_POINTER_DEFINITION() [1/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
Kratos::TemporalMethods::TemporalMaxMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::KRATOS_CLASS_POINTER_DEFINITION ( NormMethod< TDataType >  )

◆ KRATOS_CLASS_POINTER_DEFINITION() [2/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::KRATOS_CLASS_POINTER_DEFINITION ( NormMethod< TDataType >  )

◆ KRATOS_CLASS_POINTER_DEFINITION() [3/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
Kratos::TemporalMethods::TemporalMinMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::KRATOS_CLASS_POINTER_DEFINITION ( NormMethod< TDataType >  )

◆ KRATOS_CLASS_POINTER_DEFINITION() [4/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::KRATOS_CLASS_POINTER_DEFINITION ( NormMethod< TDataType >  )

◆ KRATOS_CLASS_POINTER_DEFINITION() [5/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::KRATOS_CLASS_POINTER_DEFINITION ( NormMethod< TDataType >  )

◆ KRATOS_CLASS_POINTER_DEFINITION() [6/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::KRATOS_CLASS_POINTER_DEFINITION ( NormMethod< TDataType >  )

◆ KRATOS_CLASS_POINTER_DEFINITION() [7/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::KRATOS_CLASS_POINTER_DEFINITION ( ValueMethod< TDataType >  )

◆ KRATOS_CLASS_POINTER_DEFINITION() [8/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::KRATOS_CLASS_POINTER_DEFINITION ( ValueMethod< TDataType >  )

◆ KRATOS_CLASS_POINTER_DEFINITION() [9/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::KRATOS_CLASS_POINTER_DEFINITION ( ValueMethod< TDataType >  )

◆ KRATOS_CLASS_POINTER_DEFINITION() [10/10]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::KRATOS_CLASS_POINTER_DEFINITION ( ValueMethod< TDataType >  )

◆ NormMethod() [1/6]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::NormMethod ( ModelPart rModelPart,
const std::string &  rNormType,
const Variable< TDataType > &  rInputVariable,
const int  EchoLevel,
const Variable< double > &  rOutputMeanVariable,
const Variable< double > &  rOutputVarianceVariable 
)
inline

◆ NormMethod() [2/6]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::NormMethod ( ModelPart rModelPart,
const std::string &  rNormType,
const Variable< TDataType > &  rInputVariable,
const int  EchoLevel,
const Variable< double > &  rOutputVariable 
)
inline

◆ NormMethod() [3/6]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::NormMethod ( ModelPart rModelPart,
const std::string &  rNormType,
const Variable< TDataType > &  rInputVariable,
const int  EchoLevel,
const Variable< double > &  rOutputVariable 
)
inline

◆ NormMethod() [4/6]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::NormMethod ( ModelPart rModelPart,
const std::string &  rNormType,
const Variable< TDataType > &  rInputVariable,
const int  EchoLevel,
const Variable< double > &  rOutputVariable 
)
inline

◆ NormMethod() [5/6]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
Kratos::TemporalMethods::TemporalMaxMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::NormMethod ( ModelPart rModelPart,
const std::string &  rNormType,
const Variable< TDataType > &  rInputVariable,
const int  EchoLevel,
const Variable< double > &  rOutputVariable,
const Variable< double > &  rMaxTimeValueVariable 
)
inline

◆ NormMethod() [6/6]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
Kratos::TemporalMethods::TemporalMinMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >::NormMethod ( ModelPart rModelPart,
const std::string &  rNormType,
const Variable< TDataType > &  rInputVariable,
const int  EchoLevel,
const Variable< double > &  rOutputVariable,
const Variable< double > &  rMinTimeValueVariable 
)
inline

◆ ValueMethod() [1/4]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::ValueMethod ( ModelPart rModelPart,
const std::string &  rNormType,
const Variable< TDataType > &  rInputVariable,
const int  EchoLevel,
const Variable< TDataType > &  rOutputMeanVariable,
const Variable< TDataType > &  rOutputVarianceVariable 
)
inline

◆ ValueMethod() [2/4]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::ValueMethod ( ModelPart rModelPart,
const std::string &  rNormType,
const Variable< TDataType > &  rInputVariable,
const int  EchoLevel,
const Variable< TDataType > &  rOutputVariable 
)
inline

◆ ValueMethod() [3/4]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::ValueMethod ( ModelPart rModelPart,
const std::string &  rNormType,
const Variable< TDataType > &  rInputVariable,
const int  EchoLevel,
const Variable< TDataType > &  rOutputVariable 
)
inline

◆ ValueMethod() [4/4]

template<class TContainerType , class TContainerItemType , template< class T > class TDataRetrievalFunctor, template< class T > class TDataStorageFunctor>
template<class TDataType >
Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >::ValueMethod ( ModelPart rModelPart,
const std::string &  rNormType,
const Variable< TDataType > &  rInputVariable,
const int  EchoLevel,
const Variable< TDataType > &  rOutputVariable 
)
inline