File tree Expand file tree Collapse file tree 4 files changed +41
-1
lines changed
Expand file tree Collapse file tree 4 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 1+ See release notes in `` docs/src/release_notes.md ``
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ makedocs(
3030 " Examples" => " examples.md" ,
3131 " Public API" => " public.md" ,
3232 " Private API" => " private.md" ,
33+ " Release Notes" => " release_notes.md" ,
3334 " References" => " references.md" ,
3435 ],
3536 clean = false ,
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ Pages = [
2323 "examples.md",
2424 "public.md",
2525 "private.md",
26+ "release_notes.md",
2627 "references.md"
2728]
2829Depth = 1
29- ```
30+ ```
Original file line number Diff line number Diff line change 1+ # Release Notes
2+
3+ ## Development
4+
5+ The current main branch includes updated functionality and an improved interface.
6+
7+ Functionality updates include:
8+
9+ * Macro-element bases consisting of multiple micro-elements
10+ * Chebyshev preconditioning analysis
11+ * H-multigrid analysis
12+
13+ Interface improvements include:
14+
15+ * Multi-component basis support simplified
16+
17+ Additonal changes include:
18+
19+ * Improved documentation
20+ * Expanded examples, to include Neo-Hookean hyperelasticity
21+ * Rename primary branch to ` main `
22+
23+ ## v0.1.1
24+
25+ Minor bugfixes
26+
27+ ## v0.1
28+
29+ This release includes initial basic functionality of LFAToolkit.
30+
31+ Functionality includes:
32+
33+ * User defined second order PDEs
34+ * Abritrary basis order, dimension, and number of components
35+ * Independent mesh scaling in each dimension
36+ * Jacobi preconditioning analysis
37+ * P-multigrid analysis
You can’t perform that action at this time.
0 commit comments