v0.2.0
GalerkinToolkit v0.2.0
Merged pull requests:
- Codegen (#79) (@fverdugo)
- Fix 3d case (#83) (@fverdugo)
- Set
Measure
as subtype ofAbstractType
(#92) (@Cmurilochem) - Refactor
geometry.jl
module (#93) (@Cmurilochem) - Add
Makie
as a weak dependency and add a extension module (#98) (@Cmurilochem) - Add WriteVTK extension module (#106) (@Cmurilochem)
- Release 0.2.0 (#108) (@fverdugo)
Closed issues:
- gk.cartesian_mesh needs to be extended to support periodic bcs (#61)
- Add "Tutorials" section in the documentation (#85)
- Break up/refactor
geometry.jl
as it is currently very long (#89) GT.measure()
has ugly print output - fix the pretty printing in GT package (look inAbstractType
definition ingeometry.jl
. (#91)- Support only Julia >= 1.9 (#102)
- Make
WriteVTK
a weak dependency and an extension module (#105)