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.
add_custom_edgebased_levelset_solver_to_python.h
Go to the documentation of this file.
1 // | / |
2 // ' / __| _` | __| _ \ __|
3 // . \ | ( | | ( |\__ `
4 // _|\_\_| \__,_|\__|\___/ ____/
5 // Multi-Physics
6 //
7 // License: BSD License
8 // Kratos default license: kratos/license.txt
9 //
10 // Main authors: Antonia Larese
11 //
12 
13 #if !defined(KRATOS_ADD_EDGEBASED_LEVELSET_TO_PYTHON_H_INCLUDED)
14 #define KRATOS_ADD_EDGEBASED_LEVELSET_TO_PYTHON_H_INCLUDED
15 
16 // System includes
17 #include <pybind11/pybind11.h>
18 
19 // External includes
20 
21 // Project includes
22 #include "includes/define_python.h"
23 #include "processes/process.h"
24 
30 
31 #include "spaces/ublas_space.h"
33 
34 namespace Kratos
35 {
36 
37  namespace Python
38  {
39 
41 
42  } // namespace Python.
43 
44 } // namespace Kratos.
45 
46 #endif // KRATOS_ADD_EDGEBASED_LEVELSET_TO_PYTHON_H_INCLUDED defined
static void module(const array_1d< double, 3 > &Vector, double &distance)
Definition: GeometryFunctions.h:127
void AddCustomEdgeBasedLevelSetToPython(pybind11::module &pymodule)
Definition: add_custom_edgebased_levelset_solver_to_python.cpp:25
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21