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