Statistics collection for a single quantity.
More...
#include <Wells.hpp>
|
template<class Serializer > |
void | serializeOp (Serializer &serializer) |
| Convert between byte array and object representation.
|
|
bool | operator== (const Statistics &that) const |
| Equality predicate.
|
|
template<class MessageBufferType > |
void | write (MessageBufferType &buffer) const |
| MPI communication protocol–serialisation operation.
|
|
template<class MessageBufferType > |
void | read (MessageBufferType &buffer) |
| MPI communication protocol–deserialisation operation.
|
|
|
static Statistics | serializationTestObject () |
| Create a serialization test object.
|
|
|
double | avg {} |
| Arithmetic average.
|
|
double | max {} |
| Maximum value.
|
|
double | min {} |
| Minimum value.
|
|
double | stdev {} |
| Unbiased sample standard deviation.
|
|
Statistics collection for a single quantity.
◆ operator==()
bool Opm::data::ConnectionFracturing::Statistics::operator== |
( |
const Statistics & |
that | ) |
const |
|
inline |
Equality predicate.
- Parameters
-
[in] | that | Object against which will be tested for equality. |
- Returns
- Whether or not is the same as
that
.
◆ serializeOp()
void Opm::data::ConnectionFracturing::Statistics::serializeOp |
( |
Serializer & |
serializer | ) |
|
|
inline |
Convert between byte array and object representation.
- Template Parameters
-
- Parameters
-
[in,out] | serializer | Byte array conversion object. |
◆ stdev
double Opm::data::ConnectionFracturing::Statistics::stdev {} |
Unbiased sample standard deviation.
Usable only if sample size is at least two.
The documentation for this struct was generated from the following file: