root/library/tests/merger.cfg @ 562

Revision 562, 0.7 kB (checked in by vbarta, 15 years ago)

more merger tests

Line 
1Sources = (
2  {
3    class = "mepdf";
4    epdf :
5    {
6      class = "enorm<ldmat>";
7      mu = ( "matrix", 1, 2, [ 0.0, 2.0 ] );
8      R = ( "matrix", 2, 2, [ 2.0, 0.0, 0.0, 0.5 ] );
9      rv :
10      {
11        class = "RV";
12        names = ( "a", "b" );
13      };
14    };
15  },
16  {
17    class = "mepdf";
18    epdf :
19    {
20      class = "egiw";
21      V = ( "matrix", 2, 2, [ 20.0, 8.0, 8.0, 4.0 ] );
22      nu = 4.0;
23      dimx = 1.0;
24      rv :
25      {
26        class = "RV";
27        names = ( "a", "b" );
28      };
29    };
30  } );
31Support :
32{
33  class = "rectangular_support";
34  ranges = ( [ -5.0, 5.0 ], [ 0.001, 5.0 ] );
35  gridsizes = [ 10, 10 ];
36};
37Merger :
38{
39  class = "merger_base";
40  beta = 1.0;
41  method = "geometric";
42};
Note: See TracBrowser for help on using the browser.