Loading src/TNL/Meshes/DistributedMeshes/DistributedGrid_3D.h +0 −2 Original line number Diff line number Diff line Loading @@ -42,8 +42,6 @@ class DistributedMesh<Grid< 3, RealType, Device, Index >> : public DistributedGr typedef typename DistributedGrid_Base<3, RealType, Device, Index >::GridType GridType; typedef typename DistributedGrid_Base<3, RealType, Device, Index >::PointType PointType; static constexpr int getMeshDimension() { return 3; }; static void configSetup( Config::ConfigDescription& config ); bool setup( const Config::ParameterContainer& parameters, Loading src/TNL/Meshes/DistributedMeshes/DistributedGrid_Base.h +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ class DistributedGrid_Base typedef typename GridType::PointType PointType; typedef Containers::StaticVector< dim, IndexType > CoordinatesType; static constexpr int getMeshDimension() { return 1; }; static constexpr int getMeshDimension() { return dim; }; DistributedGrid_Base(); Loading Loading
src/TNL/Meshes/DistributedMeshes/DistributedGrid_3D.h +0 −2 Original line number Diff line number Diff line Loading @@ -42,8 +42,6 @@ class DistributedMesh<Grid< 3, RealType, Device, Index >> : public DistributedGr typedef typename DistributedGrid_Base<3, RealType, Device, Index >::GridType GridType; typedef typename DistributedGrid_Base<3, RealType, Device, Index >::PointType PointType; static constexpr int getMeshDimension() { return 3; }; static void configSetup( Config::ConfigDescription& config ); bool setup( const Config::ParameterContainer& parameters, Loading
src/TNL/Meshes/DistributedMeshes/DistributedGrid_Base.h +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ class DistributedGrid_Base typedef typename GridType::PointType PointType; typedef Containers::StaticVector< dim, IndexType > CoordinatesType; static constexpr int getMeshDimension() { return 1; }; static constexpr int getMeshDimension() { return dim; }; DistributedGrid_Base(); Loading