Skip to content

Releases: jlchan/StartUpDG.jl

v0.17.7

07 Oct 19:15
Compare
Choose a tag to compare

StartUpDG v0.17.7

Diff since v0.17.6

Merged pull requests:

  • CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat) (#150) (@github-actions[bot])
  • Add SummationByPartsOperators.jl package extension (#152) (@jlchan)

Closed issues:

  • Add package extensions for SummationByPartsOperators.jl (#151)

v0.17.6

06 Sep 12:49
e351330
Compare
Choose a tag to compare

StartUpDG v0.17.6

Diff since v0.17.5

Merged pull requests:

  • allow HDF5.jl v0.17 and bump version number (#149) (@ranocha)

v0.17.5

07 Aug 02:25
Compare
Choose a tag to compare

StartUpDG v0.17.5

Made read_HOHQMesh(path, element_type) consistent across all element types, updated docs.

Diff since v0.17.4

v0.17.4

27 Jul 19:35
Compare
Choose a tag to compare

StartUpDG v0.17.4

Diff since v0.17.3

Merged pull requests:

v0.17.3

29 Jun 22:53
Compare
Choose a tag to compare

StartUpDG v0.17.3

Diff since v0.17.2

Merged pull requests:

  • Improve cut-cell node sampling (#145) (@jlchan)
  • Allow kwargs for RefElemData with SBP approximation type (#146) (@jlchan)
  • Fix Julia nightly CI failures (#147) (@jlchan)

v0.17.2

16 Jun 17:13
Compare
Choose a tag to compare

StartUpDG v0.17.2

Diff since v0.17.1

Merged pull requests:

v0.17.1

14 Jun 21:13
Compare
Choose a tag to compare

StartUpDG v0.17.1

Diff since v0.17.0

Merged pull requests:

  • Switch to concatenated nonconforming interface treatment (#140) (@jlchan)
  • add is_periodic keyword argument to standard MeshData (#141) (@jlchan)
  • Fix cut-cell MeshData type instability for geometric terms (#143) (@jlchan)

v0.17.0

08 Jun 01:24
Compare
Choose a tag to compare

StartUpDG v0.17.0

Diff since v0.16.5

Closed issues:

  • Unify gmsh import functionallity (#29)
  • Add "periodic" to Base.show statement for MeshData (#128)
  • Hex RefElemData assumes Kronecker/tensor product structure (#131)

Merged pull requests:

  • Add pyramid RefElemData (#132) (@jlchan)
  • Unify Gmsh accessors (#133) (@jlchan)
  • Add docs on difference between StartUpDG.jl and NDG Matlab codes (#134) (@jlchan)
  • Make Base.show more compact (#135) (@jlchan)
  • specialize Polynomial{<:TensorProductQuadrature} Hex constructor (#136) (@jlchan)
  • Add uniform pyramid mesh (#137) (@jlchan)
  • remove deprecated approximationType getproperty (#139) (@jlchan)

v0.16.5

31 May 14:53
Compare
Choose a tag to compare

StartUpDG v0.16.5

Diff since v0.16.4

Closed issues:

  • Improve MeshData_to_vtk for TensorProductWedges (#130)

Merged pull requests:

  • Added a first vtk output for tensor-wedges (#127) (@Davknapp)
  • Add lower-level non-conforming MeshData interface, clean up type specializations (#129) (@jlchan)

v0.16.4

26 May 22:06
Compare
Choose a tag to compare

StartUpDG v0.16.4

Also added periodicity in Base.show for MeshData

Diff since v0.16.3

Merged pull requests: