This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
Releases: lcw/Bennu.jl
Releases · lcw/Bennu.jl
v0.3.1
Bennu v0.3.1
Closed issues:
- kron problem (#65)
Merged pull requests:
- allgpu -> math in .gitlab-ci.yml (#52) (@jkozdon)
- Update packages (#54) (@lcw)
- Adds banded solvers and stacked meshes (#57) (@jkozdon)
- Add constructor of 'fieldarray' from a 'fieldarray' (#62) (@jkozdon)
- Fix for StructArrays and LazyArrays updates (#63) (@jkozdon)
- Disable avx for Kron multiply (#66) (@jkozdon)
- Inverse mapping for the cube sphere (#67) (@lcw)
v0.2.1
Bennu v0.2.1
Merged pull requests:
v0.2.0
Bennu v0.2.0
Closed issues:
Merged pull requests:
- Use Meshes.centroid in hilbert example and add compat (#1) (@mwarusz)
- CompatHelper: bump compat for "LazyArrays" to "0.21" (#2) (@github-actions[bot])
- Add basic Lobottao cell and nodal grid types (#3) (@lcw)
- Add basic Cartesian grid generator (#4) (@lcw)
- CompatHelper: bump compat for "LoopVectorization" to "0.12" (#5) (@github-actions[bot])
- Add face connections to the grid (#6) (@lcw)
- Fix brickgrid size check (#7) (@mwarusz)
- CompatHelper: bump compat for "KernelAbstractions" to "0.6" (#8) (@github-actions[bot])
- Support StructArray+SArray on the GPU (#9) (@lcw)
- CompatHelper: add new compat entry for "GPUArrays" at version "6.2" (#10) (@github-actions[bot])
- Add gitlab CI job (#12) (@lcw)
- Add Metrics (#13) (@lcw)
- Add face mass matrix (#16) (@mwarusz)
- Update CUDA and CUDAKernels versions (#18) (@lcw)
- Add 2D advection example (#19) (@mwarusz)
- Cleanup Examples (#20) (@lcw)
- Add
derivatives_1d
(#22) (@mwarusz) - Development version fixes (#24) (@lcw)
- Update GPUArrays and StructArrays (#25) (@lcw)
- Update Tullio (#29) (@lcw)
- Adds the cubed sphere grid (#36) (@jkozdon)
- Make the shell right-handed (#38) (@jkozdon)
- Add min_node_distance function (#40) (@mwarusz)
- Obtain grid dimensionality from the reference cell (#46) (@mwarusz)
- Define
adapt_structure
forNodalGrid
(#47) (@mwarusz)