eap
|
109378a75d
|
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
more comments
|
2011-08-10 10:05:12 +00:00 |
|
eap
|
55fc6f9383
|
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
+ // Groups. SMESHDS_Mesh is not an owner of groups
|
2011-08-10 10:04:47 +00:00 |
|
eap
|
2ddb295e4a
|
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
- virtual int Extent();
+ virtual int Extent() const;
|
2011-08-10 10:04:00 +00:00 |
|
eap
|
4f20185178
|
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
Move SMESH_Controls.hxx from src/Controls to avoid mutual
dependency between SMESHDS and Controls
|
2011-08-10 09:58:51 +00:00 |
|
eap
|
ec36250a0d
|
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
+ SMESHDS_GroupOnFilter.cxx
|
2011-06-23 12:06:37 +00:00 |
|
eap
|
ac5729075f
|
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
+ SMESHDS_GroupOnFilter.cxx
+ -I$(srcdir)/../Controls
|
2011-06-23 12:06:12 +00:00 |
|
eap
|
77d9e5ae72
|
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
- int GetID (const int theIndex);
+ virtual int GetID (const int theIndex);
|
2011-06-23 12:05:43 +00:00 |
|
vsr
|
2c607013a2
|
Merge from V6_3_BR 06/06/2011
|
2011-06-06 08:15:39 +00:00 |
|
prascle
|
ecea4040f1
|
PR: create flat elements on face groups (ASTER calculations)
|
2011-03-30 15:48:07 +00:00 |
|
prascle
|
bdfc51bda9
|
PR: double nodes and flat elements for ASTER calculations in progress
|
2011-03-12 15:07:47 +00:00 |
|
eap
|
08e8bc3016
|
- cerr << "=========================== myIsEmbeddedMode " << myIsEmbeddedMode << endl;
+ //cerr << "=========================== myIsEmbeddedMode " << myIsEmbeddedMode << endl;
|
2011-03-11 15:32:42 +00:00 |
|
prascle
|
293e2534c0
|
PR: doubleNodesOnGroupBoundaries in progress
|
2011-03-09 08:42:21 +00:00 |
|
eap
|
df50de7d46
|
0021153: [CEA] non regression test fails
Fix RemoveNode() and RemoveElement(): erase only elements
belonging to this sub-mesh
|
2011-02-10 13:31:17 +00:00 |
|
eap
|
7d73daf123
|
0021153: [CEA] non regression test fails
Improve removeFromContainers() by taking into account that now mesh
element knows the sub-mesh it belongs to
|
2011-02-10 13:30:00 +00:00 |
|
eap
|
8b21a624a6
|
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
Make some methods virtual to enable inheriting by StdMeshers_ProxyMesh::SubMesh
+virtual ~SMESHDS_SubMesh()
+void RemoveAllSubmeshes()
|
2011-01-18 10:57:32 +00:00 |
|
eap
|
f409dd5186
|
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
Make const some requiring methods
|
2011-01-18 10:55:54 +00:00 |
|
secher
|
1f7581fe43
|
use vtkIdType to be independant of architecture
|
2010-12-15 10:13:32 +00:00 |
|
prascle
|
2b665e09bb
|
PR: debug imps E3 and E7
|
2010-12-06 16:59:16 +00:00 |
|
prascle
|
7013eafe2d
|
PR: debug split into tetras
|
2010-12-05 22:57:20 +00:00 |
|
prascle
|
43a4d0b5c1
|
PR: debug polygons and merge nodes
|
2010-12-05 19:22:06 +00:00 |
|
prascle
|
2e16ca1281
|
PR: correct some warnings
|
2010-11-30 22:35:24 +00:00 |
|
prascle
|
8fa039a796
|
merge from branch BR_SMDS_MEMIMP 29 nov 2010
|
2010-11-29 13:20:53 +00:00 |
|
vsr
|
d8f644ca3d
|
Merge from V5_1_main branch 24/11/2010
|
2010-11-25 12:44:43 +00:00 |
|
vsr
|
9357f5c870
|
Merge from V5_1_main 14/05/2010
|
2010-05-14 15:32:37 +00:00 |
|
eap
|
3d1a536674
|
protect IndexToShape() from Standard_OutOfRange exception
|
2010-02-15 07:11:44 +00:00 |
|
eap
|
982b910458
|
0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
+ virtual bool operator==(const SMESHDS_Hypothesis& other) const;
+ bool operator!=(const SMESHDS_Hypothesis& other) const { return !(*this==other); }
|
2010-01-22 11:30:28 +00:00 |
|
eap
|
5e7f07d3da
|
untabify
|
2009-12-10 14:52:59 +00:00 |
|
vsr
|
2daa321efa
|
Merge from V5_1_3_BR branch (07/12/09)
|
2009-12-08 13:11:42 +00:00 |
|
eap
|
525249fdfb
|
unatbify
|
2009-09-10 11:06:18 +00:00 |
|
eap
|
7e8c1c603d
|
untabify
|
2009-09-10 07:19:24 +00:00 |
|
jfa
|
4592fecfcf
|
IMP 0020089: Take into account 0D elements (MED_POINT1)
|
2009-07-16 13:33:03 +00:00 |
|
eap
|
b5cb4a64fb
|
0020145: EDF 666 SMESH: Modifications of GEOM groups are not taken into account
In ShapeToMesh(), delete submeshes
|
2009-05-25 11:24:54 +00:00 |
|
eap
|
ea772b0267
|
0020279: [CEA 334] control the "random" use when using mesh algorithms
Use TIDCompare from SMDS_MeshElement.hxx
|
2009-05-19 15:28:40 +00:00 |
|
eap
|
5c372d327f
|
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
+ void SetShape( const TopoDS_Shape& theShape);
|
2009-04-03 14:20:45 +00:00 |
|
jfa
|
0556492614
|
Bug 0016617: Regression in V5.1.1rc3: the groups are not generated.
|
2009-03-19 14:41:11 +00:00 |
|
eap
|
a84fe0415c
|
0020213: RadialPrism_3D_4 failed on V5_1 64 bits
0020214: Project_2D_4 failed on V5_1 64 bits
different ways of removing deleted and alive elements from submesh
|
2009-03-12 09:47:59 +00:00 |
|
eap
|
e3ca5591ac
|
0020206: EDF SMESH 987: Netgen1D2D3D +submesh
don't create ordinary submeshes for compounds
|
2009-03-11 14:55:05 +00:00 |
|
eap
|
59b7f3d704
|
0020200: EDF SMESH 983: changing algo of a mesh and switching back to original algo leads to different result than original
sort nodes and elements by ID
|
2009-03-10 16:32:02 +00:00 |
|
vsr
|
0635c9fc80
|
Merge from BR_V5_DEV 16Feb09
|
2009-02-17 05:27:49 +00:00 |
|
jfa
|
79b1ac2b6d
|
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
|
2008-03-07 07:47:05 +00:00 |
|
jfa
|
c63ee099ad
|
Join modifications from branch BR_DEBUG_3_2_0b1
|
2006-06-01 11:39:17 +00:00 |
|
jfa
|
57b43b4d01
|
Join modifications from branch OCC_debug_for_3_2_0b1
|
2006-05-06 08:51:48 +00:00 |
|
jfa
|
4ff5bd6154
|
Join modifications from branch OCC_development_for_3_2_0a2
|
2006-03-13 15:29:49 +00:00 |
|
jfa
|
e83db15137
|
PAL10719: Portability gcc4.0.1. Fix by Erwan ADAM.
|
2005-12-01 13:22:31 +00:00 |
|
eap
|
f7a7942109
|
PAL9022. Improve methods binding nodes to shape, allow binding nodes to solid
|
2005-09-07 04:50:08 +00:00 |
|
szy
|
d9d247d43d
|
Windows porting
|
2005-08-31 10:10:42 +00:00 |
|
szy
|
42c7eb97f9
|
Windows porting
|
2005-08-30 12:57:02 +00:00 |
|
smh
|
c38c10811a
|
SMH: Preparation version 3.0.0 - merge (HEAD+POLYWORK)
|
2005-06-07 13:22:20 +00:00 |
|
mzn
|
ec914f9caa
|
Fix for PAL8380(Can't create a Group of Nodes from a group on geometry).
|
2005-03-15 12:32:15 +00:00 |
|
san
|
92595f0080
|
PAL6825
|
2005-02-07 13:51:15 +00:00 |
|