mnt
cdc7526bd1
RNV: Fix compilation error.
2016-06-28 12:29:10 +03:00
eap
911ca90c3d
IPAL53401: BelongToGeom is very long on multiple lines
...
More optimization of octree + parallel update of GroupOnFilter
Remove useless warnings
2016-06-27 20:07:19 +03:00
eap
afb6b35047
IPAL53401: BelongToGeom is very long on multiple lines
...
Use octree of classifiers
2016-06-21 19:42:11 +03:00
eap
373690534a
Minor DOC changes
...
+ Fix compilation warning "variable may be used uninitialized"
2016-05-24 20:37:08 +03:00
eap
65c1beab50
Fix regressions
...
1) 2D_mesh_QuadranglePreference_01/B5 ( StdMeshers_Quadrangle_2D.cxx )
2) viscous_layers_01/B2, B8 ( StdMeshers_ViscousLayers.cxx )
+ Fix compilation warning "variable may be used uninitialized"
2016-05-19 20:50:08 +03:00
vsr
7eda9ca931
Copyright update: 2016
2016-03-18 20:10:28 +03:00
eap
20248b6e76
23237: EDF 12367 - SIGSEGV with Remove group
...
(SMESH_Gen_i_1.cxx)
IPAL53059: Not all solids are highlighted by magenta
(SMESHGUI_ComputeDlg.cxx)
+ remove "using namespace std" from headers
2016-02-15 15:08:20 +03:00
eap
5b3023e6cb
Enable splitting bi-quad quadrangles by QuadToTri()
2016-02-03 14:43:37 +03:00
eap
7d08ac8481
Fix regression of non-regression tests
...
- Coplanar faces filter (SMESH_Controls.cxx)
- Convert to quadratic (SMESH_MesherHelper.cxx)
- Missing Compute item in mesh pop-up in presence of a sub-mesh on compound only (no other algos) (SSMESHGUI_ComputeDlg.cxx)
- set checkAll=False in call of SMESH_Gen::IsApplicable() (smeshBuilder.py)
2015-12-01 14:32:09 +03:00
eap
831ca6c828
IPAL52980: Wire Discretization with Table density fails
...
(StdMeshers_Regular_1D.cxx)
+ Compilation warnings
+ WIN specific errors
(StdMeshers_Adaptive1D.cxx)
2015-11-19 14:29:23 +03:00
eap
07589de92e
IPAL52867: Crash at attempt to create group by 'Color of Group' filter
2015-09-10 20:50:31 +03:00
eap
18e7b9c752
IPAL52860: Free Edges control mis-location and mis-visibility
...
IPAL19098: Confusing "Precision" of "Average Length" implemented for NPAL17873
2015-09-04 16:55:55 +03:00
eap
23d90107ac
0023064: [CEA 1471] Create and support quadratic polygons in SMESH
2015-06-24 12:17:07 +03:00
eap
bb10a2d7a2
52747: Wrong doc page opened from Scalar Bar Properties dialog
2015-05-14 14:58:45 +03:00
eap
e29c1bb636
23050: EDF 10631 SMESH: Nodes outside the plane after ConvertToQuadratic
...
Fix SMESH_MesherHelper::FixQuadraticElements()
Bug: SIGSEGV in Convert To Quadratic after mesh.Clear() if the previous Convert reported a warning
Bug: Group On Filter with BelongToMeshGroup is not updated if refers to a group with BelongToPlane
2015-04-23 17:24:53 +03:00
eap
5c372c1659
22264: EDF 2648 GEOM: Propagate edges automatic orientation
...
PB: chains are built incorrectly in a compound of solids
+ Fix and optimize LyingOnGeom
2015-04-17 18:55:19 +03:00
eap
5ac2bd91a8
22877: EDF 10054 SMESH: Add a new filter "BelongToSmeshGroup" for Create Group
2015-04-14 15:39:28 +03:00
akl
251f8c052d
Copyrights update 2015.
2015-02-13 12:38:36 +04:00
eap
51b0f28786
52609: Geometric progression works wrong with "Reversed edges" option used + Propagation
...
+ BUG: Lying on Geom filetr works wrong with Geom Group
+ BUG: Too long opening of Mesh Info dlg of a small sub-mesh in a large mesh
2015-02-03 13:43:25 +03:00
eap
b13aae09cf
22833: [CEA 1346] to extrude a group of faces following the normal of each face
...
+ Optimize Belong to geom filter
+ Avoid SIGSEGV after re-computing a mesh if showing numbers was ON before
2015-01-23 18:49:49 +03:00
eap
d6b7cb735f
Mesh edit dlg bug: algos are not filtered by shape at mesh edition
...
More bug: "Belong to geom" filter does not find nodes bound to SOLID
2014-11-07 18:07:13 +03:00
eap
333b8ff2fb
22784: EDF 8824 GHS3DPLUGIN: SetEnforcedVertexNamedWithGroup() does not add an extra group
...
SMESH_Controls.cxx: add some protection against SIGSEGV
SMESHGUI_MeshOp.cxx: at mesh edition,avoid selection of a sole existing
hypothesis compatible with an assigned algo
SMESHGUI_Utils.h: make class toStdStr usable.
2014-10-17 18:45:17 +04:00
eap
ac69e1629b
IPAL52478: Too thin viscous layers are constructed
...
+ a fix of Mesh dialog for 22483
+ allow white-space-separated IDs for RangeOdIDs filter
+ docs improved
2014-09-09 18:12:47 +04:00
akl
b0a908c0d2
Update copyrights 2014.
2014-02-20 16:25:37 +04:00
eap
d547ba4db9
more comments
2013-11-15 13:43:38 +00:00
eap
b527115273
22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls
...
1) In ElementsOnShape, particularly treat a case of the box shape, to
speed up classification
2) Move BelongToGeom and LyingOnGeom classes from SMESH_Filter_i.*xx
2013-11-14 09:14:20 +00:00
eap
1f4550c491
22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls
...
Prepare to parallelism
2013-11-13 14:35:36 +00:00
rnv
e33e8e2029
WIN32 compilation of the SMESH module:
...
1) Fix common WIN32 compilation errors.
2) Replace WNT deprecated macro definition by the WIN32.
3) Remove unnecessary test executables.
4) Make MEFISTO2D algorithm optional: try to determine f2c generator and generate C code from Fortran, otherwise MEFISTO2D is unavailable.
2013-10-18 13:29:00 +00:00
rnv
1bd4ba8acd
Porting SALOME SMESH module to the CMake build system: initial version.
2013-10-10 12:57:42 +00:00
vsr
491bee0132
Fix linkage problem
2013-09-12 06:38:25 +00:00
vsr
4d6cb35b78
Merge from V7_2_BR 09/08/2013
2013-08-12 10:50:36 +00:00
inv
128dba9aef
Fix link errors.
2013-07-22 12:55:58 +00:00
eap
cbfe948334
Make ElemEntityType pass nodes through as well
2013-05-28 16:51:03 +00:00
eap
101919845f
0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh
...
+#include "SMESH_MeshAlgos.hxx"
+ class SMESHCONTROLS_EXPORT ConnectedElements: public virtual Predicate
2013-05-16 16:36:26 +00:00
vsr
ae86d2a1ab
Merge from V6_main 12/04/2013
2013-04-12 14:40:29 +00:00
vsr
bd8f1aee7c
Merge from V6_main 01/04/2013
2013-04-01 13:05:47 +00:00
vsr
31ca0b3e3b
Merge from V6_main 15/03/2013
2013-03-15 14:59:29 +00:00
vsr
7aebb99e42
Merge from V6_main 06/03/2013
2013-03-06 13:57:01 +00:00
vsr
9a54694a0a
Merge from V6_main 11/02/2013
2013-02-12 14:37:44 +00:00
vsr
1067ffa6e7
Merge from V6_main 13/12/2012
2012-12-13 11:41:29 +00:00
vsr
f5016d85b7
Merge from V6_main (04/10/2012)
2012-10-08 11:56:59 +00:00
vsr
bd4e115a78
Merge from V6_main_20120808 08Aug12
2012-08-09 10:03:55 +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
6b471bcc54
Join modifications from branch BR_3_1_0deb
2005-12-28 09:17:39 +00:00
smh
5b66adc250
Preparation of 3.1.0a2: version ID. compilation with new HEAD and new MED (with polyhedres)
2005-10-18 14:52:45 +00:00
eap
2875648bdb
IMP 10199 (add Volume Control). Add Volume NumericalFunctor.
2005-10-10 14:40:28 +00:00
szy
42c7eb97f9
Windows porting
2005-08-30 12:57:02 +00:00
jfa
c9c6669fab
Enable setting of Numeric Functors as criteria in Split Quadrangles and Union Triangles functionalities in GUI
2005-08-11 08:06:39 +00:00
enk
05fdecbb6a
Added support for quality control (on polygons) - Aspect Ratio.
2005-08-02 11:13:18 +00:00
smh
c38c10811a
SMH: Preparation version 3.0.0 - merge (HEAD+POLYWORK)
2005-06-07 13:22:20 +00:00
eap
283a9b4f5a
PAL7358. Add BadOrientedVolume predicate
2005-01-21 12:21:36 +00:00
admin
090aff0726
Merge with OCC_development_01
2005-01-20 06:25:54 +00:00
admin
e4737e85f0
Merge with version on tag OCC-V2_1_0d
2004-12-01 10:48:31 +00:00
yfr
baa66acb33
DCQ:prepare 2.0.0
2004-07-20 07:36:59 +00:00
yfr
c3bf92bd87
DCQ : Merge with Ecole_Ete_a6.
2004-06-18 08:34:31 +00:00