Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.3.3 #31

Closed
wants to merge 40 commits into from
Closed

Release v1.3.3 #31

wants to merge 40 commits into from

Conversation

FloSewn
Copy link
Owner

@FloSewn FloSewn commented Jul 5, 2024

Release v1.3.3

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

FloSewn added 30 commits March 12, 2024 07:08
The files `input/02_square_in_channel.para`
and `input/06_airfoil_from_csv.para` generated invalid meshes and
have thus be adjusted for it.
The call to `vertex.intersects_mesh_edges()`, which checked if a
vertex is placed too close to its surrounding edges has been removed.
This check led to wrong element sizes when choosing quad layers with
very small heights (compared to the global element size).
It was also found that this check is not required to pass the
current meshing tests and thus has been removed.
…f headers in algorithm part and testing part
@FloSewn FloSewn closed this Jul 5, 2024
@FloSewn FloSewn reopened this Jul 5, 2024
@FloSewn FloSewn closed this Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant