Skip to content
Snippets Groups Projects

Mesh followup

Merged Jakub Klinkovský requested to merge JK/mesh-followup into develop

Additional things implemented after !93 (merged)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Jakub Klinkovský added 30 commits

    added 30 commits

    • dd915fa0...545938cf - 7 commits from branch develop
    • 28a45562 - Refactored CMakeLists for tools
    • 2aae326e - Added function to deduplicate points in MeshBuilder
    • 282dfeb9 - Added function and tool for uniform mesh refinement
    • 7013842c - Refactored I/O file formats in mesh tools
    • 07546ee8 - Added options to force the output RealType and GlobalIndexType in...
    • 18817532 - Optimized mesh initialization by skipping entities which are completely...
    • 5e923387 - Added SparseMatrix::setColumnsWithoutReset to optimize MeshBuilder::deduplicatePoints
    • 18e9f117 - Mesh refactoring: replaced enum with static constexpr
    • 8f4d491f - Removed useless includes of String.h
    • 2c19e24d - Removed MeshIntegrityChecker
    • 5897d4ec - Added mesh data for testing VTK, VTU and VTI readers with quadrangles/pixels and hexahedrons/voxels
    • 95df1551 - Updated linear entity shapes in VTKTraits.h
    • 95fdf1c3 - Extended EntityShapeGroup for Polyhedron
    • 2225d615 - Mesh writers: replaced TNL::String with std::string, added missing includes
    • bf4ca13a - Fixed resetting std::vector in mesh readers
    • c52a8347 - Extended VTUReader and VTUWriter for polyhedral meshes
    • a217b24e - Refactored tnl-mesh-converter to support all file formats and mesh topologies, including polyhedron
    • e467b317 - Added function to deduplicate faces in MeshBuilder
    • 7651592e - Refactored detail sub-namespace for mesh writers
    • 083d64ca - Fixed switching between CELL_DATA and POINT_DATA in the VTKReader
    • ee5ea799 - Extended VTKReader to support VTK DataFormat version 5.1
    • a4665e15 - Updated VTKWriter to produce DataFile version 5.1 instead of 2.0
    • a7ef55f8 - Extended VTKWriter for polyhedral meshes

    Compare with previous version

  • Jakub Klinkovský added 27 commits

    added 27 commits

    • a7ef55f8...30cc3059 - 3 commits from branch develop
    • 02a5604c - Refactored CMakeLists for tools
    • 504c0f7a - Added function to deduplicate points in MeshBuilder
    • b948a298 - Added function and tool for uniform mesh refinement
    • 66d38364 - Refactored I/O file formats in mesh tools
    • cdfea82d - Added options to force the output RealType and GlobalIndexType in...
    • 6cc7fc8e - Optimized mesh initialization by skipping entities which are completely...
    • 3f0298ac - Added SparseMatrix::setColumnsWithoutReset to optimize MeshBuilder::deduplicatePoints
    • cca15718 - Mesh refactoring: replaced enum with static constexpr
    • 5775fc84 - Removed useless includes of String.h
    • 24f3600d - Removed MeshIntegrityChecker
    • 815e9155 - Added mesh data for testing VTK, VTU and VTI readers with quadrangles/pixels and hexahedrons/voxels
    • 977e3c5e - Updated linear entity shapes in VTKTraits.h
    • 0a11e0c0 - Extended EntityShapeGroup for Polyhedron
    • 4d6ccfb9 - Mesh writers: replaced TNL::String with std::string, added missing includes
    • 4b5a9c3b - Fixed resetting std::vector in mesh readers
    • 6b4c73cb - Extended VTUReader and VTUWriter for polyhedral meshes
    • 90bf10a7 - Refactored tnl-mesh-converter to support all file formats and mesh topologies, including polyhedron
    • cc72bed6 - Added function to deduplicate faces in MeshBuilder
    • 0fa9c3a8 - Refactored detail sub-namespace for mesh writers
    • 15d9ca19 - Fixed switching between CELL_DATA and POINT_DATA in the VTKReader
    • 7784cedf - Extended VTKReader to support VTK DataFormat version 5.1
    • e9544681 - Updated VTKWriter to produce DataFile version 5.1 instead of 2.0
    • bdcb566d - Extended VTKWriter for polyhedral meshes
    • 95d003e3 - Added tests for getRefinedMesh

    Compare with previous version

  • Jakub Klinkovský added 25 commits

    added 25 commits

    • 89137bf4 - 1 commit from branch develop
    • b35cdc40 - Refactored CMakeLists for tools
    • b51661eb - Added function to deduplicate points in MeshBuilder
    • 20e58305 - Added function and tool for uniform mesh refinement
    • 768e82d5 - Refactored I/O file formats in mesh tools
    • 534fa7f6 - Added options to force the output RealType and GlobalIndexType in...
    • e903445e - Optimized mesh initialization by skipping entities which are completely...
    • 3af80eab - Added SparseMatrix::setColumnsWithoutReset to optimize MeshBuilder::deduplicatePoints
    • 753adc27 - Mesh refactoring: replaced enum with static constexpr
    • 6edfabc9 - Removed useless includes of String.h
    • c0953694 - Removed MeshIntegrityChecker
    • 915a9341 - Added mesh data for testing VTK, VTU and VTI readers with quadrangles/pixels and hexahedrons/voxels
    • 0834eb1d - Updated linear entity shapes in VTKTraits.h
    • 54dc76b7 - Extended EntityShapeGroup for Polyhedron
    • 7aaf2914 - Mesh writers: replaced TNL::String with std::string, added missing includes
    • 0d5f80b7 - Fixed resetting std::vector in mesh readers
    • b4cb0152 - Extended VTUReader and VTUWriter for polyhedral meshes
    • 4934ddb6 - Refactored tnl-mesh-converter to support all file formats and mesh topologies, including polyhedron
    • a80a4912 - Added function to deduplicate faces in MeshBuilder
    • 6b5a96a6 - Refactored detail sub-namespace for mesh writers
    • a60a9bd2 - Fixed switching between CELL_DATA and POINT_DATA in the VTKReader
    • d984e2e5 - Extended VTKReader to support VTK DataFormat version 5.1
    • f72bf0f7 - Updated VTKWriter to produce DataFile version 5.1 instead of 2.0
    • 5c6c169c - Extended VTKWriter for polyhedral meshes
    • c4beb5b4 - Added tests for getRefinedMesh

    Compare with previous version

  • Jakub Klinkovský enabled an automatic merge when the pipeline for c4beb5b4 succeeds

    enabled an automatic merge when the pipeline for c4beb5b4 succeeds

  • mentioned in commit 4c3939aa

Please register or sign in to reply
Loading