![]() |
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"#include "custom_bounding/plane_bounding_box.hpp"#include "custom_bounding/sphere_bounding_box.hpp"#include "custom_bounding/circle_bounding_box.hpp"#include "custom_bounding/cylinder_bounding_box.hpp"#include "custom_bounding/tube_bounding_box.hpp"#include "custom_bounding/compound_noses_bounding_box.hpp"Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
| Kratos::Python | |
Functions | |
| void | Kratos::Python::AddCustomBoundingToPython (pybind11::module &m) |