-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
96 lines (69 loc) · 2.45 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
------------------------------------------------------------------------------
R O A D M A P
------------------------------------------------------------------------------
+-----+
| 0.6 |
+-----+
- Major Changes:
Kernel
* Formated comments [OK]
FEM
* Renumbering (reverse Cuthill Mac Kee) [OK]
* local to global numbering function [OK]
* Group support (load/save/add) [OK]
* meshing_add() [OK]
+-----+
| 0.7 |
+-----+
- Major Changes:
FEM
* lagrangian multipliers for BC [OK]
+-----+
| 0.8 |
+-----+
- Major Changes
* formatted plublic headers (cosmetic) [OK]
* only one configure script [OK]
FEM
* support loading [OK]
* split fem and elements' implementation [OK]
-> libfem / libmechanics
+-----+
| 0.9 |
+-----+
- Major Changes
* document functions in doc/ dir. [ ]
kernel
* tutorial [ ]
Mechanics
* major cleanup [ ]
* more element types (3D linear/3D quadratic) [ ]
XHaplo
* preliminary implementation [ ]
FEM
* clean up (page->list) [OK]
* threaded solver [ ]
+-----+
| 1.0 |
+-----+
- Major Changes
* IRIX [OK]
* Solaris port [OK]
* HP/UX port (need a platform) [ ]
* global clean up [ ]
* eventually win32 port? (need a platform) [ ]
* debian packaging [OK]
* WWW up-to-date! [ ]
* binary manpage [ ]
* i18n (kernel, plugins and XHaplo [ ]
FEM/Mechanics
* tutorial [ ]
* reference manual (french only) [ ]
XHaplo
* basic post-processing [ ]
------------------------------------------------------------------------------
T O D O
------------------------------------------------------------------------------
improve kernel/test
[ ] parser.y::1966: unused locp
[ ] check hash default size in meshing