Skip to content

v1.3.3

Latest
Compare
Choose a tag to compare
@FloSewn FloSewn released this 05 Jul 16:01

Fixed

  • Fixed bug in Log.h which resulted from the additional static declaration on LOG_PROPERTIES in commit 5c2cebc.
    Due to this declaration, LOG_PROPERTIES was no longer treated as singleton and thus the logging properties were no longer used by LOG.
    The singleton approach for LogProperties and LOG_PROPERTIES is now implemented in a different way.
  • Fixed vertices are now actually placed into the domain. Before, they were only considered in the mesh size function.

Changed

  • Put FrontInitData into separate file
  • Change initialization of FrontInitData structure for handling fixed interior edges
  • Change name of Edge attribute marker to color
  • Change name of TriangulationStrategy to Triangulation
  • Change name of QuadLayerStrategy to QuadLayering
  • Change name of QuadRefinementStrategy to QuadRefinement
  • Change name of Tri2QuadStrategy to Tri2QuadModification
  • Change name of LaplaceSmoothingStrategy to LaplaceSmoothing
  • Change name of TorsionSmoothingStrategy to TorsionSmoothing
  • Change name of MixedSmoothingStrategy to MixedSmoothing

Added

  • EdgeProperty - similarly to VertexProperty, but for edges
  • Implementation of fixed interior edges
  • New example file input/09_fixed_edges.para