mpv
2b3c553f4f
Implementation of Groups support by the SHAPER-STUDY module
2019-12-30 17:13:29 +03:00
vsv
c2a62ff550
Improve ReplaceShape interface
2019-12-27 18:26:04 +03:00
vsv
00b30e0d6c
Replace shape in Mesh object
2019-12-27 16:22:48 +03:00
mpv
c56d066c64
Implementation of the automatic breaking the link if the shape is modified or deleted
2019-12-19 18:24:56 +03:00
eap
fa9f8a6224
LOT7: fix compilation at med_int==int64
2019-12-19 16:34:19 +03:00
rnv
70d591791d
Fix compilation errors (OCCT-7.4.0)
2019-12-17 22:19:27 +03:00
mpv
b6155253f8
Fixes for SMESH working with SHAPERSTUDY
2019-12-17 14:37:02 +03:00
vsv
c7e6dcf72a
Modification of SMESH_Gen interface
2019-12-09 16:09:31 +03:00
vsr
5166ed186f
#17959 [CEA 17951] MG-HEXA segments MIN/MAX parameters not saved: 9.3.0 and in 9.4.0 + max_memory
2019-11-08 16:35:08 +03:00
eap
db1df018eb
BUG: mesh.Append( nodeGroup ) adds nodes twice
2019-11-05 22:00:23 +03:00
eap
d52c607e29
#17799 EDF 20211 - Problem with exporting to GEOM
...
Find existing sub-shapes by name and by ids
2019-10-30 14:53:36 +03:00
eap
54d95073e1
IPAL54157: Empty bounding box of a non-empty mesh
2019-09-04 20:50:22 +03:00
eap
2954414714
#17336 [CEA 17333] Mesh offset generates a segmentation violation
2019-09-03 15:47:17 +03:00
eap
a4f06a3d9d
IPAL54452: Compact mesh after merge operations
...
Don't use elem IDs at UNV and DAT export to avoid gaps in numeration
2019-08-29 16:19:25 +03:00
eap
fad0945128
Typo fixes by Kunda
...
https://salome-platform.org/forum/forum_9/495080934
2019-08-27 14:48:19 +03:00
eap
db6f1785f5
54416: Extrusion 3D algo is not applicable to a prismatic shape
...
Fix for the case of non-manifold internal faces
+
1) Fix SMESH_Actor for coloring using custom 1D functor
2) Improve some doc images
2019-08-23 16:16:29 +03:00
eap
f65b9b8b24
IPAL54425: Quadrangle mapping fails on a quadrangle face with a seam
...
Issue reported in https://www.salome-platform.org/forum/forum_10/984373499
+
1) Fix a bug in Python dump
2) Expose corners in Quadrangle Param gui
2019-08-05 20:02:26 +03:00
eap
0146a69d82
IPAL54585: Extrusion 3D algo fails with "OCC exception. Standard_NoSuchObject: NCollection_DataMap::Find" error
...
Issue (2) with Geometric Progression reported in
https://www.salome-platform.org/forum/forum_10/976643804#300891023
Fixed in StdMeshers_Prism_3D.cxx
+ Minor changes:
1) SMESHGUI_PreVisualObj::myMesh in now SMESHDS_Mesh*
2) TPythonDump::DumpArray is now public method
3) In StdMeshers_FixedPoints1D, make args of Set*() methods const
4) Install SMESHGUI_PreVisualObj.h
5) Make StdMeshers_QuadrangleParams::SetCorners() available via CORBA
2019-08-02 18:14:14 +03:00
eap
a87bde2a08
IPAL54529: Hexahedron(ijk) fails on a block with composite sides if Viscous Layers assigned
...
+ In Create Mesh dialog define enabled tabs by SMESH_Algo::IsApplicable( shape )
+ Extract SMESH_Indexer from StdMeshers_HexaFromSkin_3D.cxx
2019-07-12 15:15:38 +03:00
eap
bb1e4b11d8
#17096 [CEA 16891] SMesh::CopyMeshWithGeom : discrepeancies in copied groups volumes.
2019-07-11 18:42:52 +03:00
eap
1732ea91c4
#17085 [CEA 17030] Warning sub-mesh with Extrusion 3D
2019-07-01 21:45:44 +03:00
eap
b8a546c91f
#16866 : [CEA 13186] smesh Exception during hypothesis creation
...
Show more information on error occurred.
2019-05-15 16:40:17 +03:00
eap
8a0ae20732
Fix CRASH after mesh.RemoveGroupWithContents( group_of_other_mesh )
2019-04-08 13:40:11 +03:00
eap
734c82522e
Fix typo by Kunda
...
https://www.salome-platform.org/forum/forum_9/253019360
2019-04-08 13:38:22 +03:00
eap
ee0db2f237
54524: [FORUM]: Export in STL work wrong' issue
2019-04-01 18:39:56 +03:00
rnv
a9af195d40
Fix for '54524: [FORUM]: Export in STL work wrong' issue.
2019-04-01 12:31:32 +03:00
eap
e9abd0b9b5
WIN: Dump Study fails
...
Reason: decrement iterator on an empty list
2019-03-29 16:46:47 +03:00
eap
5e337ede0d
#16755 [CEA 16749] Merge nodes generates fatal error if selection is disabled
2019-03-28 18:22:44 +03:00
eap
d2203f18e1
#16748 EDF 19207 - no change priority with submesh
2019-03-28 16:18:54 +03:00
eap
90538c5190
54522: Compound Mesh: bad groups with meshToAppendTo provided
...
Fix SMESH_Gen_i::ConcatenateCommon()
+ #16469 : MakeSlot - add split faces to groups of initial faces
2019-03-27 14:51:54 +03:00
eap
341e363240
IPAL54521: [TC-9.3.0]: Mesh information: Additinal Info tab: 'Compute' button for size doesn't work
...
Add SMESH_GroupOnFilter::IsUpToDate()
Redefine SMESH_GroupOnFilter::IsMeshInfoCorrect()
2019-03-22 13:32:28 +03:00
eap
d2248790d7
#16648 [CEA] RadialQuadrangle algorithm hypothesis change requires a Clear Mesh Data beforehand
...
+
1) Optimize FreeEdges::IsFreeEdge()
2) Fix SMESH_MeshEditor::FindFreeBorder() for the case of multi-continuation
3) Improve Mesh.GetLength() to accept groups and list of IDs
2019-03-05 19:35:52 +03:00
rnv
fa49d0ce94
Close HDF data set.
2019-02-28 20:11:53 +03:00
eap
6ca4db2d7c
Fix SALOME_TESTS/Grids/smesh/imps_09/K0
...
Fix Triangulator for the case of self-intersecting but valid polygon
+ some fixes for #16469
1) ElementsOnShape: fix too high octree of classifiers in case of large tolerance
2) SMESH_MeshEditor::SewFreeBorder() SIGSEGV on over-constrained elements
3) Project(): adjust radius to avoid checking too many elements
4) Protect SMESH_Gen_i::Compute() from CORBA error in case of a removed mesh
5) smeshBuilder.Mesh.FindCoincidentNodesOnPart() - fix for a case of ID list
2019-02-22 21:17:20 +03:00
eap
a30f2699f0
#16526 EDF 18698 - Problem when loading a dumped script
...
take into account an argument added to Concatenate()
2019-02-14 15:34:14 +03:00
vsr
6d32f944a0
Update copyrights
2019-02-14 15:33:05 +03:00
eap
27c94e830e
#16578 EDF - Scibian - ViscousLayer / SIGSEGV
2019-02-14 14:22:06 +03:00
Paul RASCLE
4cd676f92c
add a comment in dump for the disabling of publication in study
2019-02-12 15:09:03 +01:00
eap
cc85955178
23636: EDF 18217 - Problem when suppressing CAD
...
+
1) optimize standalone group filling
2) fix regressions caused by adding FT_Length3D
2019-02-04 14:32:58 +03:00
rnv
bf5b170186
Fix for "23678: [CEA 13186] messages in the python window" issue.
2019-01-30 19:50:05 +03:00
eap
9a3f7d877e
0023614: EDF 16256 - Coordinates of a group
2019-01-28 15:04:53 +03:00
eap
401b2a2e54
23620: EDF 10301 - Completing Extrusion along a path
...
Add scale factors to Extrusion along line
Add angles to Extrusion along path
2019-01-24 18:28:24 +03:00
eap
64680c27c1
23617: EDF 14133 - Complete Merge Nodes / Merge Elements operations
...
+
1) fix bug that SMESH_MeshEditor::DoubleElements() can't duplicate all
elements if they are of different dimension
2) Add QString GetName( Handle(SALOME_InteractiveObject)& ) that gets
missing name from SObject.
2019-01-18 21:31:22 +03:00
eap
09bc0414c9
23627: [IMACS] ASERIS: project point to the mesh and create a slot
...
1) Enable appending to an existing mesh via smesh.Concatenate() (compound mesh)
2) Enable filtering a mesh part: Filter::GetElementsIdFromParts( ListOfIDSources )
3) Add ElementType arg to SMESH_Mesh::GetNodeInverseElements()
4) Add Mesh.Get1DBranches( edgeIDs )
5) Define a default Z med tolerance
6) Update ElementsOnSurface upon SetTolerance()
7) Change group management to have group ID persistent
8) Extract SMESH_PolyLine.cxx from SMESH_MeshEditor.cxx
9) Enable Min Distance measure for node-element and node-object
10) Fix SMESH_MeshAlgos::GetDistance( XYZ, face )
11) Extract SMESH_MeshAlgos::Intersector from SMESH_Offset.cxx
12) Enable optimization in SMESH_MeshAlgos::Triangulate
13) Add mestods Mesh.GetEngine() and Mesh.GetGeomEngine()
2019-01-17 15:53:49 +03:00
eap
2644464cc2
23653: [CEA] SMESH compilation failure: Ubuntu 16 : isnan
2018-12-19 17:58:28 +03:00
eap
212d923cf8
23619: EDF 18055 - Detection of sharp edges (note 0022724)
2018-12-05 15:05:57 +03:00
eap
48b83422af
IMP 23612: EDF 14143 - Compute angle from 3 points
2018-11-29 17:31:43 +03:00
eap
7b4c10fd0e
23619: EDF 18055 - Detection of sharp edges
2018-11-27 17:21:06 +03:00
eap
fc9c05a33c
23611: EDF 11012 - Force Z coords to 0
2018-11-22 19:29:38 +03:00
vsr
13d0dc562d
0023636: EDF 18217 - Problem wen suppressing CAD
...
- Avoid crash on activating SMESH module after source geometry removal
2018-11-22 15:58:01 +03:00
eap
441a2df90c
PAL0023627: [IMACS] ASERIS: project point to the mesh
...
Algorithm of poly-line construction modified to enable specifying
arbitrary points serving as end points of the poly-line segment.
2018-11-09 13:28:18 +03:00
eap
858b4bff64
PAL0023627: [IMACS] ASERIS: project point to the mesh
2018-11-07 18:02:19 +03:00
eap
6eba85f740
23608: [EDF] HYDRO: crash when compute copied mesh
...
23609: [EDF] HYDRO: wrong warning appears
23607: [EDF] HYDRO: Copy mesh with geometry - problems of Copy elements
2018-10-19 15:09:48 +03:00
eap
a001da2228
23607: [EDF] HYDRO: Copy mesh with geometry - problems of Copy elements
2018-10-17 18:25:35 +03:00
eap
e9c5d169fa
23605: [EDF] HYDRO: parent mesh for Copy mesh with new geometry
...
23606: [EDF] HYDRO: Help for option Copy mesh with new geometry is absent
2018-10-17 17:35:08 +03:00
eap
f4dd52ae3d
Typo and whitespace fixes by Kunda
...
http://www.salome-platform.org/forum/forum_9/454200149#834683007
2018-10-15 15:27:16 +03:00
Paul RASCLE
328926550c
Merge branch 'master' into pre/medCompatibility
2018-10-12 16:35:40 +02:00
eap
6c8b26afa5
23586: [EDF] HYDRO: Copy mesh to new geometry
...
Add a sample script
+ remove line numbers from codes in docs
2018-10-12 17:25:16 +03:00
Paul RASCLE
90761b482c
MED write/append with a lower major version of MED file format: second step
2018-10-09 15:06:17 +02:00
Paul RASCLE
9cef4666a1
introduction of MED write/append with a lower major version of MED file format (hdf5 >= 1.10.2 needed)
2018-10-08 16:31:40 +02:00
eap
807d754b0e
23586: [EDF] HYDRO: Copy mesh to new geometry
...
fix highlighting at mesh computing
2018-09-18 17:38:32 +03:00
eap
6df8817c1a
23586: [EDF] HYDRO: Copy mesh to new geometry
2018-09-17 22:24:36 +03:00
rnv
c5f8cda9bf
SALOME 9.1.0 Windows version
2018-09-07 15:00:24 +03:00
vsr
8c67d06369
Each SMESH engine should publish its data in a study in a separate SComponent
2018-09-03 16:33:12 +03:00
eap
14866e6309
Fix Python dump of ExportPartToMED()
2018-09-03 14:52:55 +03:00
eap
5552aec787
Regression: mesh objects are not deleted => memory leaks
2018-08-31 15:35:57 +03:00
eap
2f529dcd26
54355: 'Compute' button is absent for 'Number of the double nodes' value in 'Mesh Information' dialog in 'Quality Info' tab.
...
+ fix regression of QuadFromMedialAxis
+ fix invalid icon of sub-mesh on wire (SMESH_subMesh_i.cxx)
2018-08-22 20:46:26 +03:00
eap
aa574473cf
Fix some tests regressions
...
+ time optimization of ex12_grid17partition.py
2018-08-21 15:06:54 +03:00
eap
35012b0a3d
Fix mixed Python dump of a new and a closed study
2018-08-01 18:41:11 +03:00
Paul RASCLE
a8d98187a5
Revert "allow utf-8 variables names in Python dump"
...
Needs a more in depth analysis...
This reverts commit 50b5fac2a8
.
2018-07-27 17:44:09 +02:00
Paul RASCLE
c600d3a4e7
Merge remote-tracking branch 'origin/master'
2018-07-26 19:36:06 +02:00
Paul RASCLE
50b5fac2a8
allow utf-8 variables names in Python dump
2018-07-26 19:35:16 +02:00
eap
9133087aaa
ASERIS: Return a group from FillHole()
...
+
1) Minor doc imp
2) Fix a bug that some filters can't work with SMESH::ALL element type
3) Fix an icon of imported meshes
2018-07-26 13:38:58 +03:00
Paul RASCLE
3785fda32c
Merge remote-tracking branch 'origin/master'
2018-07-19 09:14:10 +02:00
eap
fe4d201b78
IPAL54414: MED file info is not persistent
2018-07-18 18:15:22 +03:00
Paul RASCLE
e330934ca6
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/smesh
2018-07-18 15:51:52 +02:00
Paul RASCLE
c58add1af5
debug exporting MED files, adding meshes, different MED versions...
2018-07-18 15:51:37 +02:00
eap
ba0f425284
23566: EDF 17146 - Problem with viscous layer
2018-07-17 16:21:24 +03:00
eap
78a29bb103
fix script SALOME_TESTS/Grids/smesh/bugs_00/A3
...
prevent publishing, that was forbidden
2018-07-16 19:01:43 +03:00
Paul RASCLE
49ff23c94f
reintroduction of choice of MED minor version when exporting MED files
2018-07-13 16:23:54 +02:00
eap
1b80c8bc60
Restore change of mesh icon depending on its status
...
now icons are updated on the engine side
+ Remove deprecated smesh.py
2018-07-10 17:41:10 +03:00
eap
074862c213
23570: EDF17299 - Problem with filters
...
+ fix persistence of Group on Filter
+ minor fix of docs
2018-06-29 16:38:39 +03:00
eap
f816f204d3
Typo-fix by Kunda
...
http://www.salome-platform.org/forum/forum_9/625363577
2018-06-25 14:38:55 +03:00
eap
24412178e1
Typo-fix by Kunda + fix user doc generation
2018-06-19 19:58:29 +03:00
eap
c704eadf04
IPAL54401: Offset dialog bug
2018-06-19 14:00:57 +03:00
rnv
b7a7d49664
Merge V9_dev branch into master
2018-06-14 14:56:19 +03:00
vsr
f513b3c72c
Merge branch 'V8_5_asterstudy'
2018-05-31 17:16:47 +03:00
vsr
9374764094
0023546: [EDF] AsterStudy: add a method to Python API to show/hide orientation vectors of faces
...
+ Redesign SMESH GUI Python API (libSMESH_Swig)
+ Add a lot of new methods to manage visualization attributes and properties of mesh presentations
2018-05-31 14:00:24 +03:00
eap
67312ab966
Fix Redesign of SMESH documentation
2018-05-25 20:04:48 +03:00
eap
0d2a992178
23549: [EDF] PIGUI: Script with dumped study uses undefined filters in GroupOnFilter.
2018-04-23 14:03:45 +03:00
eap
88a6b8d690
IPAL54382: TC8.5.0: SMESH: Regression in mesh visualization (body fitting)
2018-04-19 18:33:40 +03:00
eap
bfd1d67c06
54381: TC8.5.0: SMESH: Regression reading HDF files
2018-04-17 16:48:30 +03:00
eap
4c16067d42
23418: [OCC] Mesh: Minimization of memory usage of SMESH
2018-04-05 15:08:14 +03:00
Paul RASCLE
f6825d8431
Merge remote-tracking branch 'origin/master'
2018-03-15 15:07:08 +01:00
rnv
f0354b9d84
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/smesh
2018-03-12 16:58:23 +03:00
Paul RASCLE
77b01c6a80
Merge remote-tracking branch 'origin/master'
2018-03-12 14:10:52 +01:00
eap
09607afb27
[GPUSPHGUI] fix errors relating to eCustomControl + offset
...
+ Fix SMESH_Gen_i::Concatenate()
2018-03-07 13:47:57 +03:00
Paul RASCLE
776a610c84
Merge remote-tracking branch 'origin/master'
2018-03-06 11:35:08 +01:00
rnv
97889f80ac
Migration to OpenCASCADE CMake configuration
2018-03-05 18:56:23 +03:00
eap
30628bd54b
typo-fix by Kunda
...
http://www.salome-platform.org/forum/forum_9/975195177
2018-02-27 14:23:35 +03:00
Paul RASCLE
5c49d3d8ef
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/smesh
2018-02-19 16:29:01 +01:00
Paul RASCLE
cc0ac1b47c
message 'unknown exception' while several mesh in parallel is not relevant
2018-02-19 16:28:43 +01:00
eap
89b15cd78e
23525: EDF16278 - Perf of concatenation of meshes
2018-02-19 17:24:51 +03:00
eap
47e876676d
Fix regression of doc/salome/examples/transforming_meshes_ex11.py
2018-02-19 13:30:58 +03:00
Paul RASCLE
7a8c011e49
Do not unregister in Publish: random problems when meshing in parallel (yacs foreach) in distributed python scripts
2018-02-16 15:45:19 +01:00
eap
3a821b48ba
GPUSPHGUI: add Offset transformation
2018-02-09 22:41:01 +03:00
rnv
7a3ecab720
Merge 'master' branch into 'V9_dev' branch.
2018-01-18 19:31:08 +03:00
eap
c656333fb4
IPAL54364: Add Gravity Center measurement
2018-01-15 17:20:17 +03:00
rnv
7a713be33b
Merge eap/23491 branch.
2018-01-15 15:48:20 +03:00
rnv
10191484fe
Merge changes from 'master' branch.
2017-12-29 16:20:32 +03:00
eap
04f9972521
Typo-fix by Kunda
...
http://www.salome-platform.org/forum/forum_9/22126441
2017-12-28 14:28:17 +03:00
Sergey KUUL
41bd7f7364
porting to next version of OCC
2017-12-20 11:05:27 +03:00
rnv
985eaf1925
Merge ASERIS development.
2017-12-19 18:56:16 +03:00
rnv
9d296302bc
Merge branch 'eap/23514'
2017-12-14 18:04:38 +03:00
rnv
90e0893c89
Merge V8_4_BR branch.
2017-12-13 12:18:31 +03:00
eap
de56eb6c9f
typo-fix by Kunda
...
http://www.salome-platform.org/forum/forum_9/621049380
2017-12-05 14:47:35 +03:00
eap
ccb5e3c25b
23514: EDF 16031 - SMESH freezes
...
Optimize loading a study with multiple mesh groups
2017-11-30 19:51:51 +03:00
eap
05318c85be
typo-fix by Kunda + minor changes
2017-11-28 14:15:48 +03:00
eap
50d4798371
23491: EDF 15591 - Duplicate Elements / Nodes
...
Make AffectedElemGroupsInRegion() universal, make it available in Duplicate dialog
2017-11-14 21:15:33 +03:00
eap
54d669640d
GPUSPHGUI: add FillHole() operation
...
which is needed for NETGEN 2D remesher
2017-10-17 16:18:05 +03:00
Nicolas
f4da288f5a
[V84] Fix conflict netgen / netgen contrib in GMSH
2017-10-16 10:53:11 +03:00
eap
05a257d4f4
Add "Deflection 2D" quality control
...
for GPUSPHGUI project
2017-10-12 19:52:03 +03:00
Paul RASCLE
51760fb76f
choice of MED format, minor version, for backward compatibility
2017-09-29 11:47:51 +03:00
vsr
9d73526fbc
Clean-up deprecated OCCT-related code
2017-09-25 16:12:08 +03:00
Paul RASCLE
0cba9cf88f
fix creation of biquadratic pentahedron from menu add element
2017-09-19 10:00:05 +02:00
Paul RASCLE
30ce546b0c
Merge branch 'master' into pre/penta18
2017-09-15 11:15:53 +02:00
Paul RASCLE
2077baef82
introduce biquadratic quadratic pentahedron (18 nodes)
2017-09-08 17:10:31 +02:00
eap
291fbe554b
23476: EDF 15343 - Translate mesh
...
pb: a group on filter is not updated since the mesh is not marked as modified
2017-09-07 19:14:02 +03:00
eap
223c5b7f5d
IPAL54303: CGNS export problems
2017-08-25 16:45:03 +03:00
vsr
d3e1cabf77
0021803: EDF 2351 : Available versions of MED in TUI function ExportMED aren't consistent with GUI behavior
2017-08-23 13:34:09 +03:00
rnv
8a9d91b414
Merge branch 'master' into V9_dev
2017-07-20 12:00:49 +03:00
rnv
bd7477efc2
Merge Python 3 porting.
2017-06-27 19:23:43 +03:00
eap
7647033197
54250: Wrong group contents after SplitQuad()
...
+ fix a bug that in Split Quadrangles dialog it's impossible to add a
quadrangle from a group
2017-06-23 15:08:46 +03:00
rnv
264eeb2edd
Merge multi-study removal branch.
2017-06-13 13:01:10 +03:00
Gilles DAVID
90f8a73955
Porting Python3: Encode URL
2017-06-06 14:33:13 +02:00
rnv
bf9ebfec9f
Python3 porting: python3 instead python and deepcopy.
2017-06-01 17:07:32 +03:00
rnv
21c9336a4d
Python3 porting: adoptation SMESH dump python functionality.
2017-05-31 18:15:36 +03:00
eap
f8875d6392
23437: EDF 14551 - mesh groups missing
2017-04-24 18:32:48 +03:00
eap
e5b4cc5b6e
23437: EDF 14551 - mesh groups missing
2017-04-24 17:24:35 +03:00
eap
096485adbe
IPAL52499: Prismatic mesh is not computed on a prismatic shape
2017-04-17 15:42:28 +03:00
eap
69aa7507f2
23427: [CEA 2073] No hypothesis "Viscous Layers" with Netgen 1D-2D-3D
...
Add GetElementsByNodes() that return elements including all given nodes.
2017-04-12 16:55:16 +03:00
eap
88d37b48bd
23258: [CEA 1804] Do not merge the middle nodes of quadratic elements
...
Fix Python dump and compilation on Debian-7
2017-03-15 13:22:02 +03:00
eap
9dd045b97c
23258: [CEA 1804] Do not merge the middle nodes of quadratic elements
...
Add AvoidMakingHoles argument in MergeNodes()
+ Save mesh name in STL file
+ Fix binary STL export after change of sizeof(Standard_Boolean)
+ Add Import menu to mesh component popup
2017-03-14 15:43:27 +03:00
eap
b3c311b4d9
Re: Patch modules/smesh.git for Doxygen typos/grammar + misc. typos
...
http://www.salome-platform.org/forum/forum_10/652417125/447386016
2017-03-02 21:41:15 +03:00
eap
e74c29b786
Patch modules/smesh.git for Doxygen typos/grammar + misc. typos
...
http://www.salome-platform.org/forum/forum_10/652417125
2017-03-02 19:51:35 +03:00
eap
5d0b75d9d1
23413: [CEA 2025] bug SMESH orientation
...
Add a flag to MED driver to make all element belong to some group
2017-02-15 19:34:55 +03:00
vsr
21af9b3a2c
Patch for MacOS (from SALOME forum)
2017-01-20 15:50:46 +03:00
eap
41b3e44333
Remove useless MESSAGEs
2017-01-13 13:39:13 +03:00
eap
b2eb2c3cef
IPAL53870: Dump study script creates an excess sub-mesh
...
+ Allow Quadratic Mesh hypothesis on sub-meshes for http://www.salome-platform.org/forum/forum_14/325180606/861648983
+ Remove unfeasible controls from Mesh Element Info
2016-12-27 18:55:29 +03:00
eap
cf7328b78f
IMP23369: [CEA 1513] compute a mesh using an already existing mesh with MG-CADSurf
...
Enable computing a mesh w/o geom with 2 algos
2016-12-16 19:17:51 +03:00
eap
e64112ab22
23336: [CEA 1940] Crash when editing a skin mesh generated by MG-Cleaner
2016-11-28 17:47:32 +03:00
eap
24b702afda
23336: [CEA 1940] Crash when editing a skin mesh generated by MG-Cleaner
2016-11-28 17:06:48 +03:00
skv
7235af072c
Fix pb with save/restore GEOM for Debian 6.0
2016-11-24 15:54:21 +03:00
eap
81bd088581
Fix regressions
2016-11-15 19:54:27 +03:00
eap
1c1bbf6798
23315: [CEA 1929] Too much memory used to display a mesh in shading and wireframe
...
Deactivate ID mapping in all DeviceActor's except the pickable one.
The ID mapping needed to show IDs in the Viewer is computed when needed
via VTKViewer_ExtractUnstructuredGrid::BuildOut2InMap()
+ IPAL53796: Clipping related bugs
2016-11-11 15:14:46 +03:00
eap
d2a8dd635e
23382: [CEA 1981] Wrong mesh SMESH test
2016-11-07 15:12:37 +03:00
eap
75d0234b45
IMP 23373: [CEA 1170] Optimization of a 3D mesh using MG-Tetra
...
SMESHGUI_* - treat an algo that can work w/o geom only
+ fix a crash at mesh modif just after visualization
SMDS_* - assure that grid->Links exist before grid->InsertNextLinkedCell()
2016-11-03 18:55:09 +03:00
eap
189e207e89
23365: [CEA 1938] Export med from a xao file fails
...
Support multiple components
2016-10-25 17:48:54 +03:00
eap
eef0bf5cc7
23315: [CEA 1929] Too much memory used to display a mesh in shading and wireframe
2016-10-24 18:07:46 +03:00
eap
83b0c984cc
53539: 0D Element
...
1) Extract SMESHUtils/SMESH_ControlPnt.* from Hexotic
2) Minor doc changes
3) fix 53539: 0D Element (SMDS_MeshCell.hxx, SMESHGUI_AddMeshElementDlg.cxx)
4) Regressions
- bugs_06/G9 ( SMESH_DumpPython.cxx, SMESH_PythonDump.hxx )
- bugs_13/N8 ( StdMeshers_Regular_1D.cxx )
2016-08-24 17:04:22 +03:00
eap
7c69e00bac
IMP 23201: Harmonisation of "0D Element" and "0D Elements on Element Nodes"
2016-08-11 20:13:30 +03:00
eap
5c5e1f2368
23303: [EDF 12024] Filter for nodes connectivity
2016-08-11 16:44:16 +03:00
eap
b3cb4c5a57
IMP 23300: [EDF 12865] Independent calculation of sub-meshes
2016-08-01 22:15:36 +03:00
eap
5504d02a22
23305: [EDF 10301] Extrusion with scaling
2016-08-01 15:42:08 +03:00
eap
386c76ea03
Regression of BelongToGeom on Debian-6
...
(SMESH_Controls* )
- Optimize mesh deletion (ObjectPool.hxx)
- Memory leaks (SMESH_Gen_i.cxx)
- Usage of uninitialized vars ( SMESHGUI_MeshOp.cxx )
- Minimize nb of #include in headers (the rest files)
2016-06-29 20:53:22 +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
ef3921b2af
IPAL52980: Wire Discretization with Table density fails
...
fix this problem for all 1D hypotheses (StdMeshers_Regular_1D.cxx)
Bug report: http://www.salome-platform.org/forum/forum_10/636759606
Fix compilation warnings:
- unused function
- missing virtual destructor
- variable set but not used
2016-06-10 20:47:53 +03:00
mpa
e77162f42f
Migration to OCCT 7.0
2016-05-25 18:57:32 +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
eap
f3e2b7fea2
53225: Viscous Layers hyp: problem with selection of input/output faces
...
(StdMeshersGUI_SubShapeSelectorWdg.cxx)
+ Remove useless MESSAGEs
2016-05-11 15:13:17 +03:00
eap
53bd086779
23269: Meshing a composite block with IJK
...
StdMeshers_CompositeHexa_3D.cxx
And more:
1) Avoid creating actors for not shown mesh objects
SMESHGUI_ComputeDlg.cxx
2) Add wait-cursor while group deletion, which can be long on large meshes
SMESHGUI_DeleteGroupDlg.cxx
3) Avoid getting elem types of a new group on filter, which can be long
SMESH_Gen_i_1.cxx
2016-04-14 18:31:42 +03:00
ana
d82557916e
Windows compatibility
2016-04-01 18:48:46 +03:00
eap
57cd3cc565
23068: [CEA 1505] Be able to keep meshing in 2D after having merged the nodes in 1D
...
In SMESH_subMesh::ComputeStateEngine() transform errors into warnings if it is caused by mesh edition
Regression of SALOME_TESTS/Grids/smesh/2D_submesh_00/A7
fix SMESH_subMesh::cleanDependsOn()
Regression of SALOME_TESTS/Grids/smesh/imps_02/C4
fix getSubMeshes() in SMESH_subMesh_i.cxx and use it in all cases
Regression SALOME_TESTS/Grids/smesh/mesh_Projection_2D_01/B1
In StdMeshers_Projection_2D treat coincident nodes in all cases
2016-03-24 20:12:07 +03:00
eap
1a88a8f665
IPAL53011: Order of sub-mesh in meshing process does't work
...
make SMESHGUI_MeshOrderDlg modal
+ add missing filter examples
2016-03-21 15:03:25 +03:00
vsr
7eda9ca931
Copyright update: 2016
2016-03-18 20:10:28 +03:00
eap
1a82677a35
52977: Find Element by Point does not find supporting node of Ball element at group of balls selection
...
+ minor changes in sample scripts
2016-03-17 19:21:24 +03:00
eap
d45cd9ae88
53057: NETGEN-1D2D3D issues "Ignored" warning for faces of a sub-mesh
...
This case also reveals the following bugs:
1) SMESH_MesherHelper::IsReversedSubMesh() incorrectly works on
a coarsely meshed disk
2) Addition of NETGEN-1D2D3D removes already computed faces of a
sub-mesh on a group of FACEs (SMESH_subMesh::cleanDependsOn())
3) Volumes are shown, instead of faces, when displaying a sub-mesh on
a SOLID with only a 2D algo assigned to the sub-mesh (SMESH_subMesh_i.cxx)
2016-03-15 15:59:11 +03:00
eap
a1a6d5ddc1
53103: Mesh visualization performance problem
...
Optimize visualization and mesh loading.
+ fix docs
2016-03-11 16:32:07 +03:00
rnv
27d9294f19
Windows compatibility.
2016-02-24 12:51:57 +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
82a86d922e
53061: "Clear mesh data" removes too many (if !HasShapeToMesh())
2016-02-05 16:51:01 +03:00
eap
5b3023e6cb
Enable splitting bi-quad quadrangles by QuadToTri()
2016-02-03 14:43:37 +03:00
eap
59627b07d7
Fix compilation errors using gcc-5.X relating to explicit stream::operator bool()
...
+ Fix compilation warnings
2016-01-13 16:47:35 +03:00
mpa
14440f4966
INT PAL 0052968: 'Mesh Information' dialog shows incorrect color of group built from geometry. (added a new form for defining color)
2015-12-23 14:00:59 +03:00
eap
a023eb1307
52981: Dump python on MESH module does't work
2015-12-01 16:28:08 +03:00
mpa
aac6ba83a9
INT PAL 0052968: 'Mesh Information' dialog shows incorrect color of group built from geometry (edited)
2015-11-30 13:31:21 +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
a5a9b778aa
IPAL10786: "Edit" is unnecessary functionality for some Mesh hypotheses
...
+ Eliminate compilation warnings
2015-10-29 19:18:36 +03:00
vsr
a4216ec9d0
Enable C++0x/C++11 support
2015-10-29 13:56:02 +03:00
eap
53a4f47393
IPAL52927: SIGSEGV at build compound of sub-meshes.
2015-10-28 19:16:42 +03:00
eap
abe9bd6dff
IPAL52871: Mesh Information dialog shows different number of nodes for group of elements
...
Implement final solution (note 0506775)
2015-10-28 19:15:20 +03:00
ana
7c362c7041
Windows compatibility
2015-10-14 16:38:35 +03:00
eap
512d3547bc
23179: EDF 11603 - Problem with extrusion when path is not well oriented
...
HYDRO module: Feature #523 : river, channel, embankment meshing
2015-10-09 17:47:17 +03:00
eap
67909c435c
IPAL52868: Confusing error message when computing an imported mesh w/o algo assigned
...
IPAL52888: Pattern Mapping fails to load from a face just after study loading
2015-10-05 14:51:57 +03:00
eap
8682ebb1eb
23156: EDF 9626 SMESH: Dump study produces a non-working script
...
52874: List of available groups in 'Group' combo-box is empty for sub-mesh and group.
52871: Mesh Information dialog shows different number of nodes for group of elements
Regression of Grids/smesh/sewing_00/A5
2015-09-25 21:15:51 +03:00
eap
11bba48d41
23081: [CEA 1496] Control merge nodes behaviour: set fixed nodes
...
Change dlg layout by request of http://salome.mantis.opencascade.com/view.php?id=23081#c20415
2015-09-24 19:17:33 +03:00
eap
fd96feab4b
Debug 23078: [CEA 1498] Sewing of meshes without having to set the nodes ids
2015-09-23 17:47:26 +03:00
eap
02ac54c6f3
IMP 23078: [CEA 1498] Sewing of meshes without having to set the nodes ids
2015-09-18 17:10:34 +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
6f7386be59
52863: Convert To Bi-Quadratic incorrectly locate in-face central nodes
...
52865: Wrong order of children under a sub-mesh in the Object Browser
2015-09-08 17:24:05 +03:00