Releases: bcube-project/Bcube.jl
Releases · bcube-project/Bcube.jl
v0.2.0
Bcube v0.2.0
Merged pull requests:
- Interpolate at arbitrary points (#109) (@ghislainb)
- 4D tensors algebra (#149) (@Galaxxy31)
- Bump codecov/codecov-action from 4 to 5 (#150) (@dependabot[bot])
- Moving gmsh to
BcubeGmsh
(#153) (@bmxam) - Moving out VTK, gmsh and CGNS (#154) (@bmxam)
Closed issues:
- Evaluate
AbstractLazy
on arbitrary points (#107)
v0.1.15
Bcube v0.1.15
Merged pull requests:
- Preallocate working arrays in
assemble_bilinear
(#143) (@ghislainb) _reshape_cell_shape_functions
for SizedMatrix (#144) (@bmxam)- use temporary transposed matrix to set dirichlet BCs (#145) (@ghislainb)
- Add
get_cell_normals
entry point and update "howto" documentation (#147) (@bmxam) - Moving VTK output to
BcubeVTK
(#148) (@bmxam)
Closed issues:
v0.1.14
v0.1.13
Bcube v0.1.13
Merged pull requests:
- Fix issue 130 (#131) (@ghislainb)
- Improve composition with LazyOp (#132) (@ghislainb)
- [gmsh] Mesh around disk with triangles (#135) (@bmxam)
- Update README.md (#136) (@bmxam)
Closed issues:
v0.1.12
Bcube v0.1.12
Merged pull requests:
- Small fix for type inference (#111) (@ghislainb)
- Fix return types for shape functions of degree 0 (#114) (@ghislainb)
- Coords for shape
Point
(#115) (@bmxam) - Fix
read_msh_with_cell_names
(#118) (@bmxam) - Move _compute_space_dim in utils (#121) (@bmxam)
write_vtk_lagrange
for order 0 (#123) (@bmxam)- Update howto.md (#124) (@bmxam)
- Definition of the IO interface + HDF5/CGNS implementation (#126) (@bmxam)
- Improve inference for function
∂fξ_∂x_hypersurface
(#128) (@ghislainb)
Closed issues:
- Check write_vtk_lagrange for degree 0 (#113)
v0.1.11
Bcube v0.1.11
Merged pull requests:
v0.1.10
Bcube v0.1.10
Merged pull requests:
v0.1.9
v0.1.8
v0.1.7
Bcube v0.1.7
Merged pull requests:
- Refactor integration (#76) (@bmxam)
- More options for
gen_rectangle_mesh
(#79) (@ghislainb) - Integration on curve (#80) (@bmxam)
- 5-nodes Pyramid (#81) (@bmxam)
- Fix
read_msh_with_cell_names
(#82) (@bmxam) - Bump julia-actions/cache from 1 to 2 (#83) (@dependabot[bot])
- Fix for coplanar_rotation (#84) (@bmxam)
- Better support for
MeshCellData
withwrite_vtk_lagrange
(#90) (@ghislainb) - Fix geom order for Gmsh mesh (#91) (@ghislainb)
- Better support of different kind of DoF types with
FEFunction
andassemble_linear
(#92) (@ghislainb) - idof_by_* for Pyramid Lagrange 1 (#93) (@bmxam)
- Materialize
MeshCellData
on face / Side (#94) (@bmxam)
Closed issues: