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 <pybind11/pybind11.h>
#include "includes/define_python.h"
#include "processes/process.h"
#include "custom_utilities/edge_data.h"
#include "custom_utilities/edge_data_c2c.h"
#include "custom_utilities/edgebased_levelset.h"
#include "custom_utilities/edgebased_levelset_substep.h"
#include "custom_python/add_custom_edgebased_levelset_solver_to_python.h"
#include "spaces/ublas_space.h"
#include "linear_solvers/linear_solver.h"
Go to the source code of this file.
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Kratos::Python | |
Functions | |
void | Kratos::Python::AddCustomEdgeBasedLevelSetToPython (pybind11::module &pymodule) |