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_io_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:
11 //
12 
13 #if !defined(KRATOS_ADD_CUSTOM_IO_TO_PYTHON_H_INCLUDED )
14 #define KRATOS_ADD_CUSTOM_IO_TO_PYTHON_H_INCLUDED
15 
16 
17 
18 // System includes
19 #include <pybind11/pybind11.h>
20 
21 // External includes
22 
23 
24 // Project includes
25 #include "includes/define.h"
26 
27 
28 namespace Kratos
29 {
30 
31 namespace Python
32 {
33 
35 
36 } // namespace Python.
37 
38 } // namespace Kratos.
39 
40 #endif // KRATOS_ADD_CUSTOM_IO_TO_PYTHON_H_INCLUDED defined
static void module(const array_1d< double, 3 > &Vector, double &distance)
Definition: GeometryFunctions.h:127
void AddCustomIOToPython(pybind11::module &m)
Definition: add_custom_io_to_python.cpp:356
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
int m
Definition: run_marine_rain_substepping.py:8