|
Revision 717, 0.6 kB
(checked in by mido, 16 years ago)
|
|
clean up of the whole tests directory has just started
|
| Line | |
|---|
| 1 | Sources = ( |
|---|
| 2 | { |
|---|
| 3 | class = "enorm<ldmat>"; |
|---|
| 4 | mu = ( "matrix", 1, 2, [ 0.0, 2.0 ] ); |
|---|
| 5 | R = ( "matrix", 2, 2, [ 2.0, 0.0, 0.0, 0.5 ] ); |
|---|
| 6 | rv : |
|---|
| 7 | { |
|---|
| 8 | class = "RV"; |
|---|
| 9 | names = ( "a", "b" ); |
|---|
| 10 | }; |
|---|
| 11 | }, |
|---|
| 12 | { |
|---|
| 13 | class = "egiw"; |
|---|
| 14 | V = ( "matrix", 2, 2, [ 20.0, 8.0, 8.0, 4.0 ] ); |
|---|
| 15 | nu = 4.0; |
|---|
| 16 | dimx = "foo"; |
|---|
| 17 | rv : |
|---|
| 18 | { |
|---|
| 19 | class = "RV"; |
|---|
| 20 | names = ( "a", "b" ); |
|---|
| 21 | }; |
|---|
| 22 | } ); |
|---|
| 23 | Support : |
|---|
| 24 | { |
|---|
| 25 | class = "rectangular_support"; |
|---|
| 26 | ranges = ( [ -5.0, 5.0 ], [ 0.001, 5.0 ] ); |
|---|
| 27 | gridsizes = [ 10, 10 ]; |
|---|
| 28 | }; |
|---|
| 29 | Merger : |
|---|
| 30 | { |
|---|
| 31 | class = "merger_base"; |
|---|
| 32 | beta = 1.0; |
|---|
| 33 | method = "geometric"; |
|---|
| 34 | }; |
|---|