![]() |
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 <array>#include <algorithm>#include <initializer_list>#include "includes/define.h"#include "includes/ublas_interface.h"#include <boost/numeric/ublas/vector_expression.hpp>#include <boost/numeric/ublas/storage.hpp>#include <boost/numeric/ublas/detail/vector_assign.hpp>Go to the source code of this file.
Classes | |
| class | Kratos::array_1d< T, N > |
| Short class definition. More... | |
| class | Kratos::array_1d< T, N >::const_iterator |
| class | Kratos::array_1d< T, N >::iterator |
| struct | std::hash< Kratos::array_1d< T, N > > |
Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
| AuxiliaryHashCombine | |
| std | |
| namespace | |
Functions | |
| template<class TClassType > | |
| void | AuxiliaryHashCombine::HashCombine (std::size_t &rSeed, const TClassType &rValue) |
| This method creates an "unique" hash for the input value. More... | |