Skip to content

TrixiCUDA v0.1.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@huiyuxie huiyuxie released this 09 Sep 09:08
· 26 commits to main since this release
c9185f8

Kernels left to be implemented:

  • nonconservative_terms::True for flux differencing, interface flux, mortar flux (only 3D, and wait for mutable structs MHD to be fixed)
  • nonconservative_terms::True for shock capturing (1D, 2D, 3D)

Implementation for VolumeIntegralPureLGLFiniteVolume is not necessary as @ranocha suggested.

What's Changed

  • Add mortar flux kernel with nonconservative_terms::False to 2D and 3D by @huiyuxie in #24
  • Update README.md by @huiyuxie in #25
  • Bump crate-ci/typos from 1.24.1 to 1.24.3 by @dependabot in #28
  • Remove unused arguments from kernel function by @huiyuxie in #27
  • Use math expression to enhance performance by @huiyuxie in #30
  • Refactor and add more tests for DGSEM solver with tree mesh by @huiyuxie in #31
  • Add boundary flux kernel with nonconservative_terms::True to 1D and 2D by @huiyuxie in #32
  • Add volume integral kernel with volume_integral::VolumeIntegralShockCapturingHG by @huiyuxie in #34
  • Add more compatible examples and update docs by @huiyuxie in #35

Full Changelog: v0.1.0-alpha...v0.1.0-beta