Commit Graph

836 Commits

Author SHA1 Message Date
prascle
f93e9c7865 merge from branch V6_main tag mergeto_BR_SMDS_MEMIMP_29nov10 2010-11-29 13:13:50 +00:00
prascle
7dc40b4c39 merge from V6_main tag mergeto_BR_SMDS_MEMIMP_25nov10 2010-11-29 07:14:27 +00:00
prascle
e910b10186 BR: debug on merge nodes and quadratic mixed operations 2010-11-24 15:31:13 +00:00
prascle
405a5b87ab PR: some more debug 2010-11-22 16:25:35 +00:00
prascle
cde2f08074 PR: debug in progress, still about 30 bugs 2010-11-15 15:09:53 +00:00
prascle
7eead70477 PR: debug autotests in progress, still 41 bugs 2010-11-08 14:48:23 +00:00
prascle
56c2e29961 PR: debug autotests in progress, still 87 bugs 2010-10-25 08:29:59 +00:00
prascle
53a9669e91 PR: debug autotests in progress, still 98 bugs 2010-10-20 15:21:51 +00:00
prascle
a9f0b60709 PR:debug automatic tests in progress 2010-10-15 08:56:06 +00:00
prascle
ca4dd5c709 merge from V6_main 26sep10 2010-09-27 15:13:24 +00:00
prascle
0b7b04d134 PR: some debug with SMESH_TEST grid from branch V6_1_BR 2010-09-10 14:58:23 +00:00
prascle
0314549e56 Notes comment 2010-08-26 12:09:48 +00:00
prascle
ff74c4bc9f merge from tag mergeto_BR_SMDS_MEMIMP_24aug10 2010-08-24 15:51:28 +00:00
prascle
0d9a33c24b time measurement 2010-08-24 14:25:37 +00:00
prascle
4eb3d62127 smds_memimp_joints 2010-07-25 08:13:16 +00:00
prascle
0c16e57723 merge V5_1_4 2010-07-01 16:26:48 +00:00
prascle
a399364c85 PR: downward connectivity 2010-07-01 14:46:31 +00:00
prascle
aa67cc96d7 PR: merged from V5_1_4rc1 2010-05-26 07:13:13 +00:00
prascle
64be032249 PR: debug gui display 2010-05-19 16:07:15 +00:00
prascle
8c1dfe2d90 PR: display submeshes and groups 2010-05-14 12:30:48 +00:00
prascle
e3214b68d2 PR: debug SMDS memimp 2010-05-13 08:07:39 +00:00
prascle
7163ce5c50 PR: debug compact vtkUnstructuredGrid in progress 2010-04-15 15:52:18 +00:00
prascle
9d4adbe924 PR: SMDS refactoring in progress 2010-04-02 13:55:36 +00:00
prascle
3c1d19eebf PR: debug triangles 2010-02-15 16:58:17 +00:00
prascle
faf44b9356 PR: adjust points number 2010-02-01 13:51:19 +00:00
prascle
ea70fb0809 PR: mesh and visu hexa no copy 2010-01-22 15:02:34 +00:00
prascle
256c68c3f9 PR: display hexahedron 2010-01-08 15:53:25 +00:00
prascle
7724b590e3 SMESHDS_Mesh structures 2010-01-06 19:01:21 +00:00
prascle
178d2ef645 ObjectPool and SMDS_Position 2010-01-05 19:11:30 +00:00
prascle
8f66923fb0 PR: temporary 2009-12-18 15:26:39 +00:00
prascle
4bd53ae404 PR: notes 2009-12-17 19:12:30 +00:00
prascle
4c404631f4 PR: compilation gcc 4.4.1 2009-12-17 13:24:58 +00:00
prascle
8bc3c946fb merge from V5_1_3rc5 2009-12-07 16:20:46 +00:00
prascle
fe3703789b PR: test of use of vtk structures in SMDS, first part: only nodes, tested with hexaheddrons 2009-10-12 09:13:38 +00:00
prascle
6cf440ddd4 PR: test of use of vtk structures in SMDS, first part: only nodes, tested only with hexahedrons. 2009-09-24 12:26:05 +00:00
eap
ec71bd93d2 untabify 2009-09-09 06:17:26 +00:00
asl
1f8dc8762c PAL20378 2009-09-04 08:21:40 +00:00
ouv
5ff23c3748 To avoid memory leaks 2009-09-03 08:50:15 +00:00
ouv
bcbdd40a30 To avoid memory leaks 2009-09-03 08:18:11 +00:00
ouv
2c26db46be Removed as obsolete 2009-09-02 10:53:52 +00:00
ptv
2fa6f3c92b remove compilation error on Windows 2009-09-01 06:56:48 +00:00
ptv
8a7fc527d7 remove compilation error on Windows 2009-09-01 03:53:08 +00:00
eap
db647c3bf2 unused variables 2009-08-27 14:09:43 +00:00
eap
30aaa793b9 fix GetSubMesh()
if ( it.More() )
+    {
       index = _myMeshDS->AddCompoundSubmesh( aSubShape, it.Value().ShapeType() );
+      if ( index > _nbSubShapes ) _nbSubShapes = index; // not to create sm for this group again
+    }
   }
2009-08-27 13:58:53 +00:00
eap
7dba98132c fix SetEventListener() for the case of groups 2009-08-27 13:56:40 +00:00
eap
526c49467f 0020108: EDF 852 SMESH : Add examples in projection algorithm doc
Add Projection 1D sample
2009-08-27 13:55:31 +00:00
eap
a04b947563 0020108: EDF 852 SMESH : Add examples in projection algorithm doc
minor changes
2009-08-27 12:41:45 +00:00
eap
e9f50eef1a 0020108: EDF 852 SMESH : Add examples in projection algorithm doc
+<br><b>See Also</b> a sample TUI Script of a
+\ref tui_projection "Projection Algorithms".
+
2009-08-27 12:41:22 +00:00
eap
a483ff55f4 0020108: EDF 852 SMESH : Add examples in projection algorithm doc
+\anchor tui_projection
+<h3>Projection algorithms</h3>
+
+\code
+ ...
2009-08-27 11:56:45 +00:00
eap
037d3f1a0c untabify 2009-08-27 10:45:29 +00:00