#include <random_variable.h>
◆ RandomVariable() [1/2]
Kratos::RandomVariable::RandomVariable |
( |
| ) |
|
◆ RandomVariable() [2/2]
Kratos::RandomVariable::RandomVariable |
( |
const Parameters |
rParameters | ) |
|
◆ ~RandomVariable()
virtual Kratos::RandomVariable::~RandomVariable |
( |
| ) |
|
|
inlinevirtual |
◆ CalculateFirstAndLastIndicesWithNonzeroValue()
template<typename T >
void Kratos::RandomVariable::CalculateFirstAndLastIndicesWithNonzeroValue |
( |
std::vector< T > |
values, |
|
|
size_t & |
low_index, |
|
|
size_t & |
high_index |
|
) |
| |
|
inlineprotected |
◆ Check()
virtual void Kratos::RandomVariable::Check |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ GetMean()
virtual double Kratos::RandomVariable::GetMean |
( |
| ) |
|
|
inlinevirtual |
◆ GetSupport()
◆ Info()
std::string Kratos::RandomVariable::Info |
( |
| ) |
const |
|
virtual |
◆ KRATOS_CLASS_POINTER_DEFINITION()
Kratos::RandomVariable::KRATOS_CLASS_POINTER_DEFINITION |
( |
RandomVariable |
| ) |
|
◆ PrintData()
void Kratos::RandomVariable::PrintData |
( |
std::ostream & |
rOStream | ) |
const |
|
virtual |
◆ PrintInfo()
void Kratos::RandomVariable::PrintInfo |
( |
std::ostream & |
rOStream | ) |
const |
|
virtual |
◆ Sample()
virtual double Kratos::RandomVariable::Sample |
( |
| ) |
|
|
inlinevirtual |
◆ SetSupport()
void Kratos::RandomVariable::SetSupport |
( |
const double |
Min, |
|
|
const double |
Max |
|
) |
| |
|
protected |
◆ mMean
double Kratos::RandomVariable::mMean = 0.0 |
|
protected |
◆ mMeanHasAlreadyBeenCalculated
bool Kratos::RandomVariable::mMeanHasAlreadyBeenCalculated =false |
|
protected |
The documentation for this class was generated from the following files:
- /home/runner/work/Documentation/Documentation/master/applications/DEMApplication/custom_utilities/random_variable.h
- /home/runner/work/Documentation/Documentation/master/applications/DEMApplication/custom_utilities/random_variable.cpp