Skip to content

Releases: jlchan/StartUpDG.jl

v0.14.1

26 Oct 15:08
Compare
Choose a tag to compare

StartUpDG v0.14.1

Diff since v0.14.0

Closed issues:

  • What is the best way to deal with multiple mesh_types? (#41)

Merged pull requests:

  • Feature ref elem data prism (#37) (@Davknapp)
  • Add proof of concept non-conforming mesh example (#42) (@jlchan)
  • Adding cut-cell meshes via PathIntersections (#43) (@jlchan)

v0.14.0

05 Oct 03:43
Compare
Choose a tag to compare

StartUpDG v0.14.0

Diff since v0.13.10

Merged pull requests:

v0.13.10

01 Oct 23:16
Compare
Choose a tag to compare

StartUpDG v0.13.10

Hotfix: when creating a curved mesh, the MeshData field wJq (quadrature weights multiplied by Jacobian) was not re-initialized.

Diff since v0.13.9

Merged pull requests:

  • CompatHelper: bump compat for NodesAndModes to 0.8, (keep existing compat) (#33) (@github-actions[bot])

v0.13.9

07 Aug 00:59
Compare
Choose a tag to compare

StartUpDG v0.13.9

Diff since v0.13.8

Merged pull requests:

  • CompatHelper: bump compat for "ComponentArrays" to "0.13" (#30) (@github-actions[bot])

v0.13.8

28 Jul 17:35
Compare
Choose a tag to compare

StartUpDG v0.13.8

Diff since v0.13.7

Merged pull requests:

v0.13.7

11 Jul 23:12
Compare
Choose a tag to compare

StartUpDG v0.13.7

Diff since v0.13.6

v0.13.6

29 Jun 23:42
Compare
Choose a tag to compare

StartUpDG v0.13.6

Fixes issues with SBP RefElemData types related to Setfield.jl and ConstructionBase.jl.

Diff since v0.13.5

v0.13.5

23 Jun 16:42
Compare
Choose a tag to compare

StartUpDG v0.13.5

Diff since v0.13.4

Closed issues:

  • Improvements and API changes for v0.11.x (#8)

Merged pull requests:

  • swap ArrayPartition for ComponentArrays (#26) (@jlchan)
  • Boundary node tagging, generalize RefElemData fields, and cleanup (#27) (@jlchan)

v0.13.4

24 May 02:19
Compare
Choose a tag to compare

StartUpDG v0.13.4

Diff since v0.13.3

Merged pull requests:

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

v0.13.3

03 May 22:14
Compare
Choose a tag to compare

StartUpDG v0.13.3

Main change: switched from Dict to the ordered LittleDict in OrderedCollections.jl to fix CI issues.

Diff since v0.13.2

Merged pull requests:

  • Clean up RefElemData and hybrid mesh tests (#24) (@jlchan)