v0.1.0
KernelInterpolation v0.1.0
Merged pull requests:
- GitHub Workflows (#1) (@JoshuaLampert)
- Bump crate-ci/typos from 1.16.15 to 1.16.23 (#2) (@dependabot[bot])
- Add text to README (#3) (@JoshuaLampert)
- Set random seed in tests to have reproducible results in tests (#4) (@JoshuaLampert)
- Add more kernels (#5) (@JoshuaLampert)
- Add code coverage with coveralls (#6) (@JoshuaLampert)
- Increase coverage (#7) (@JoshuaLampert)
- Add test for
homogeneous_hypercube_boundary
(#8) (@JoshuaLampert) - Add documentation (#9) (@JoshuaLampert)
- Add Downgrade.yml (#10) (@JoshuaLampert)
- coveralls at v2 (#11) (@JoshuaLampert)
- Add Riesz kernel (#12) (@JoshuaLampert)
- simplify convenience functions for special
NodeSet
s (#13) (@JoshuaLampert) - Bump crate-ci/typos from 1.16.23 to 1.16.26 (#14) (@dependabot[bot])
- Add transformation kernels (#15) (@JoshuaLampert)
- use julia-actions/cache for Documenter (#16) (@JoshuaLampert)
- Remove trixi_test from Downgrade action name (#17) (@JoshuaLampert)
- Bump crate-ci/typos from 1.16.26 to 1.17.2 (#18) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#19) (@dependabot[bot])
- Apply new formatter version (#20) (@JoshuaLampert)
- Add example with exact interpolation (#21) (@JoshuaLampert)
- Downgrade action moved repo (#22) (@JoshuaLampert)
- Bump crate-ci/typos from 1.17.2 to 1.18.2 (#23) (@dependabot[bot])
- Add test using ExplicitImports.jl (#24) (@JoshuaLampert)
- Add compat for ExplicitImports (#25) (@JoshuaLampert)
- Bump crate-ci/typos from 1.18.2 to 1.19.0 (#26) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#27) (@dependabot[bot])
- Bump crate-ci/typos from 1.19.0 to 1.20.1 (#28) (@dependabot[bot])
- Fixes found by JET.jl (#29) (@JoshuaLampert)
- Reduce some type instabilities (#30) (@JoshuaLampert)
- Alow plotting kernel without nodeset (#31) (@JoshuaLampert)
- Add
ProductKernel
(#32) (@JoshuaLampert) - Refactor evaluation of 1D interpolation at scalar (#33) (@JoshuaLampert)
- Add
SumKernel
(#34) (@JoshuaLampert) - Add plot recipe for Interpolation object (#35) (@JoshuaLampert)
- Add basic setup to solve PDEs by collocation (#36) (@JoshuaLampert)
- Use
eachindex
instead of1:length
(#37) (@JoshuaLampert) - Add feature to save
NodeSet
s to VTK file (#38) (@JoshuaLampert) - Add feature to read VTK files (#39) (@JoshuaLampert)
- Add documentation about
NodeSet
s and Development (#40) (@JoshuaLampert) - Add documentation about interpolation (#41) (@JoshuaLampert)
- Bump crate-ci/typos from 1.20.1 to 1.21.0 (#42) (@dependabot[bot])
- Add collocation for time-dependent PDEs (#43) (@JoshuaLampert)
- Add
SaveSolutionCallback
(#44) (@JoshuaLampert) - Add
Base.:+
andBase.:*
for kernels (#45) (@JoshuaLampert) - Add advection equation (#46) (@JoshuaLampert)
- Add advection-diffusion equation (#47) (@JoshuaLampert)
- Add
SummaryCallback
(#48) (@JoshuaLampert) - Add
AliveCallback
(#49) (@JoshuaLampert) - Use
trixi_include
from TrixiBase.jl (#50) (@JoshuaLampert) - Add general linear second-order elliptic operator (#51) (@JoshuaLampert)
- Add Laplace example on annulus (#52) (@JoshuaLampert)
- Remove unnecessary part in callback condition (#53) (@JoshuaLampert)
- Bump julia-actions/cache from 1 to 2 (#54) (@dependabot[bot])
- Move timer to TrixiBase.jl (#55) (@JoshuaLampert)
- Add operator matrix (#56) (@JoshuaLampert)
- Add documentation about solving PDEs (#57) (@JoshuaLampert)