[16134] | 1 | Index: ../trunk-jpl/src/m/classes/stressbalance.py
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/m/classes/stressbalance.py (revision 15615)
|
---|
| 4 | +++ ../trunk-jpl/src/m/classes/stressbalance.py (revision 15616)
|
---|
| 5 | @@ -119,11 +119,6 @@
|
---|
| 6 | md = checkfield(md,'diagnostic.isnewton','numel',[1],'values',[0,1,2])
|
---|
| 7 | md = checkfield(md,'diagnostic.FSreconditioning','size',[1],'NaN',1)
|
---|
| 8 | md = checkfield(md,'diagnostic.viscosity_overshoot','size',[1],'NaN',1)
|
---|
| 9 | - if md.mesh.dimension==2:
|
---|
| 10 | - md = checkfield(md,'diagnostic.icefront','size',[float('NaN'),4],'NaN',1)
|
---|
| 11 | - else:
|
---|
| 12 | - md = checkfield(md,'diagnostic.icefront','size',[float('NaN'),6],'NaN',1)
|
---|
| 13 | - md = checkfield(md,'diagnostic.icefront[:,-1]','values',[0,1,2])
|
---|
| 14 | md = checkfield(md,'diagnostic.maxiter','size',[1],'>=',1)
|
---|
| 15 | md = checkfield(md,'diagnostic.referential','size',[md.mesh.numberofvertices,6])
|
---|
| 16 | md = checkfield(md,'diagnostic.loadingforce','size',[md.mesh.numberofvertices,3])
|
---|