Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-01 | 4.2 kB | |
v1.1.0 source code.tar.gz | 2025-05-01 | 2.7 MB | |
v1.1.0 source code.zip | 2025-05-01 | 2.8 MB | |
Totals: 3 Items | 5.5 MB | 1 |
Ferrite v1.1.0
See CHANGELOG.md
for notable changes.
Merged pull requests:
- Reverse CI (#797) (@termi-official)
- Simplify expression for tangent in hyperelasticity tutorial (#852) (@KnutAM)
- Export of discontinuous fields to VTK (#867) (@KnutAM)
- Increase visibility on mismatch between dof ordering and node ordering (#875) (@termi-official)
- Fix return type of evaluate_at_grid_nodes (#1044) (@termi-official)
- Add a doc section comparing different assembly strategies (#1063) (@fredrikekre)
- Remove the unused and deprecated third parameter for interpolations (#1083) (@fredrikekre)
- Use sparse! and spzeros! in more places (#1084) (@fredrikekre)
- Less noisy PointEvalHandler (#1086) (@termi-official)
- Add Zenodo metadata to CITATION.cff and add DOI badge to README.md (#1087) (@fredrikekre)
- Use fill instead of Ferrite.fillzero in assembly explanation (#1088) (@KnutAM)
- Misc CI fixes (#1090) (@fredrikekre)
- Drop support for Julia 1.9 (#1092) (@fredrikekre)
- Buildkite CI configuration for GPU testing. (#1093) (@fredrikekre)
- Update Downstream.yml to include testing FerriteInterfaceElements.jl (#1095) (@DRollin)
- Runic formatting (#1096) (@fredrikekre)
- Simplify evaluate_at_grid_nodes (#1097) (@lijas)
- Follow up changes to Runic formatting (#1099) (@fredrikekre)
- Use Tensor
for interface transformation matrices (#1100) (@AbdAlazezAhmed)
- Fix some typos. (#1109) (@termi-official)
- Update CHANGELOG.md (#1112) (@argeht)
- Recover export for non-Grid grid types (#1113) (@termi-official)
- Bump codecov/codecov-action from 4 to 5 (#1114) (@dependabot[bot])
- Update codecov config (#1115) (@fredrikekre)
- Update to Runic version 1.1 (#1118) (@fredrikekre)
- Correct edge and face denotation for 1d and 2d refshape docs (#1121) (@KnutAM)
- Changing face to facet in variable names, struct fields, and docstrings (#1123) (@KnutAM)
- Update value and derivative deprecation message to make users aware of non-allocating batch evaluation (#1125) (@termi-official)
- Remove default FaceIndex in BCValues constructor (#1126) (@KnutAM)
- Fixed typos in tutorials (#1131) (@chaozg)
- Modularize interpolation testing (#1136) (@KnutAM)
- Describe how to implement a new interpolation (#1140) (@KnutAM)
- Make dispatch for reinit without cell more generic (#1141) (@KnutAM)
- replaced all deadlinks with wayback links (#1143) (@jfdev001)
- Implement H(div) and H(curl) interpolations (#1145) (@KnutAM)
- Update affine constraints docs (#1146) (@lijas)
- replaced another dead defelement link with valid one (#1148) (@jfdev001)
- Better tolerance for continuity tests (#1150) (@KnutAM)
- ProjectedDirichlet BC for H(div) and H(curl) (#1151) (@KnutAM)
- Change master/slave to main/constrained (#1153) (@KnutAM)
- Fix CI status badge link (#1154) (@KnutAM)
- Revert "Change master/slave to main/constrained" (#1155) (@KristofferC)
- Implementation of Nedelec interpolation on tetrahedral and hexahedral elements (#1162) (@gijswl)
- Upgrade runic-pre-commit to v2.0.1 (#1164) (@fredrikekre)
- Update runic/pre-commit contributor instructions (#1165) (@KnutAM)
- Base test_utils more on reference shape than interpolations (#1172) (@KnutAM)
- Test continuity for Nedelec on mixed grid (#1173) (@KnutAM)
- Replaced all instances of defelement.com with updated defelement.org (#1174) (@jfdev001)
- consistent doc header formatting (#1175) (@jfdev001)
- addboundary*set()
errors for mixed grids (#1176) (@AbdAlazezAhmed)
- Allow for views in write_solution
(#1177) (@AbdAlazezAhmed)
- Allow ForwardDiff version 1 (#1178) (@fredrikekre)
- Update DefElement links (#1179) (@mscroggs)
- Ensure that refshapes matches when creating FEValues (#1185) (@KnutAM)
- Update CHANGELOG and set version to 1.1 (#1191) (@KnutAM)
Closed issues:
- Reverse CI integration with downstream Ferrite packages (#742)
- apply nodal force for unstruct mesh (#1127)
- Typos in tutorials (#1130)
- Docs: deadlinks to defelement.com in interpolations.jl
(#1142)
- Vector interpolations in 3 spatial dimensions (#1159)
- about complex-valued Dirichlet boundary condition (#1171)