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_conditions_to_python.h
Go to the documentation of this file.
1 //
2 // Project Name: KratosPfemFluidDynamicsApplication $
3 // Created by: $Author: JMCarbonell $
4 // Last modified by: $Co-Author: $
5 // Date: $Date: February 2016 $
6 // Revision: $Revision: 0.0 $
7 //
8 //
9 
10 #if !defined(KRATOS_ADD_CUSTOM_CONDITIONS_TO_PYTHON_H_INCLUDED)
11 #define KRATOS_ADD_CUSTOM_CONDITIONS_TO_PYTHON_H_INCLUDED
12 
13 // System includes
14 #include <pybind11/pybind11.h>
15 
16 // External includes
17 
18 // Project includes
19 #include "includes/define_python.h"
20 
21 namespace Kratos
22 {
23 namespace Python
24 {
26 } // namespace Python.
27 
28 } // namespace Kratos.
29 
30 #endif // KRATOS_ADD_CONDITIONS_TO_PYTHON_H_INCLUDED defined
void AddCustomConditionsToPython(pybind11::module &m)
Definition: add_custom_conditions_to_python.cpp:45
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21