![]() |
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 "spatial_containers/point_object.h"#include "spatial_containers/spatial_search.h"Go to the source code of this file.
Classes | |
| class | Kratos::SpecializedSpatialSearch< TSearchBackend > |
| This class is used to search for elements, conditions and nodes in a given model part. More... | |
Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Enumerations | |
Enum's | |
| enum class | Kratos::SpatialContainer { Kratos::KDTree , Kratos::Octree , Kratos::BinsStatic , Kratos::BinsDynamic } |
| This enum defines the different spatial containers available. More... | |
Functions | |
Input and output | |
| template<SpatialContainer TSearchBackend> | |
| std::ostream & | Kratos::operator<< (std::ostream &rOStream, const SpecializedSpatialSearch< TSearchBackend > &rThis) |
| output stream function More... | |