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 "custom_python/add_custom_bounding_to_python.h"
#include "custom_bounding/spatial_bounding_box.hpp"
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Kratos::Python | |
Typedefs | |
typedef SpatialBoundingBox::Pointer | Kratos::Python::BoundingBoxPointer |
typedef std::vector< SpatialBoundingBox::Pointer > | Kratos::Python::BoundingBoxContainer |
Functions | |
void | Kratos::Python::Push_Back_Bounding_Box (BoundingBoxContainer &ThisBoundingBoxContainer, BoundingBoxPointer ThisBoundingBox) |
void | Kratos::Python::AddCustomBoundingToPython (pybind11::module &m) |