-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
136 lines (103 loc) · 3.64 KB
/
ChangeLog
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
---------------------------------------
version 0.8
---------------------------------------
Ven nov 16 17:11:38 CET 2007 - marc
- synchro after HD crash
September - marc
- added rse2 which is just a solver based on lsqr with dense matrix
(use ctl-c to stop computation and write solution)
* Ven déc 15 21:10:53 CET 2006 - marc
- synchro with between linux and macosX
- Take care of Makefile.am which is a link to
Makefile.unix or Makefile.macosx
* Mon Jul 10 16:02:42 CEST 2006 - marc
- version 0.8
- use sparse lib ({matrice,sparse}.{c,h} moved)
- shows lib used
- fixed memory comsumption on MACOSX
---------------------------------------
version 0.7
---------------------------------------
* mar mar 22 16:34:42 CET 2005 - marc
- sparse matrix regularisation whith irregular neighbourhood
* ven mar 18 17:36:21 CET 2005 - marc
- compression mode && DtD are working together
* Wed Mar 16 16:21:26 CET 2005 - marc
- print booth dslowness and %velocity
* lun mar 14 17:39:30 CET 2005 - marc
- fixed sign problem with velocities
- add some stats on sparse matrix
* dim mar 13 18:40:58 CET 2005 - marc
- version 0.7
- implement neighbours damping
- compute variance reduction
---------------------------------------
version 0.6
---------------------------------------
* Mon Mar 7 13:16:34 CET 2005 - marc
- version 0.6
- sparse matrix can be set to use column link
- bug fixed when vmodel was noty provided
---------------------------------------
version 0.5
---------------------------------------
* ven fév 25 23:58:35 CET 2005 - marc
- add '-c' flag to force sparse matrix check
* jeu fév 24 21:52:36 CET 2005 - marc
- ctrl-c interupt the computation after the current iteration
then save the result at the current state
---------------------------------------
version 0.4
---------------------------------------
* dim fév 20 10:37:36 CET 2005 - marc
- reworked read_*()
- read_subvector fixed (nb of items)
* jeu fév 17 11:03:09 CET 2005 - marc
- version 0.4
- add velocity model reading to write cell velocity
in sco file
- removed memleak [valgrind]
---------------------------------------
version 0.3
---------------------------------------
* lun jan 24 14:50:32 CET 2005 - marc
- free_sparse_matrix mem leak fixed
* lun jan 10 18:02:13 CET 2005 - marc
- bug fixed parsing -l option (log)
- bug fixed parsing -d option (damping)
* mer nov 17 15:29:11 CET 2004 - marc
- ACH tomographic inversion is working
- add --ach
* mer nov 10 17:19:18 CET 2004 - marc
- version 0.3
- add 'ACH' - relative traveltime tomo
---------------------------------------
version 0.2
---------------------------------------
* mer oct 20 16:39:54 CEST 2004 - marc
- print out lsqr return code
- speed up sparse stuff
- res importation fixed
- output files fixed
* ven oct 15 11:23:14 CEST 2004 - marc
- save an xml output file with enrichied SCO data section
* jeu oct 14 00:44:48 CEST 2004 - marc
- full sync with libmesh 1.0.pre1
- partial sync with libmesh 1.0.pre1
* mar oct 12 16:06:56 CEST 2004 - marc
- update solution when using irregular mesh
* lun oct 11 13:56:23 CEST 2004 - marc
- lsqrsolve can import sparse matrix chunks (ie. gimbos output)
- can import also .irm (irregular mesh) files
* ven oct 8 17:35:27 CEST 2004 - marc
- compress null column
* mer oct 6 19:02:54 CEST 2004 - marc
- implement sparse write to file
* lun sep 20 15:56:48 CEST 2004 - marc
- add 3D vtk output
- version set to 0.2
---------------------------------------
version 0.1
---------------------------------------
* mer sep 15 15:33:03 CEST 2004 - marc
- packaging