#include <alsuq/stats/BoundedVariation.hpp>
|
static std::string | getClassName () |
|
StatisticsSnapshot & | findOrCreateSnapshot (const std::string &name, const alsfvm::simulator::TimestepInformation ×tepInformation, const alsfvm::volume::Volume &conservedVariables) |
|
StatisticsSnapshot & | findOrCreateSnapshot (const std::string &name, const alsfvm::simulator::TimestepInformation ×tepInformation, const alsfvm::volume::Volume &conservedVariables, size_t nx, size_t ny, size_t nz, const std::string &platform="default") |
|
void | makeOwnGrid (size_t nx, size_t ny, size_t nz) |
|
std::map< real, std::map< std::string, StatisticsSnapshot > > | snapshots |
|
std::map< std::string, boost::property_tree::ptree > | attributesMap |
|
◆ BoundedVariation()
◆ computeStatistics()
◆ finalizeStatistics()
void alsuq::stats::BoundedVariation::finalizeStatistics |
( |
| ) |
|
|
overridevirtual |
To be called in the end, this could be to eg compute the variance through M_2-mean^2 or any other postprocessing needed
Implements alsuq::stats::Statistics.
◆ getStatisticsNames()
std::vector< std::string > alsuq::stats::BoundedVariation::getStatisticsNames |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/alsvinn/checkouts/stable/alsuq/include/alsuq/stats/BoundedVariation.hpp
- /home/docs/checkouts/readthedocs.org/user_builds/alsvinn/checkouts/stable/alsuq/src/stats/BoundedVariation.cpp