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.
med_inc.h
Go to the documentation of this file.
1 // KRATOS __ __ _ _ _ _ _ _
2 // | \/ | ___ __| | / \ _ __ _ __ | (_) ___ __ _| |_(_) ___ _ ___
3 // | |\/| |/ _ \/ _` | / _ \ | '_ \| '_ \| | |/ __/ _` | __| |/ _ \| '_ |
4 // | | | | __/ (_| |/ ___ \| |_) | |_) | | | (_| (_| | |_| | (_) | | | |
5 // |_| |_|\___|\__,_/_/ \_\ .__/| .__/|_|_|\___\__,_|\__|_|\___/|_| |_|
6 // |_| |_|
7 // License: BSD License
8 // Kratos default license: kratos/license.txt
9 //
10 // Main authors: Philipp Bucher (https://github.com/philbucher)
11 //
12 
13 #pragma once
14 
15 // Those dummy structs are necessary when the MED-library is compiled with MPI support.
16 // Then the header also contains functions which use those MPI-types
17 #ifndef KRATOS_USING_MPI
18 struct MPI_Comm;
19 struct MPI_Info;
20 #endif
21 
22 // External includes
23 #include "med.h"