Skip to content

Releases: jlchan/StartUpDG.jl

v0.12.1

11 Nov 18:23
Compare
Choose a tag to compare

StartUpDG v0.12.1

Enabled boundary tagging for 1D meshes.

Diff since v0.12.0

v0.12.0

10 Nov 16:47
Compare
Choose a tag to compare

StartUpDG v0.12.0

Reordered faces for Quad() elements. Previously, faces were ordered in a counterclockwise fashion. Faces are now ordered according to r = -1, r = 1, s = -1, s = 1 (this is consistent with the way Hex() element faces are ordered too).

Diff since v0.11.3

v0.11.3

24 Oct 03:53
Compare
Choose a tag to compare

StartUpDG v0.11.3

Diff since v0.11.2

Merged pull requests:

  • CompatHelper: bump compat for "Setfield" to "0.8" (#14) (@github-actions[bot])

v0.11.2

18 Oct 00:01
Compare
Choose a tag to compare

StartUpDG v0.11.2

Improving efficiency of RefElemData constructor for Hex() element types. Introduces Kronecker.jl as a dependency.

Diff since v0.11.1

v0.11.1

21 Aug 23:36
Compare
Choose a tag to compare

StartUpDG v0.11.1

Exported a local version of "estimate_h"

Diff since v0.11.0

v0.11.0

03 Aug 21:25
Compare
Choose a tag to compare

StartUpDG v0.11.0

Diff since v0.10.2

Breaking API changes:

  • uniform_mesh outputs a tuple (VX, VY, VZ), and MeshData now takes a tuple of vertex coordinates as an input
  • tag_boundary_faces: switched from foo(x,y), foo(x,y,z) to foo(x::NTuple{Dim, T}) where {Dim, T}) (e.g., x is a container of point coordinates).
  • clean up Triangulate example meshes: switch to kwargs for h
  • use dispatch for Triangulate example meshes, e.g., triangulate_domain(Scramjet(), h = ...) instead of scramjet(...)

Closed issues:

  • add generalized SBP approximation type (#11)

Merged pull requests:

v0.10.2

11 Jul 23:27
Compare
Choose a tag to compare

StartUpDG v0.10.2

Diff since v0.10.1

Merged pull requests:

  • fix warning when using Triangulate, StartUpDG (#9) (@ranocha)

v0.10.1

26 Jun 13:46
Compare
Choose a tag to compare

StartUpDG v0.10.1

replaced md.sJ field with md.Jf. Added md.sJ access via getproperty

Diff since v0.10.0

v0.10.0

25 Jun 03:10
Compare
Choose a tag to compare

StartUpDG v0.10.0

Bump in minor version since 0.9.0->0.9.1 was technically a breaking change since exporting DGSEM was part of the public API.

Diff since v0.9.1

v0.9.1

24 Jun 22:44
Compare
Choose a tag to compare

StartUpDG v0.9.1

Replaced SBP type parameter DGSEM -> TensorProductLobatto to avoid name conflicts in Trixi

Diff since v0.9.0