eap
|
dd4eae00e6
|
- return ( e && e->NbNodes() == ( e->IsQuadratic() ? 8 : 4 ));
+ return ( e && e->NbCornerNodes() == 4 );
|
2010-05-20 10:23:56 +00:00 |
|
eap
|
17aeb4f3c7
|
0020855: [CEA] Problem with ijk algo ---------- KO.med file
|
2010-05-20 10:04:19 +00:00 |
|
eap
|
5dad3ddd64
|
0020855: [CEA] Problem with ijk algo
* Fix detection of block corners
* Fix selection of sides
|
2010-05-19 08:16:18 +00:00 |
|
eap
|
4a1881f9c1
|
0020855: [CEA] Problem with ijk algo
* Fix difining sharing of block sides
* Fix selection of adjacent side
|
2010-05-06 08:48:21 +00:00 |
|
eap
|
46390b4393
|
0020855: [CEA] Problem with ijk algo
* Fix uninitialized gravity center
- gp_XYZ gc;
+ gp_XYZ gc(0,0,0);
|
2010-04-30 06:45:50 +00:00 |
|
eap
|
26a6f60422
|
fix comment
|
2010-03-02 06:47:35 +00:00 |
|
eap
|
9ed3242565
|
0020611: [CEA] Algo lacking when editing MED meshing
* Generate hexahedrons from 2D skin mesh:
+ StdMeshers_HexaFromSkin_3D.cxx
|
2010-02-24 12:46:38 +00:00 |
|