WRApplication
External kratos "application" for multiscale time integration.
AddPipesToPython.hpp
Go to the documentation of this file.
1 
3 #pragma once
4 
5 // --- External Includes ---
6 #include <pybind11/pybind11.h>
7 
8 // --- Core Includes ---
9 #include "includes/define_python.h"
10 
11 
12 namespace Kratos::Python {
13 
14 
15 void AddPipesToPython(pybind11::module& rModule);
16 
17 
18 } // namespace Kratos::Python
Definition: AddIOToPython.hpp:12