![]() |
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 <cmath>#include <type_traits>#include "search_structure.h"#include "geometries/bounding_box.h"#include "utilities/parallel_utilities.h"Go to the source code of this file.
Classes | |
| class | Kratos::TreeNode< TDimension, TPointType, TPointerType, TIteratorType, TDistanceIteratorType, TIteratorIteratorType > |
| Short class definition. More... | |
| class | Kratos::Tree< TPartitionType > |
| A generic tree data structure for spatial partitioning. More... | |
| struct | Kratos::Tree< TPartitionType >::GetObjectType< T, typename > |
| struct | Kratos::Tree< TPartitionType >::GetObjectType< T, std::void_t< typename T::ObjectType > > |
| class | Kratos::Tree< TPartitionType >::Partitions |
| Class to represent partitions for the tree. More... | |
Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Functions | |
Input and output | |
| template<class TPartitionType > | |
| std::istream & | Kratos::operator>> (std::istream &rIStream, Tree< TPartitionType > &rThis) |
| input stream function More... | |
| template<class TPartitionType > | |
| std::ostream & | Kratos::operator<< (std::ostream &rOStream, const Tree< TPartitionType > &rThis) |
| output stream function More... | |