Skip to content
Snippets Groups Projects
Commit cbaac49e authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Renamed MeshEntityTopology.h to SubentityVertexMap.h

parent 2bb71149
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include <TNL/String.h> #include <TNL/String.h>
#include <TNL/param-types.h> #include <TNL/param-types.h>
#include <TNL/Meshes/Topologies/MeshEntityTopology.h> #include <TNL/Meshes/Topologies/SubentityVertexMap.h>
namespace TNL { namespace TNL {
namespace Meshes { namespace Meshes {
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#pragma once #pragma once
#include <TNL/Meshes/Topologies/MeshEntityTopology.h> #include <TNL/Meshes/Topologies/SubentityVertexMap.h>
#include <TNL/Meshes/DimensionTag.h> #include <TNL/Meshes/DimensionTag.h>
namespace TNL { namespace TNL {
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include <TNL/Containers/Array.h> #include <TNL/Containers/Array.h>
#include <TNL/Containers/IndexedSet.h> #include <TNL/Containers/IndexedSet.h>
#include <TNL/Meshes/Topologies/MeshEntityTopology.h> #include <TNL/Meshes/Topologies/SubentityVertexMap.h>
#include <TNL/Meshes/MeshDetails/traits/MeshTraits.h> #include <TNL/Meshes/MeshDetails/traits/MeshTraits.h>
#include <TNL/Meshes/MeshDetails/initializer/MeshEntitySeed.h> #include <TNL/Meshes/MeshDetails/initializer/MeshEntitySeed.h>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <TNL/Containers/StaticArray.h> #include <TNL/Containers/StaticArray.h>
#include <TNL/Meshes/MeshEntity.h> #include <TNL/Meshes/MeshEntity.h>
#include <TNL/Meshes/MeshDetails/traits/MeshEntityTraits.h> #include <TNL/Meshes/MeshDetails/traits/MeshEntityTraits.h>
#include <TNL/Meshes/Topologies/MeshEntityTopology.h> #include <TNL/Meshes/Topologies/SubentityVertexMap.h>
#include <TNL/Experimental/Multimaps/StaticEllpackIndexMultimap.h> #include <TNL/Experimental/Multimaps/StaticEllpackIndexMultimap.h>
namespace TNL { namespace TNL {
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <TNL/Containers/StaticVector.h> #include <TNL/Containers/StaticVector.h>
#include <TNL/Meshes/MeshBuilder.h> #include <TNL/Meshes/MeshBuilder.h>
#include <TNL/Meshes/Topologies/MeshEntityTopology.h> #include <TNL/Meshes/Topologies/SubentityVertexMap.h>
#include <TNL/Meshes/Readers/VTKEntityType.h> #include <TNL/Meshes/Readers/VTKEntityType.h>
#ifdef HAVE_VTK #ifdef HAVE_VTK
...@@ -78,7 +78,7 @@ public: ...@@ -78,7 +78,7 @@ public:
// https://stackoverflow.com/questions/272900/undefined-reference-to-static-class-member/272996#272996 // https://stackoverflow.com/questions/272900/undefined-reference-to-static-class-member/272996#272996
TNL_ASSERT_EQ( this->worldDimension, + MeshType::Config::worldDimension, "world dimensions do not match" ); TNL_ASSERT_EQ( this->worldDimension, + MeshType::Config::worldDimension, "world dimensions do not match" );
TNL_ASSERT_EQ( this->meshDimension, + MeshType::Config::meshDimension, "mesh dimensions do not match" ); TNL_ASSERT_EQ( this->meshDimension, + MeshType::Config::meshDimension, "mesh dimensions do not match" );
const int subvertices = MeshSubtopology< typename MeshType::Config::CellTopology, 0 >::count; const int subvertices = Topologies::Subtopology< typename MeshType::Config::CellTopology, 0 >::count;
TNL_ASSERT_EQ( this->verticesInEntities.at( this->meshDimension ), subvertices, "numbers of cell subvertices do not match" ); TNL_ASSERT_EQ( this->verticesInEntities.at( this->meshDimension ), subvertices, "numbers of cell subvertices do not match" );
using MeshBuilder = MeshBuilder< MeshType >; using MeshBuilder = MeshBuilder< MeshType >;
......
SET( headers MeshEdgeTopology.h SET( headers MeshEdgeTopology.h
MeshEntityTopology.h
MeshHexahedronTopology.h MeshHexahedronTopology.h
MeshQuadrilateralTopology.h MeshQuadrilateralTopology.h
MeshTetrahedronTopology.h MeshTetrahedronTopology.h
MeshTriangleTopology.h MeshTriangleTopology.h
MeshVertexTopology.h MeshVertexTopology.h
SubentityVertexMap.h
) )
INSTALL( FILES ${headers} DESTINATION ${TNL_TARGET_INCLUDE_DIRECTORY}/Meshes/Topologies ) INSTALL( FILES ${headers} DESTINATION ${TNL_TARGET_INCLUDE_DIRECTORY}/Meshes/Topologies )
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#pragma once #pragma once
#include <TNL/Meshes/Topologies/MeshEntityTopology.h> #include <TNL/Meshes/Topologies/SubentityVertexMap.h>
#include <TNL/Meshes/Topologies/MeshVertexTopology.h> #include <TNL/Meshes/Topologies/MeshVertexTopology.h>
namespace TNL { namespace TNL {
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#pragma once #pragma once
#include <TNL/Meshes/Topologies/MeshEntityTopology.h> #include <TNL/Meshes/Topologies/SubentityVertexMap.h>
#include <TNL/Meshes/Topologies/MeshVertexTopology.h> #include <TNL/Meshes/Topologies/MeshVertexTopology.h>
namespace TNL { namespace TNL {
......
/*************************************************************************** /***************************************************************************
MeshEntityTopology.h - description SubentityVertexMap.h - description
------------------- -------------------
begin : Feb 11, 2014 begin : Feb 11, 2014
copyright : (C) 2014 by Tomas Oberhuber et al. copyright : (C) 2014 by Tomas Oberhuber et al.
...@@ -16,10 +16,6 @@ ...@@ -16,10 +16,6 @@
#pragma once #pragma once
#include <type_traits>
#include <TNL/Meshes/DimensionTag.h>
namespace TNL { namespace TNL {
namespace Meshes{ namespace Meshes{
namespace Topologies { namespace Topologies {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment