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 // Project Name:
3 // Last Modified by: $Author: $
4 // Date: $Date: $
5 // Revision: $Revision: $
6 //
7 
8 #if !defined(KRATOS_ADD_CUSTOM_STRATEGIES_TO_PYTHON_H_INCLUDED )
9 #define KRATOS_ADD_CUSTOM_STRATEGIES_TO_PYTHON_H_INCLUDED
10 
11 // System includes
12 #include <pybind11/pybind11.h>
13 
14 // External includes
15 
16 // Project includes
17 #include "includes/define_python.h"
18 
19 
20 namespace Kratos
21 {
22 
23 namespace Python
24 {
25 
27 
28 } // namespace Python.
29 } // namespace Kratos.
30 
31 #endif // KRATOS_ADD_CUSTOM_STRATEGIES_TO_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