Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@FloSewn FloSewn released this 18 Feb 20:12

Fixed

  • Fixed bug from issue #28 related to fixed edges
  • Fixed bug from issue #32 related to the generation of meshes in very large domains

Changed

  • Put globals from algorithm/utils.h into new class TQMeshSetup
  • Update instantination of simplex containers through QuadTreeBuilder, ContainerFactory and TQMeshSetup classes and therefore removing dependencies on

Added

  • QuadTreeBuilder class (utils/QuadTree.h): Handles the generation of quadtrees
  • ContainerFactory class (algorithm/TQMeshSetup.h): Handles the generation of containers
  • TQMeshSetup class (algorithm/TQMeshSetup.h): Puts all constants in one place and can be used to control quadtree parameters