Commit Graph

457 Commits

Author SHA1 Message Date
eap
54580d9a2a #19026 EDF 21355 - Problem with Belog to GEOM 2020-04-29 19:54:39 +03:00
vsr
0fc0831670 Copyright update 2020 2020-04-15 18:19:44 +03:00
eap
cfa95f0477 IPAL0054631: NETGEN-1D2D3D fails on two adjacent boxes with Viscous Layers
Bug reported in https://www.salome-platform.org/forum/forum_14/64297494#556145973
2020-03-27 22:43:20 +03:00
eap
896ab9bad6 small optimization 2020-03-18 19:02:52 +03:00
Pascal Obry
c9c3fe8924 Porting to ParaView 5.8 2020-03-11 14:37:59 +03:00
eap
b3f2b68fc2 #18782 EDF 20946 - Free nodes with biquadratic 2020-03-02 21:07:59 +03:00
vsr
6472eab132 Merge branch 'occ/shaper2smesh' 2020-02-21 17:00:22 +03:00
eap
13b3c4bbb9 Fix regression of smesh/bugs_13/N3 (Body Fitting) and SIGSEGV at killSalome.py 2020-02-21 13:47:31 +03:00
eap
650885c135 #17237: Body fitting on sub-mesh, #16523: Treatment of internal faces 2020-02-14 18:47:13 +03:00
eap
93781217ab #16479 [CEA 12950] ViscousLayers hypothesis and periodic condition 2020-02-05 16:05:45 +03:00
rnv
e374376aa6 bos #18641 [CEA 18636][Windows] SMESH_MeshersList environment variable separator 2020-01-29 15:02:42 +03:00
eap
5dcb2f2b46 #17845 [EDF] Modifications of Automatic meshing 2020-01-24 19:09:38 +03:00
eap
d2681a122c #17927: EDF 20035 - perfs of mesh creation 2020-01-10 14:33:42 +03:00
vsv
00b30e0d6c Replace shape in Mesh object 2019-12-27 16:22:48 +03:00
rnv
70d591791d Fix compilation errors (OCCT-7.4.0) 2019-12-17 22:19:27 +03:00
eap
abf6641b14 #18097 [CEA] Mesh group not updated in the view after a compute with other hypotheses 2019-11-12 19:04:18 +03:00
eap
8fc0f4f355 #17956 [CEA 17925] COMPERR_OCC_EXCEPTION 2019-11-08 16:55:05 +03:00
eap
2cc662ea28 #17828 [CEA 17805] Polyhedron Mesh volume calculation and volume orientation criterion
1) Fix BadOrientedVolume criterion to detect invalid polyhedrons
  2) Fix SMESH_MeshEditor::Reorient() to correct orientation of polyhedron facets
2019-10-15 21:25:46 +03:00
vsr
b14a10d622 #17695 - SMESH build/ TopoDS_Shape compilation issue 2019-09-17 17:30:08 +03:00
eap
2c751a0edd #17636 [CEA 17369] Extrusion by normal: along average normal option issue 2019-09-06 19:02:21 +03:00
eap
2954414714 #17336 [CEA 17333] Mesh offset generates a segmentation violation 2019-09-03 15:47:17 +03:00
eap
9de03403fe #17328: EDF 20043 - Submeshes 2019-09-03 14:29:31 +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
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
b718a7cc45 IPAL54585: Extrusion 3D algo fails with "OCC exception. Standard_NoSuchObject: NCollection_DataMap::Find" error 2019-07-01 13:44:54 +03:00
eap
f0f37f1fc7 #16914: EDF 19401 - Wrong quadratic mesh (bis)
- don't force3DOutOfBoundary() for quadrangles and hexahedrons
- don't force3DOutOfBoundary() for bad-shaped tetras
2019-05-14 17:11:13 +03:00
eap
eacfc191eb #16914 EDF 19401 - Wrong quadratic mesh (bis)
Bug: SetEventListener() not called when a sub-algo assigned
2019-05-07 13:30:06 +03:00
eap
ce56cca517 #16843 EDF 19340 - wrong quadratic mesh 2019-04-18 21:34:39 +03:00
eap
0743fa8f5f IPAL54529: [CKD]: Hexahedron(ijk) fails on a composite block if Viscous Layers assigned 2019-04-18 20:33:45 +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
1fb3ff621a #16648 [CEA] RadialQuadrangle algorithm hypothesis change requires a Clear Mesh Data beforehand 2019-03-25 18:50:14 +03:00
eap
63d5619b14 #16609: EDF - mesh computation : strange behavior
Fix pattern mapping to a face with hole

+
1) Optimize ElementsOnShape::Classifier::Init()
2) Optimize SMDS_VtkCellIterator (replace vtkIdList by std::vector)
3) Prevent SIGSEGV upon Compute() after base mesh removal
2019-03-15 21:29:39 +03:00
eap
0bbec902ba #16648. + Update icons 2019-03-05 20:01:00 +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
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
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
eap
1aaacad698 #16559 EDF - Changes to the Concatenate function: non regression test fails
fix group management
2019-02-13 16:26:17 +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
01fd9fd76a Compilation error in SMESHGUI_ExtrusionAlongPathDlg 2019-01-17 18:21:35 +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
fc9c05a33c 23611: EDF 11012 - Force Z coords to 0 2018-11-22 19:29:38 +03:00
eap
1dadb7d2e2 [GPUSPHGUI] #511: Spheric2 with dynamic boundaries - Mesh offset failed 2018-11-22 15:35:17 +03:00
eap
fb97845ce9 23630: EDF 18157 - Problem of meshing
+ replace deprecated std::auto_ptr
2018-11-19 17:14:59 +03:00
eap
8dc55ee0b7 PAL0023627: [IMACS] ASERIS: project point to the mesh
correct order of elements if the poly-line
2018-11-09 19:12:07 +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
Paul RASCLE
328926550c Merge branch 'master' into pre/medCompatibility 2018-10-12 16:35:40 +02:00