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 <array>
#include <cmath>
#include <algorithm>
#include "tree.h"
#include "utilities/parallel_utilities.h"
Go to the source code of this file.
Classes | |
class | Kratos::BinsDynamic< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction > |
A dynamic binning data structure template for organizing and querying points in multi-dimensional space. More... | |
struct | Kratos::BinsDynamic< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction >::GetObjectType< T, typename > |
struct | Kratos::BinsDynamic< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction >::GetObjectType< T, std::void_t< typename T::ObjectType > > |
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Functions | |
Input and output | |
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType , class TIteratorType , class TDistanceIteratorType , class TDistanceFunction > | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, BinsDynamic< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction > &rThis) |
output stream function More... | |