-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtodo.txt
36 lines (20 loc) · 1.18 KB
/
todo.txt
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
Todo:
general reorganization:
- improve pattern matching / kernel -> in particular make clear distinction between parser / kernel etc...
- have different scopes that are evaluated at different stages of the iteraton process:
i.e. Init` -> evaluated at first init form master process
InitIter` -> evaluated at initialization of next iteration
EndIter` -> at end of iteration
End` -> at end of full simulation
-> this allows for iteration dependent extra output via Print[] or other routines
-> with filemanagement routines this allows for combining files at the end of simulation etc...
- result dependent choice of next iteration
via NextIteration` scope
-> which can be set by default to IncreaseIteration
-> it is no longer clear how many iterations we have !! -> so take care about this too !!!
- features:
- file manipulation expressions, file joins
- CMMFile interface -> maybe have a join command for joining binaryfiles to a larger one ? -> need file end identifier !!
-> should work
- include header files / Include["aasdad"]
-> probably requires a larger rewrite !!!