https://mooseframework.inl.gov
Classes | Namespaces | Functions
Calculators.h File Reference

Go to the source code of this file.

Classes

class  StochasticTools::Calculator< InType, OutType >
 
class  StochasticTools::Mean< InType, OutType >
 
class  StochasticTools::MeanAbsoluteValue< InType, OutType >
 
class  StochasticTools::Ratio< InType, OutType >
 
class  StochasticTools::Min< InType, OutType >
 
class  StochasticTools::Max< InType, OutType >
 
class  StochasticTools::Sum< InType, OutType >
 
class  StochasticTools::StdDev< InType, OutType >
 
class  StochasticTools::StdErr< InType, OutType >
 
class  StochasticTools::L2Norm< InType, OutType >
 
class  StochasticTools::Median< InType, OutType >
 
struct  StochasticTools::CalculatorBuilder< InType, OutType >
 

Namespaces

 StochasticTools
 Enum for batch type in stochastic tools MultiApp.
 

Functions

MultiMooseEnum StochasticTools::makeCalculatorEnum ()
 
template<typename InType = std::vector<Real>, typename OutType = Real>
std::unique_ptr< Calculator< InType, OutType > > StochasticTools::makeCalculator (const MooseEnumItem &item, const libMesh::ParallelObject &other)