[24307] | 1 | Index: ../trunk-jpl/test/NightlyRun/test3103.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/test/NightlyRun/test3103.m (revision 23788)
|
---|
| 4 | +++ ../trunk-jpl/test/NightlyRun/test3103.m (revision 23789)
|
---|
| 5 | @@ -15,7 +15,7 @@
|
---|
| 6 | field_names ={'Vx','Vy','Vz','Vel','Pressure',...
|
---|
| 7 | 'StressTensorxx','StressTensoryy','StressTensorzz','StressTensorxy','StressTensorxz','StressTensoryz'};
|
---|
| 8 | field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,...
|
---|
| 9 | - 1e-09,1e-09,1e-09,1e-09,1e-09,1e-8};
|
---|
| 10 | + 1e-09,1e-09,1e-09,1e-09,1e-09,2e-09};
|
---|
| 11 | field_values={...
|
---|
| 12 | (md.results.StressbalanceSolution.Vx),...
|
---|
| 13 | (md.results.StressbalanceSolution.Vy),...
|
---|
| 14 | Index: ../trunk-jpl/test/NightlyRun/test3103.py
|
---|
| 15 | ===================================================================
|
---|
| 16 | --- ../trunk-jpl/test/NightlyRun/test3103.py (revision 23788)
|
---|
| 17 | +++ ../trunk-jpl/test/NightlyRun/test3103.py (revision 23789)
|
---|
| 18 | @@ -25,7 +25,7 @@
|
---|
| 19 | field_names =['Vx','Vy','Vz','Vel','Pressure',\
|
---|
| 20 | 'StressTensorxx','StressTensoryy','StressTensorzz','StressTensorxy','StressTensorxz','StressTensoryz']
|
---|
| 21 | field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-09,\
|
---|
| 22 | - 1e-09,1e-09,1e-09,1e-09,1e-09,1e-09]
|
---|
| 23 | + 1e-09,1e-09,1e-09,1e-09,1e-09,2e-09]
|
---|
| 24 | field_values=[\
|
---|
| 25 | md.results.StressbalanceSolution.Vx,\
|
---|
| 26 | md.results.StressbalanceSolution.Vy,\
|
---|