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.
vtk_definitions.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: Suneth Warnakulasuriya
11 //
12 
13 #pragma once
14 
15 // System includes
16 #include <map>
18 
19 namespace Kratos {
20 
22 public:
25 
26  // IMPORTANT: The map KratosVtkGeometryTypes is to be extended to support new geometries
27  // NOTE: See https://vtk.org/wp-content/uploads/2015/04/file-formats.pdf and https://vtk.org/wp-content/uploads/2021/08/VTKUsersGuide.pdf
28  static const std::map<GeometryData::KratosGeometryType, char> KratosVtkGeometryTypes;
29 
31 };
32 
33 } // namespace Kratos
Definition: vtk_definitions.h:21
static const std::map< GeometryData::KratosGeometryType, char > KratosVtkGeometryTypes
Definition: vtk_definitions.h:28
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21