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.
indexed_object.h
Go to the documentation of this file.
1 // | / |
2 // ' / __| _` | __| _ \ __|
3 // . \ | ( | | ( |\__ `
4 // _|\_\_| \__,_|\__|\___/ ____/
5 // Multi-Physics
6 //
7 // License: BSD License
8 // Kratos default license: kratos/license.txt
9 //
10 // Main authors: Riccardo Rossi
11 //
12 //
13 
14 #if !defined(KRATOS_LEGACY_INDEXED_OBJECT_H_INCLUDED )
15 #define KRATOS_LEGACY_INDEXED_OBJECT_H_INCLUDED
16 
17 // System includes
18 
19 // External includes
20 
21 // Project includes
23 
24 #pragma message("WARNING:: LEGACY LOCATION OF HEADER. Please, change utilities/indexed_object.h to includes/indexed_object.h")
25 
26 #endif // KRATOS_LEGACY_INDEXED_OBJECT_H_INCLUDED defined
27