Skip to content

Releases: HorribleSanity/Raven.jl

v0.2.3

06 Aug 20:18
Compare
Choose a tag to compare

Raven v0.2.3

Diff since v0.2.2

Merged pull requests:

  • Avoid GPU synchronization in serial MPI runs (#108) (@lcw)

v0.2.2

23 Jul 20:21
Compare
Choose a tag to compare

Raven v0.2.2

Diff since v0.2.1

Merged pull requests:

  • Bump crate-ci/typos from 1.22.3 to 1.23.1 (#102) (@dependabot[bot])
  • Add field array support to expand comm pattern (#105) (@lcw)

v0.2.1

14 Jun 01:03
Compare
Choose a tag to compare

Raven v0.2.1

Diff since v0.2.0

Merged pull requests:

v0.2.0

07 Jun 00:45
Compare
Choose a tag to compare

Raven v0.2.0

Diff since v0.1.0

Merged pull requests:

v0.1.0

12 May 23:27
Compare
Choose a tag to compare

Raven v0.1.0

Merged pull requests:

  • Basic grid generation (#2) (@lcw)
  • Bump crate-ci/typos from 1.14.8 to 1.14.9 (#3) (@dependabot[bot])
  • Remove FillArrays dependence (#4) (@lcw)
  • Add communication management (#5) (@lcw)
  • killanys (#6) (@lcw)
  • Add missing synchronization in communication (#7) (@lcw)
  • Bump crate-ci/typos from 1.14.9 to 1.14.10 (#8) (@dependabot[bot])
  • Add continuous Galerkin node numbering to grid (#9) (@lcw)
  • Add interpolation operators for h-adaptivity (#10) (@lcw)
  • Bump crate-ci/typos from 1.14.10 to 1.15.0 (#13) (@dependabot[bot])
  • Patch pending resolution of issue #1953 (#14) (@masonamccallum)
  • Transferred functionality to P4estTypes (#15) (@masonamccallum)
  • Bump crate-ci/typos from 1.15.0 to 1.15.1 (#16) (@dependabot[bot])
  • Add functions to flatten and unflatten structures (#17) (@lcw)
  • Keep continuous to discontinuous mapping sparse (#18) (@lcw)
  • Bump crate-ci/typos from 1.15.1 to 1.15.6 (#19) (@dependabot[bot])
  • Bump crate-ci/typos from 1.15.6 to 1.15.10 (#21) (@dependabot[bot])
  • Add GridArray (#22) (@lcw)
  • Rename CUDA extension (#23) (@lcw)
  • Show GPUArray backed GeneralSparseMatrixCSC (#24) (@lcw)
  • Move WriteVTK code to an extension (#25) (@lcw)
  • Bump crate-ci/typos from 1.15.10 to 1.16.0 (#26) (@dependabot[bot])
  • Fix broadcast when array is created (#27) (@lcw)
  • Cleanup GridArrays (#28) (@lcw)
  • Added Cubesphereshell (#31) (@masonamccallum)
  • Communicate GridArrays (#32) (@lcw)
  • Use GridArray to store node coordinates. (#33) (@aaustin141)
  • Add Julia v1.10 to GitHub Actions CI (#34) (@lcw)
  • Bump crate-ci/typos from 1.16.0 to 1.16.1 (#35) (@dependabot[bot])
  • Fix threading correctness and add error monitoring (#36) (@lcw)
  • Make grid tests use floating-point and array types (#37) (@lcw)
  • Make grid.points not show ghosts by default. (#38) (@aaustin141)
  • Add volume geometric factors (#40) (@lcw)
  • Avoid implicit Float64 in points kernels (#41) (@lcw)
  • Unroll GridArray setindex! with @nexprs (#44) (@lcw)
  • Cache precompilation in GithHub CI (#45) (@lcw)
  • Fix discontinuous <---> continuous mappings (#46) (@lcw)
  • Add communicating and non-communicating cell lists (#47) (@lcw)
  • Bump crate-ci/typos from 1.16.1 to 1.16.2 (#48) (@dependabot[bot])
  • Face Maps (#49) (@lcw)
  • Add surface metrics (#51) (@lcw)
  • Bump crate-ci/typos from 1.16.2 to 1.16.8 (#53) (@dependabot[bot])
  • Allow elements to connect to themselves (#54) (@lcw)
  • Minor changes towards Gauss cell support (#55) (@lcw)
  • Add advection example and cleanup (#56) (@lcw)
  • Remove debug example (#57) (@lcw)
  • Bump crate-ci/typos from 1.16.8 to 1.16.10 (#58) (@dependabot[bot])
  • Bump actions/checkout from 3 to 4 (#59) (@dependabot[bot])
  • Misc (#60) (@lcw)
  • Remove SHermitianCompact from kernels (#61) (@lcw)
  • Bump crate-ci/typos from 1.16.10 to 1.16.11 (#62) (@dependabot[bot])
  • HOHQ Mesh import (#64) (@masonamccallum)
  • Update URLs reflecting move to HorribleSanity (#66) (@lcw)
  • Bump crate-ci/typos from 1.16.11 to 1.16.14 (#68) (@dependabot[bot])
  • Misc Gauss Things (#69) (@lcw)
  • Add Jacobian and surface Jacobian to metrics (#74) (@lcw)
  • Fix mapP and vmapP for periodic elements (#75) (@lcw)
  • Bump crate-ci/typos from 1.16.14 to 1.16.25 (#80) (@dependabot[bot])
  • Random updates (#84) (@lcw)
  • Update crate-ci/typos to v1.20.9 (#85) (@lcw)
  • Random updates (#86) (@lcw)
  • Bump julia-actions/setup-julia from 1 to 2 (#87) (@dependabot[bot])
  • Move cell size out of the type domain (#88) (@lcw)
  • Bump crate-ci/typos from 1.20.9 to 1.21.0 (#90) (@dependabot[bot])
  • Bump julia-actions/cache from 1 to 2 (#91) (@dependabot[bot])
  • Speed up grid generation (#92) (@lcw)
  • Cleanup the display of various type instances (#93) (@lcw)

Closed issues:

  • git hook question (#1)
  • Move WriteVTK code to an extension (#20)
  • Add CoarseGrid constructor from ABAQUS file (#39)
  • CI on Julia 1.10 is taking a long time compared to 1.9 (#42)
  • Remove dimensions from LobattoCell type? (#43)