-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
45 lines (29 loc) · 1.05 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
it has been such a long time doing nothing with Meshach-EF,
I do not know anymore what is to do ...
Doc:
----
- finish HTML doc (folder "doc") with many many examples, especially Stokes/Navier-Stoke
(will I ever have the time for it ?)
- re-run mcstrip/cyclo, seems buggy on macosx (wrong function names)
Bugs:
-----
- splines 1D : bc cauchy/robin do not work (not finished), but Dirichlet/Neumann Ok
- splines 1D : world->EF for non-periodic still missing (useful for transient sim as ini data)
- what else ?
- what else ?
Graphics:
---------
- unify cpgplot, vogle/vopl and libsciplot calls (1d)
- specifiy colors / background color in config files (and use them)
- BUG: vogle ignores VIEWPORT specs
- change MATLAB to OCTAVE for 1D and 2D
- Cairo based plotting lib (giza?, kplot?) to enable Win32 plotting
- Dislin ?
Misc:
-----
- gmsh new file format for cube in 3D
- AdvFunc clean
Python
------
- shall I continue the "python classes" wrappers of the SWIG objects ?
(lots of work but no real need). See PYTHON_WRAPPERS PyMAT etc... not finished anyway.