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 "includes/kratos_parameters.h"
#include "includes/model_part.h"
#include "processes/process.h"
Go to the source code of this file.
Classes | |
class | Kratos::MetricDivergenceFreeProcess< TDim > |
This class is can be used to compute the metrics of the model part with different strategies, exploting the divergence. The developed strategies are: mean distribution strategy: this strategy builds a metric which tries to uniformly spread the refinement indicator in the whole domain maximum strategy: this strategy build a metric which aims at refining only if the refinement indicator belong to the interval [coefficient*max(refinement indicator),max(refinement indicator)]. More... | |
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Functions | |
Input and output | |
template<unsigned int TDim, class TVarType > | |
std::istream & | Kratos::operator>> (std::istream &rIStream, MetricDivergenceFreeProcess< TDim > &rThis) |
input stream function More... | |
template<unsigned int TDim, class TVarType > | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const MetricDivergenceFreeProcess< TDim > &rThis) |
output stream function More... | |