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_strategies_to_python.h
Go to the documentation of this file.
1 // | / |
2 // ' / __| _` | __| _ \ __|
3 // . \ | ( | | ( |\__ `
4 // _|\_\_| \__,_|\__|\___/ ____/
5 // Multi-Physics
6 //
7 //
8 // License: BSD License
9 // Kratos default license: kratos/license.txt
10 //
11 // Authors: Aditya Ghantasala, https://github.com/adityaghantasala
12 // Navaneeth K Narayanan
13 // Rishith Ellath Meethal
14 //
15 
16 #if !defined(KRATOS_STRATEGIES_PYTHON_H_INCLUDED )
17 #define KRATOS_STRATEGIES_PYTHON_H_INCLUDED
18 
19 
20 // System includes
21 
22 // External includes
23 #include <pybind11/pybind11.h>
24 
25 
26 // Project includes
27 #include "includes/define_python.h"
28 
29 
30 namespace Kratos
31 {
32 
33  namespace Python
34  {
35 
37 
38 
39  } // namespace Python.
40 
41 } // namespace Kratos.
42 
43 #endif // KRATOS_STRATEGIES_PYTHON_H_INCLUDED defined
static void module(const array_1d< double, 3 > &Vector, double &distance)
Definition: GeometryFunctions.h:127
void AddCustomStrategiesToPython(pybind11::module &m)
Definition: add_custom_strategies_to_python.cpp:37
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
int m
Definition: run_marine_rain_substepping.py:8