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/define_python.h"
#include "add_modeler_to_python.h"
#include "modeler/modeler_factory.h"
#include "modeler/edge_swapping_2d_modeler.h"
#include "modeler/connectivity_preserve_modeler.h"
#include "modeler/create_entities_from_geometries_modeler.h"
#include "modeler/serial_model_part_combinator_modeler.h"
#include "modeler/duplicate_mesh_modeler.h"
#include "modeler/copy_properties_modeler.h"
#include "modeler/combine_model_part_modeler.h"
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Kratos::Python | |
Functions | |
void | Kratos::Python::GenerateMesh (Modeler &GM, ModelPart &model_part, const std::string &rElementName, const std::string &rConditionName) |
void | Kratos::Python::GeneratePartialModelPart (ConnectivityPreserveModeler &GM, ModelPart &origin_model_part, ModelPart &destination_model_part, const std::string &rName) |
void | Kratos::Python::AddModelerToPython (pybind11::module &m) |