Last change
on this file since 11991 was 11991, checked in by Eric.Larour, 13 years ago |
oecreview from 11518 to present
|
File size:
627 bytes
|
Rev | Line | |
---|
[11991] | 1 | Index: /proj/ice/larour/issm-uci-clean/trunk-jpl/src/m/classes/mesh.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- /proj/ice/larour/issm-uci-clean/trunk-jpl/src/m/classes/mesh.m (revision 11575)
|
---|
| 4 | +++ /proj/ice/larour/issm-uci-clean/trunk-jpl/src/m/classes/mesh.m (revision 11576)
|
---|
| 5 | @@ -98,6 +98,7 @@
|
---|
| 6 | else
|
---|
| 7 | checkfield(md,'mesh.average_vertex_connectivity','>=',24,'message','''mesh.average_vertex_connectivity'' should be at least 24 in 3d');
|
---|
| 8 | end
|
---|
| 9 | + checkfield(md,'mesh.elementconnectivity','size',[md.mesh.numberofelements 3],'NaN',1);
|
---|
| 10 |
|
---|
| 11 | %Solution specific checks
|
---|
| 12 | switch(solution),
|
---|
Note:
See
TracBrowser
for help on using the repository browser.