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.
single_import_model_part.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: Vicente Mataix Ferrandiz
11 //
12 
13 #if !defined(KRATOS_SINGLE_IMPORT_MODEL_PART_H)
14 #define KRATOS_SINGLE_IMPORT_MODEL_PART_H
15 
16 // System includes
17 
18 // External includes
19 
20 // Project includes
21 #include "containers/model.h"
23 
24 namespace Kratos
25 {
26 
29 
30 class KRATOS_API(KRATOS_CORE) SingleImportModelPart
31 {
32 public:
39  static void Import(
40  ModelPart& rModelPart,
41  Parameters ModelPartImportParameters,
42  const std::string& InputType
43  );
44 };
45 
47 
48 } // namespace Kratos.
49 
50 #endif // KRATOS_SINGLE_IMPORT_MODEL_PART_H defined
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
This class provides to Kratos a data structure for I/O based on the standard of JSON.
Definition: kratos_parameters.h:59
Definition: single_import_model_part.h:31
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21