![]() |
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 "add_cross_sections_to_python.h"#include "custom_utilities/shell_cross_section.hpp"#include "custom_elements/shell_elements/shell_thick_element_3D4N.hpp"#include "custom_elements/shell_elements/shell_thin_element_3D3N.hpp"Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
| Kratos::Python | |
Functions | |
| void | Kratos::Python::Helper_SetCrossSectionsOnIntegrationPoints_Thin (ShellThinElement3D3N &el, const pybind11::list &seclist) |
| void | Kratos::Python::Helper_SetCrossSectionsOnIntegrationPoints_Thick (ShellThickElement3D4N &el, const pybind11::list &seclist) |
| void | Kratos::Python::AddCrossSectionsToPython (pybind11::module &m) |