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.
|
#include <string>
#include <iostream>
#include <functional>
#include "includes/define.h"
#include "includes/node.h"
#include "includes/ublas_interface.h"
#include "geometries/geometry.h"
Go to the source code of this file.
Classes | |
class | Kratos::StatisticsSampler |
Base class for statistical measurements. More... | |
class | Kratos::ScalarAverageSampler |
This class manages the computation of the average of a scalar quantity. More... | |
class | Kratos::VectorAverageSampler< VectorType > |
This class manages the computation of the average of a vector quantity. More... | |
class | Kratos::VarianceSampler |
This class manages the computation of the (co)variance between two given quantities (scalar or vector). More... | |
class | Kratos::SymmetricVarianceSampler |
This class manages the computation of the variance for a given quantity. More... | |
class | Kratos::ComponentwiseVarianceSampler |
This class manages the computation of the (co)variance when one or both variables are Vector components. More... | |
class | Kratos::ThirdOrderCorrelationSampler |
This class manages the computation of third order moments of scalars or vector components. More... | |
class | Kratos::Internals::MakeSamplerAtLocalCoordinate |
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Kratos::Internals | |
Functions | |
Input and output | |
std::istream & | Kratos::operator>> (std::istream &rIStream, StatisticsSampler &rThis) |
input stream function More... | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const StatisticsSampler &rThis) |
output stream function More... | |