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_meshers_to_python.h
Go to the documentation of this file.
1 // KRATOS __ __ _____ ____ _ _ ___ _ _ ____
2 // | \/ | ____/ ___|| | | |_ _| \ | |/ ___|
3 // | |\/| | _| \___ \| |_| || || \| | | _
4 // | | | | |___ ___) | _ || || |\ | |_| |
5 // |_| |_|_____|____/|_| |_|___|_| \_|\____| APPLICATION
6 //
7 // License: BSD License
8 // license: MeshingApplication/license.txt
9 //
10 // Main authors: Pooyan Dadvand
11 //
12 
13 
14 #if !defined(KRATOS_ADD_MESHERS_TO_PYTHON_H_INCLUDED )
15 #define KRATOS_ADD_MESHERS_TO_PYTHON_H_INCLUDED
16 
17 
18 
19 // System includes
20 #include <pybind11/pybind11.h>
21 
22 // External includes
23 
24 
25 // Project includes
26 #include "includes/define.h"
27 
28 
29 namespace Kratos
30 {
31 
32 namespace Python
33 {
34 
36 
37 } // namespace Python.
38 
39 } // namespace Kratos.
40 
41 #endif // KRATOS_ADD_MESHERS_TO_PYTHON_H_INCLUDED defined
static void module(const array_1d< double, 3 > &Vector, double &distance)
Definition: GeometryFunctions.h:127
void AddMeshersToPython(pybind11::module &m)
Definition: add_meshers_to_python.cpp:201
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
int m
Definition: run_marine_rain_substepping.py:8