Skip to content

Releases: trixi-framework/HOHQMesh

HOHQMesh v1.5.1

21 Jun 19:50
Compare
Choose a tag to compare

Change the keyword from "symmetry" to ":symmetry" to create reflected meshes.

HOHQMesh v1.5.0

14 Jun 19:09
Compare
Choose a tag to compare

Added the capability to reflect a mesh over a line (or several co-linear lines).

HOHQMesh v1.4.2

07 May 18:59
Compare
Choose a tag to compare
HOHQMesh v1.4.2

HOHQMesh v1.4.1

11 Jul 11:52
Compare
Choose a tag to compare

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

01 Jun 21:18
Compare
Choose a tag to compare

Added the features / capabilities:

  1. Create conforming meshes with interior interface boundaries for multi-material applications #53
  2. Bug fix for simple extrusions techniques without a project MODEL #59

HOHQMesh v1.3.0

11 Jun 16:42
Compare
Choose a tag to compare

Added the features / capabilities:

  1. Use Gaussian curvature to automatically size / refine extruded meshes with a bottom topography .
  2. Set a maximum level of automatic refinement necessary to resolve boundary curves #38.
  3. User can set custom maximum level of subdivision with -sLimit flag.
  4. Added valgrind to CI testing #43.
  5. Expanded CI testing to additional OS/compiler configurations #45.

HOHQMesh v1.2.1

11 Mar 18:03
Compare
Choose a tag to compare

Patch fix the Makefile to work with older versions of gfortran

HOHQMesh v1.2.0

10 Mar 09:09
Compare
Choose a tag to compare

Add the following features / capabilities:

  1. Read in SPLINE_CURVE information from a file.
  2. 3D shape measures available to assess hex mesh quality.
  3. Read in TOPOGRAPHY information from a file.

HOHQMesh v1.1.0

03 Nov 07:10
Compare
Choose a tag to compare

Add the capability to output an ABAQUS format mesh file including the high-order boundary information.

HOHQMesh v1.0.1

11 Jul 05:06
Compare
Choose a tag to compare

Incomplete list of changes:

  • Fix some bugs related to mesh generation
  • Use FC instead of F90 as the variable name for the Fortran compiler in the Makefile
  • Add installation support for Spack
  • Update CMake installation