Releases: trixi-framework/HOHQMesh
Releases · trixi-framework/HOHQMesh
HOHQMesh v1.5.4
What's Changed
- Bump crate-ci/typos from 1.27.0 to 1.28.1 by @dependabot in #118
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #119
- Add documentation section to README by @sloede in #122
- Update HOHQMeshMain.f90 by @DavidAKopriva in #121
- Add CMake-based builds and prerequisites to README by @sloede in #123
Full Changelog: v1.5.3...v1.5.4
HOHQMesh v1.5.3
What's Changed
- Add DOI to README by @sloede in #111
- add CONTRIBUTING.md and CODE_OF_CONDUCT.md by @ranocha in #110
- Bump crate-ci/typos from 1.25.0 to 1.27.0 by @dependabot in #113
- Add EllipticArc Module by @garrettbyrd in #112
- Add Malpasset control file by @andrewwinters5000 in #115
- AddGallery by @DavidAKopriva in #114
New Contributors
- @garrettbyrd made their first contribution in #112
Full Changelog: v1.5.2...v1.5.3
HOHQMesh v1.5.2
What's Changed
- Bump crate-ci/typos from 1.21.0 to 1.22.9 by @dependabot in #101
- Bump crate-ci/typos from 1.22.9 to 1.23.6 by @dependabot in #103
- Update docs badge by @ranocha in #105
- Bump crate-ci/typos from 1.23.6 to 1.25.0 by @dependabot in #106
- Add gfortran-14 to CI by @andrewwinters5000 in #108
- Add Zenodo file by @sloede in #109
Full Changelog: v1.5.1...v1.5.2
HOHQMesh v1.5.1
Change the keyword from "symmetry" to ":symmetry" to create reflected meshes.
HOHQMesh v1.5.0
Added the capability to reflect a mesh over a line (or several co-linear lines).
HOHQMesh v1.4.2
HOHQMesh v1.4.2
HOHQMesh v1.4.1
Minor updates and bug fixes in this release include:
- Rewrite
fmin
and spline functions to remove reliance on FMM code - Update Benchmarks as the new routines changed some reference values (typically in the 4th or 5th decimal place)
- Bug fix in plotting multi-material meshes with
sem
format - No longer track large mesh and TecPlot files in the repository
- Add a new README to the
Examples/
folder
HOHQMesh v1.4.0
HOHQMesh v1.3.0
Added the features / capabilities:
- Use Gaussian curvature to automatically size / refine extruded meshes with a bottom topography .
- Set a maximum level of automatic refinement necessary to resolve boundary curves #38.
- User can set custom maximum level of subdivision with
-sLimit
flag. - Added valgrind to CI testing #43.
- Expanded CI testing to additional OS/compiler configurations #45.
HOHQMesh v1.2.1
Patch fix the Makefile to work with older versions of gfortran