Commit Graph

1696 Commits

Author SHA1 Message Date
eap
dcfc66bbfa 23032: EDF SMESH: Projection 1D-2D fails with Netgen 1D-2D
SIGSEGV in optimize mode on Debian
2015-04-15 19:06:17 +03:00
eap
643fd1da5c 023046: EDF SMESH Regression: Field "Compare" in filters is not updated anymore 2015-04-15 15:43:09 +03:00
eap
d547f440f8 IMP 22635: EDF 8345 - Creation of group based on groups
Bug: MAJORITY mode works wrong with triangles

IMP 22877: EDF 10054 SMESH: Add a new filter "BelongToSmeshGroup" for Create Groupe
    Bug: Invalid Python dump
2015-04-14 17:18:18 +03:00
eap
5ac2bd91a8 22877: EDF 10054 SMESH: Add a new filter "BelongToSmeshGroup" for Create Group 2015-04-14 15:39:28 +03:00
eap
b8fd583be5 Regression of 21397: EDF SMESH: a quadrangle face mesh can't be projected to a cylinder
+ 52675: Viscous Layers construction fails with certain hypotheses
    Fix normal to be well visible from all faces -> thickness reaches 0.0007
2015-04-09 21:07:54 +03:00
eap
80e28740d3 23036: [CEA 1459] Regression projection 1D2D
+ Fix Pb: SIGSEGV in StdMeshers_Prism_3D::IsApplicable() on the shape of 23036
+ Fix Pb: "Projection 3D" algo is available in Create mesh dlg on the shape of 23036
+ Add debug trace in case of exceptions in IsApplicable()
+ Fix 52667: SIGSEGV at attempt to create mesh without Geometry when setting hypothesis
2015-04-07 20:39:18 +03:00
eap
a713f0b919 23032: EDF SMESH: Projection 1D-2D fails with Netgen 1D-2D
+ 22792: EDF 8159 SMESH: Multi-dimensional extrusion/extrusion along a path/revolution
   1) Enable selection of sub-meshes on groups
   2) Fix preview that was not shown

+ In SMESHGUI/CMakeList, remove includes that never need not be included
2015-04-06 21:07:26 +03:00
Florian BRUNET
2d88c4add1 Typo correction about the Mantis issue 0022483: Define several 3D viscous layer hypotheses on the same Geometry. 2015-04-03 16:51:09 +02:00
eap
c1754b24c3 23033: EDF 10568 SMESH: wrong header when exporting 2D to gmf
Write 'MeshVersionFormatted 2' instead of 'MeshVersionFormatted 3'
  though '3' is strongly recomended by libmesh manual


+ IPAL52653: Some quality controls does not work (SIGSEGV)
2015-04-02 17:48:04 +03:00
eap
b0a962d83d 22573: [CEA 1154] Regression on a blsurf mesh (crash on test_periodicity_LR_ONLY.py)
+ IMP 22264: EDF 2648 GEOM: Propagate edges automatic orientation (fix Number of Segments dlg)
+ bad STL files are written on Windows (reported by YFR)
+ 22874: [CEA 1425] Performance SMESH Module ( refix ~SMESH_Mesh() )
2015-03-31 19:42:12 +03:00
ana
e6d6fd4aa1 Win32 compatibility 2015-03-31 11:21:25 +03:00
eap
0921263864 22874: [CEA 1425] Performance SMESH Module
Fix a leak of PropagationMgrData

+ Do not use volumes for preview of Extrusion
+ Fix a regression: empty groups are not removed with contents
+ avoid too long waiting at creation of hypotheses due to use of
  GEOMUtils::PreciseBoundingBox() in SMESH_Mesh::GetShapeDiagonalSize()
2015-03-27 19:41:20 +03:00
eap
bbca2cb797 IMP 22264: EDF 2648 GEOM: Propagate edges automatic orientation
+ Optimize SMDS_VolumeTool::IsFreeFace()
+ Add icons for Evaluate and Change Sub-mesh order
+ Make "Meduim nodes on geometry" ON by default
+ Disable "Group on geometry" if mesh is not on geometry
+ SMESHGUI_MeshOp: fix switch from Sub-mesh creation to Sub-mesh edition
2015-03-25 12:36:47 +03:00
eap
588493c920 23028: EDF 10508 SMESH: GroupOnFilter returns an empty group when the geometry is not published 2015-03-24 14:35:25 +03:00
imn
5b4a1f8a3a Remove shortcuts workaround 2015-03-20 10:41:15 +03:00
eap
d06e689ac7 23024: [CEA 1447] Regression imp_1346_CAS2.py 2015-03-19 18:26:38 +03:00
eap
80caa820d0 23023: [CEA 1445] missing ExtrusionAlongPathObject function
+class meshEditor(SMESH._objref_SMESH_MeshEditor):
2015-03-19 17:08:42 +03:00
eap
09705577d1 22792: EDF 8159 SMESH: Multi-dimensional extrusion/extrusion along a path/revolution
Fix regressions
2015-03-18 19:07:40 +03:00
eap
6fd64f7678 22903: BLSURFPLUGIN: SetSizeMap is not taken into account when we add AddPreCadFacesPeriodicity parameter
+ def FunctorValue(self, funcType, elemId, isElem=True):

+ fix Python dump for IMP 22792: Multi-dimensional extrusion/extrusion along a path/revolution
2015-03-17 20:40:17 +03:00
eap
6c4a9f32ed IMP 22792: EDF 8159 SMESH: Multi-dimensional extrusion/extrusion along a path/revolution
+ Pre-open MED file to speed-up reading/writing (following 22349)
+ Clock-cursor in Display Entity dlg
+ In Filter dlg, do not perform filtering if it's not needed
+ In Group dlg, store a user-given name of a new group
+ Clock-cursor after hypothesis modif as mesh clearing can be long
+ Treat selected object right at opening of Measure dlgs
+ Allow removal of elements in a not shown mesh
+ Make filter work on a not shown mesh
+ Don't leave orphan nodes at RemoveGroupWithContents
+ Avoid crash when exporting a group + fields
2015-03-17 15:06:56 +03:00
ana
0e01b1efdf Windows compatibility 2015-03-04 16:56:54 +03:00
eap
bb40f7c1d3 IMP 22635: EDF 8345 - Creation of group based on groups
+ allow concatenating sub-meshes and groups
+ fix bugs in PythonDump
2015-03-03 15:03:38 +03:00
eap
066f625a46 52618: Import_1D2D fails to import from a mesh group onto a group of geom faces
+ fix StdMeshers_ViscousLayers.cxx for
http://www.salome-platform.org/forum/forum_14/777944993
2015-02-27 20:38:00 +03:00
eap
fd1943809d 22874: [CEA 1425] Performance SMESH Module
some optimization of Publish...() + doc imp
2015-02-25 20:07:02 +03:00
vsr
44d75c1021 0022876: EDF 8425 SMESH: Get the normal of a face in the GUI
- Additional change: use the same method to compute normal in TUI and GUI
2015-02-24 11:25:19 +03:00
vsr
5e086fb537 Fix-up dependencies 2015-02-24 11:24:33 +03:00
vsr
15963fa362 0022876: EDF 8425 SMESH: Get the normal of a face in the GUI 2015-02-20 11:07:49 +03:00
vsr
1b1945a31c 0022878: [CEA 1424] performances of Compute method from the Mesh class in smeshBuilder.py 2015-02-20 10:08:10 +03:00
eap
0ff64bf022 Fix a regression - make SMESH_Nut.py script independent of sub-shapes numbering 2015-02-18 16:19:30 +03:00
eap
a74e2f9cac Fix regressions
viscous_layers_00/A4
viscous_layers_00/B2
2015-02-18 15:56:29 +03:00
eap
59912620be 22834: [CEA 1347] Viscous layers: be able to choose the extrusion method (imp_1347_viscous_layers.py)
+ fix some regressions
2015-02-17 16:23:19 +03:00
vsr
6bac08c1a8 Merge remote branch 'origin/gdd/translations' 2015-02-16 11:52:52 +03:00
akl
251f8c052d Copyrights update 2015. 2015-02-13 12:38:36 +04:00
Gilles DAVID
306534b9d7 Update translations (fr) 2015-02-11 15:26:01 +01:00
eap
38136d541c 22860: EDF 9944 SMESH: Regression when scaling a mesh 2015-02-11 16:52:57 +03:00
vsr
513a8ebdac Merge remote branch 'origin/bsr/medmpi' 2015-02-10 18:54:31 +03:00
eap
146533380d 22834: [CEA 1347] Viscous layers: be able to choose the extrusion method 2015-02-10 14:14:01 +03:00
Bernard Sécher
506b60a6d8 changes for mpi compilation 2015-02-09 11:10:27 +01:00
vsr
02685fae6f If study is loaded from HDF file, init_smesh() has to load data to the engine calling LoadWith() function of StudyBuilder 2015-02-06 16:54:08 +03:00
ana
25448a41ca windows compatibility 2015-02-04 16:10:10 +03:00
vsr
45b7e5c3e1 Merge remote branch 'origin/fbt/SMESH_Plugin_Verima_fix_ImportExport' 2015-02-03 16:46:05 +03:00
imn
9d134b21b1 0052610: Inactive "eye" icon after mesh compound creation 2015-02-03 15:05:00 +03: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
53393c4445 22833: [CEA 1346] to extrude a group of faces following the normal of each face
Fix SIGSEGV when no groups created
2015-01-28 17:57:23 +03:00
ema
cb136b9fea ParaView / PARAVIS improvements 2014: 2.6.3/2.6.4: Geometry & Mesh plug-ins in the ParaVis module 2015-01-27 17:33:53 +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
rnv
12539a5a55 Fix compilation error: add utilities.h include. 2015-01-22 17:34:42 +03:00
eap
8f3082ad8e 22830: EDF 9557 SMESH: Quadratic conversion of a mesh fails (note 0019010)
Problem with FACE having a bad tolerance
2015-01-22 16:15:34 +03:00
Anthony Geay
c543b378f1 Include utilities.h when needed. 2015-01-22 09:41:08 +01:00
Florian BRUNET
1667ba5bf5 Fixes for the import/export methods of the Verima plugin in SMESH. 2015-01-20 17:38:10 +01:00
vsr
929ba51821 Merge branch 'master' into V7_5_BR 2015-01-16 15:36:51 +03:00
eap
e2e93f9c31 Fix regression of mesh_Projection_2D_00/A1 test.
The regression is caused by the fix of 22830:
- pair<int, TopAbs_ShapeEnum> pos = GetMediumPos( n1, n2, mySetElemOnShape );
+ pair<int, TopAbs_ShapeEnum> pos = GetMediumPos( n1, n2, useCurSubShape );
2015-01-15 17:52:25 +03:00
vsr
2e9f6a1d33 Merge branch 'master' into V7_5_BR 2015-01-12 13:24:59 +03:00
eap
133cb38139 22830: EDF 9557 SMESH: Quadratic conversion of a mesh fails
In SMESH_MeshEditor copy node positions in Duplicate*()
In SMESH_MesherHelper
- cache face tolerance
- in GetNodeUV() prevent SIGSEGV if a node is on EDGE not belonging to a FACE
- in GetNodeUV() check if a VERTEX is a seam in a given FACE, not in another
- avoid returning myShape from GetMediumPos() when it can be wrong

52592: Invalid values of Length 2D control

- avoid using not initialized values for showing control values of a group
2014-12-29 18:22:30 +03:00
Christophe Bourcier
7c6e727b24 Update translation files from Crowdin 2014-12-19 10:04:53 +03:00
vsr
9fed37edd4 0022825: EDF GUI regression: Issue with accent in the OB
Temporarily rollback unicode support (as it is incomplete causing regressions)
2014-12-18 19:24:03 +03:00
Paul RASCLE
a8380feec5 generalisation publication conditionnelle 2014-12-11 15:45:06 +01:00
Paul RASCLE
fd5ea41038 test traces conditionnelles 2014-12-10 17:37:21 +01:00
Paul RASCLE
2475437e5d adaptation patch OCC 6.8.0 et probleme prolongation wire 2014-12-10 16:37:01 +01:00
Paul RASCLE
41f1b7bad2 adaptations cas pour OCC 6.8.0 2014-12-10 11:36:59 +01:00
eap
a00f90ebab 22812: EDF 9218 SMESH: An empty group is created when using the duplicate nodes and/or elements 2014-12-08 20:18:59 +03:00
Paul RASCLE
39fc246442 modifications for OCC 6.8.0 2014-12-08 16:08:40 +01:00
Paul RASCLE
1d4f948323 missing python files in install 2014-12-04 17:18:07 +01:00
Paul RASCLE
cfa45d551f Merge branch 'master' into pra/blocFissure 2014-12-04 16:39:37 +01:00
eap
3cc259fbef Bug: unable to create LocalLength hyp for a sub-mesh on a shape with a degenerated edge 2014-12-03 17:28:30 +03:00
vsr
30415e15ac Issue 0022816: duplicated files
Don't install chrono.hxx file
2014-12-03 14:04:51 +03:00
Paul RASCLE
0c5188fd2c Merge branch 'master' into pra/blocFissure 2014-12-02 11:01:36 +01:00
Paul RASCLE
b016dcf830 essai formalisation niveaux de debug 2014-11-28 14:35:10 +01:00
eap
cc9d179c9f Fix Extrusion doc 2014-11-26 15:16:24 +03:00
vsr
5f4aaf693b Merge branch 'master' into V7_5_BR 2014-11-20 18:55:09 +03:00
eap
9933995f6c Projection 2D failure due to incorrect detection of distorted result faces 2014-11-20 16:06:53 +03:00
vsr
22660447f9 Merge branch 'master' into V7_5_BR 2014-11-19 17:39:22 +03:00
eap
b73d2603ed IPAL16934: Selection works incorrectly if Source and Target Vertices in Projection 1D are the same vertex.
1) BUG: impossible to use shared vertices for vertex association in Projection Source hyps
2) Regression: Order of Sub-meshes dialog dialog does not appear when a sub-mesh is created
2014-11-19 16:18:58 +03:00
vsr
e22a84e549 Merge branch 'master' into V7_5_BR 2014-11-18 14:24:52 +03:00
eap
b9986eb294 22808: EDF SMESH: Regression with 3D Extrusion/ViscousLayers in Salome V7_5_BR 2014-11-18 13:08:18 +03:00
vsr
381c06d4b7 Merge branch 'master' into V7_5_BR 2014-11-17 17:08:20 +03:00
eap
bff3771eab 22526: SMESH 2864 - Projection and Extrusion
Make attempts to fix the projected mesh using smoothing in case of non-homothetic
  source and target faces
2014-11-14 20:23:20 +03:00
vsr
707703a9f4 Merge branch 'master' into V7_5_BR 2014-11-14 14:15:23 +03:00
eap
380c397cfd Regression of 0022150 (SALOME_TESTS/Grids/smesh/mesh_Projection_2D_00/B2) 2014-11-14 13:50:08 +03:00
vsr
cf38d69340 Merge branch 'master' into V7_5_BR 2014-11-13 19:30:28 +03:00
eap
52d8254953 22806: EDF SMESH: Regression: Prism_3D error
Fix selection of the bottom;
use block approach on simple shapes if swepper detects high bnd error
2014-11-13 18:56:42 +03:00
Florian BRUNET
ebb96774cc French translation check on SMESH. 2014-11-13 14:29:30 +01:00
Christophe Bourcier local
8166d3be38 Fix bad gradation value from GUI to command line 2014-11-13 13:25:11 +01:00
eap
3ddacb9798 To compute mesh in SALOME_TESTS/Grids/geom/bugs_15/R7
and other tests of "Extrusion 3D" mesher
2014-11-12 18:35:28 +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
36f660ae42 52568: Quadrangle (Mapping) differently meshes equal L-shaped faces.
Take into account number of segments when selecting corners among multiple vertices
2014-11-06 20:11:51 +03:00
eap
e9c9effdfa 22798: EDF 9100 SMESH: Dump python and "Compute()" position
Do not erase a previous Compute() if there were mesh edition commands after it
2014-11-05 20:33:43 +03:00
eap
b905bf1432 22797: EDF 9014 SMESH: Problem with the 3D extrusion algorithm
1) pb with invalid node param on EDGEs after 2D Projection
2) pb of search of source FACEs of the prism
2014-10-31 20:38:10 +03:00
vsr
a671072fe6 IPAL52559: TC7.5.0: Auto color has no effect on the faces group 2014-10-31 16:43:41 +03:00
eap
3f66560195 52566: TC7.5.0: Empty group of Balls at Diameter Equal to filter
Avoid unexpected switch "Equal to" -> "Less than"
2014-10-31 14:31:51 +03:00
eap
e3e19dc2fa 52567: Transformation operations does not work for Group of Balls
Show at least points in the preview of balls
2014-10-30 19:30:46 +03:00
eap
81d346a7a7 52567: Transformation operations does not work for Group of Balls 2014-10-30 18:47:36 +03:00
eap
a0f09b9f1b 52566]: TC7.5.0: Empty group of Balls at Diameter Equal to filter
trim trailing white spaces of names at publishing in study
2014-10-30 16:42:05 +03:00
eap
bf19a06948 52564: TC7.5.0: total quantity of 2D and 3D mesh elements is not calculated 2014-10-30 14:43:50 +03:00
eap
3c043924f9 Problems found due to execution of MESH-075 GUI scenario 2014-10-29 22:17:47 +03:00
eap
98115fe1b8 IPAL52557: TC7.5.0: default value in Hypothesis is different in new and saved studies
Use a precise bnd box to find the shape diagonal
2014-10-28 15:37:01 +03:00
vsr
dba2484945 Windows portability: additional fix to previous commit 2014-10-28 15:23:39 +03:00
vsr
1782b3c58c Windows portability 2014-10-28 10:04:19 +03:00
eap
7432636e86 Regression of bugs_13/N9 2014-10-24 18:01:50 +04:00
eap
70a8be5273 Regression of viscous_layers_00/B2 2014-10-23 18:00:31 +04:00
eap
ddab513d85 52546: Viscous Layers construction fails
Correct finding normal at a degenerated vertex
2014-10-23 16:40:33 +04:00
eap
3ba242025d 52548: Set filter on standalone group of edges does't work
2) Allow passing a geom group as faces arg of ViscousLayers()
3) Prevent crash of Adaptive hyp when only degenerated EDGEs leave not meshed
2014-10-23 12:21:14 +04:00
eap
5b6af39e27 52540: TC7.5.0: Renumbering Elements and Nodes does not work 2014-10-22 17:21:15 +04:00
eap
add89bac19 52542: TC7.5.0: Hypothesis "Distribution of layers" is missed 2014-10-22 16:37:33 +04:00
eap
ee4749bf4c 52539: TC7.5.0: Smoothing - impossible to select fixed nodes 2014-10-22 16:15:00 +04:00
vsr
0631ddc21d Remove obsolete staff; redesign Handle-based and CDL-generated classes 2014-10-21 18:40:35 +04:00
eap
2742029b90 http://www.salome-platform.org/forum/forum_10/881672547
1) Allow defining a sub-mesh on a compound of sub-shape of the main shape
in GUI to be coherent with TUI.
2) Eliminate clashing #define PLUGIN_NAME in SMESH and GEOM
2014-10-21 14:50:56 +04:00
eap
82d27750a5 Regression of 21859: Add conversion from QUAD8 to QUAD9 and from HEXA20 to HEXA27 2014-10-20 19:08:24 +04:00
eap
54f2672f6a 22787: [CEA 1320] Regression of test $SMESH_ROOT_DIR/bin/salome/SMESH_reg.py
Add namespace StdMeshers to StdMeshers_Distribution.* in order to avoid
clashing with FunctionExpr from paraview-4.2/libvtkvisitcommon-pv4.2.so.1
2014-10-17 21:16:35 +04:00
eap
f34d4ca343 Regression of 21397: a quadrangle face mesh can't be projected to a cylinder 2014-10-17 20:26:57 +04: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
vsr
b525692cdf CoTech action 66.2: Rename algorithms in Create Mesh dialog box:
- part 1: Resize combo-box to show all items (no scroll bar)
2014-10-13 17:38:09 +04:00
eap
65efd98e77 22772: EDF 8916 SMESH: Issue with a quadrangle mesh
Consider edges on period boundary as seam ones
2014-10-10 20:59:37 +04:00
eap
e16f6412db 22770: SMESH: Bi-quadratic mesh convert with medium nodes on geometry 2014-10-10 15:23:38 +04:00
vsr
52f2003b81 OCCT 6.8.0 (dev) porting 2014-10-03 16:56:53 +04:00
eap
10aa0585bd Fix regressions
mesh_Projection_2D_00/A4
 imps_09/K2
2014-10-01 21:09:19 +04:00
eap
079e65a9b1 22711: [CEA 1297] Regression of mesh with a projection on a spherical face
In fixDistortedFaces() care of face planarity and degenerated edges
2014-09-29 15:50:55 +04:00
eap
f39630902e 22710: [CEA 1296] Regression of a MG-CADSurf mesh with face projection 2014-09-26 19:28:51 +04:00
eap
8ff6ebbc15 22711: [CEA 1297] Regression of mesh with a projection on a spherical face
Enable StdMeshers_FaceSide::Value3d() on degenerated EDGEs
2014-09-26 16:24:51 +04:00
mpa
e1c5ea607e Merge branch 'origin/master' 2014-09-26 11:26:47 +04:00
mpa
c88c909655 Added check for the existence of the study during its closing 2014-09-26 11:26:08 +04:00
imn
f488c3c07d Remove obsolete OCC_VERSION_LARGE defines. 2014-09-26 11:09:09 +04:00
akl
f5b69ee44c 0022420: [CEA 1004] Take the "incremental limit check" into account at the first mesh display. 2014-09-25 18:14:43 +04:00
eap
54ea8ad8bb Regression of doc/salome/examples/prism_3d_algo.py
Protection against an infinite loop in StdMeshers_Prism_3D::getWallFaces()
2014-09-25 18:01:50 +04:00
eap
eb22cf46cb 52504: Projection 1D2D fails to project from a half-disk to a half-cone. 2014-09-25 16:25:46 +04:00
eap
b385a0679d 52499: Prismatic mesh is not computed on a prismatic shape
22701: EDF SMESH: Crash when creating mesh

 1) Search of transformation using a least-square approximation
 2) Compute internal prism nodes using the found transformation
2014-09-24 17:38:27 +04:00
Paul RASCLE
77b224bfc9 un premier test de publication conditionnelle 2014-09-21 23:21:50 +02:00
Paul RASCLE
249a5808d8 debug 2014-09-21 21:49:53 +02:00
eap
214d7e4bdc 22691: [CEA 1279] Regression on test attached with issue 22229 2014-09-15 15:22:28 +04:00
Paul RASCLE
106415d543 poursuite du découpage en fonctions plus simples 2014-09-14 21:38:46 +02: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
eap
b5bc313d9b COTECH: Update names of DISTENE products
BLSURF -> MG-CADSurf
GHS3D -> MG-Tetra
Hexotic -> MG-Hexa

and

GHS3DPRL -> MG-Tetra Parallel
2014-09-09 14:19:51 +04:00
Paul RASCLE
cfbaf62c42 decoupage insereFissureGenerale, renommée construitFissureGenerale, premiere phase : géometrie 2014-09-08 14:58:52 +02:00
mpa
d0cb9e8d04 0022672: SMESH: Add a "Reset" in the "Controls" menu of smesh 2014-09-08 10:30:44 +04:00
Paul RASCLE
3bd39da0ba encore un peu de ménage 2014-08-29 16:37:55 +02:00
Paul RASCLE
b5aa15f7ca remplacement de print et corrections mineures 2014-08-29 15:11:49 +02:00
Paul RASCLE
d1d19caf57 debug parametrage cas tests cubeFin 2014-08-28 16:39:53 +02:00
Paul RASCLE
c4c25faa11 enlever les fichiers générés par pyuic 2014-08-28 16:14:30 +02:00
Paul RASCLE
a55e1001a6 generation du materiel pour les cas cubeFin 2014-08-28 16:10:45 +02:00
Paul RASCLE
4f325d7076 enlever les lanceurs spécifiques 2014-08-28 10:10:56 +02:00
Paul RASCLE
24792d78f6 oubli de commit 2014-08-28 10:06:35 +02:00
Paul RASCLE
dc7608eb1f ajout des cas tests avec coin vif potentiel : cubeFin (Coin, Milieu, Transverse). Il manque la génération des .med et .brep associés 2014-08-27 17:40:22 +02:00
eap
52f164fb65 Fix a regression: Errors of hypothesis definition are not shown in GUI 2014-08-27 19:16:07 +04:00
vsr
ac82d3163a 0022628: [CEA 1202] The default icon disposition is not correct in french and in japanese 2014-08-27 13:12:02 +04:00
eap
05a38ac54e Fix regressions
1D_mesh_LocalLength_00/A4
bugs_03/D5,D6
bugs_05/F8
bugs_19/X1
2014-08-26 15:58:38 +04:00
eap
2eeec022d2 IPAL52479: Mixed linear/quadratic mesh is created 2014-08-25 20:41:02 +04:00
Paul RASCLE
6b00ce3326 merge manuel developpements Olivier Hoareau 2014-08-25 17:26:29 +02:00
Paul RASCLE
a95ff9b2ce changement titres dialogues fissure 2014-08-25 11:47:12 +02:00
eap
2246612bb5 Fix regressions
3D_mesh_Extrusion_00/A6
3D_mesh_Polyhedrons_00/A2,A3
groups_07/H1
imps_06/G0
imps_07/H2,H4,H5,H7
imps_08/I5
2014-08-22 21:16:01 +04:00
eap
ae32dcd34f 22483: EDF 2772 SMESH: Define several 3D viscous layer hypotheses on the same Geometry 2014-08-21 15:15:12 +04:00
eap
ce9a69a9b8 issue 22082 note 017956. Hide controls of Filter dialog useless for creating the Group on filter
Hide "Insert filter in viewer" and "Source" button group.
2014-08-14 18:56:38 +04:00
eap
811a7a4c17 022484: EDF 2304 SMESH: Reorient a group of faces regarding to a volume 2014-08-11 17:30:26 +04:00
eap
b178951ce4 Do not show a mesh when a group is created
Instead, only update a visible group accoding to a changed contents.
2014-08-07 15:35:00 +04:00
eap
aff2cee17c 52475: CGNS file is incorrectly read
Fix a problem that nodes merged according incorrect description of zone-to-zone interface
2014-08-07 14:51:11 +04:00
eap
d8557600d9 22658. Avoid unnecessary merge of pyramids at hex-tet interface 2014-08-06 15:23:38 +04:00
eap
1eb7dc9cd0 0052474: Body Fitting with "Implement Edges"=ON crashes SALOME
Fix sortVertexNodes() for the case of a FACE with several WIREs
2014-08-04 17:37:39 +04:00
eap
de78fd2b92 5252428: Viscous Layers 2D creates badly shaped quadrangles on a circle 2014-08-04 14:56:27 +04:00
eap
af48da0fdd 22625: [CEA 1195] Several attractors per face 2014-08-01 15:17:05 +04:00
eap
fa9a9581d3 52459: Viscous layers are not normal to the surface.
Smooth internal surface of viscous layer only if elements are small
   comparing to layer thickness.

http://www.salome-platform.org/forum/forum_10/653737804
2014-07-30 18:39:00 +04:00
eap
36c9ad01c3 0052461: Viscous layers 2D on Cone 2014-07-28 18:59:52 +04:00
eap
3eb21ad301 IPAL52460: Optimal Axes button is inert when edit body fitting parameters 2014-07-25 18:06:05 +04:00
eap
a1e66f21f0 22656: [CEA 1226] Script blsurf_submesh.py raises an exception
22653: [CEA 1225] RuntimeError at mesh.Compute()

  Regressions fixed
2014-07-24 17:07:27 +04:00
rnv
f5f41a4c46 Porting to the new version of the OCCT 2014-07-24 11:52:03 +04:00
eap
f1013bf724 52457: Addition of hypotheses is 8 time longer than meshing.
More optimization
2014-07-23 20:04:21 +04:00
Renaud Nédélec
80a2161a03 EDF 8523: Enable generation of 2D joint elements from GUI 2014-07-23 15:06:02 +02:00
eap
4523366f9f Port to a new OCCT 2014-07-23 15:43:27 +04:00
imn
630bd9d38d Added a new enumeration for smesh menus 2014-07-23 14:30:09 +04:00
eap
f3ce9fcd40 Fix crash at study closing. Enable canceling Prism 3D computation 2014-07-22 18:57:36 +04:00
eap
a3ee66b037 52457: Addition of hypotheses is 8 time longer than meshing. 2014-07-22 16:40:10 +04:00
eap
9bfa6616ba 52456: Propagation does not work 2014-07-18 20:23:31 +04:00
eap
16f2bac719 22359: EDF SMESH: Body Fitting algorithm: grid orientation
Make axes coordinates fully visible
2014-07-18 16:44:15 +04:00
eap
0086dda865 0052454: Sub-mesh priority is not taken into account 2014-07-18 15:13:16 +04:00
eap
93c3ba77f5 52453: Impossible to get viscous layers on a given shape
Fix for the downloaded SampleCase2-Tet-netgen-mephisto.hdf:
    prevent failure on a 2D mesh including degenerated faces built
    near degenerated EDGEs.
2014-07-17 18:26:33 +04:00
eap
13ff035dac 52453: Impossible to get viscous layers on a given shape
Fix a problem of getting normal of a specific FACE
2014-07-17 15:18:34 +04:00
eap
764df5f46f 22360: EDF SMESH: Body Fitting algorithm: incorporate edges
Fix an invalid dump
2014-07-17 14:11:52 +04:00
imn
73c2ea5773 0052451: "Assign a set of hypotheses" is disabled by mistake 2014-07-16 19:46:31 +04:00
imn
0fdf27b77b 0052451: "Assign a set of hypotheses" is disabled by mistake 2014-07-16 18:13:53 +04:00
rnv
a6c877f633 Remove last wrong commits. 2014-07-16 17:43:58 +04:00
imn
b5a71c53ed 52451: "Assign a set of hypotheses" is disabled by mistake 2014-07-16 16:46:27 +04:00
imn
80fe1ddefc Add “Grading” parameter to Adaptive 1D hypothesis 2014-07-16 16:43:20 +04:00
imn
1c3a10f810 Auto-reorder of nodes for "Add Quadratic element" dialog 2014-07-16 16:43:20 +04:00
imn
2b96c0d911 Implementation: Show a link of quadratic element 2014-07-16 16:43:19 +04:00
imn
14fc167a53 Fixed Salome crashed after close application with opened "Add Quadratic element" 2014-07-16 16:43:19 +04:00
imn
ea8a0289f1 imn/auto-reorder_of_nodes_ver2 2014-07-16 16:43:19 +04:00
eap
bcfa36bbd0 IPAL52450: Mesh generation fails due to viscous layers 2014-07-16 16:30:28 +04:00
eap
a5f7916fb6 0022638: [CEA 1210] Wrong import of an UNV file
Support reading a mesh in 2D space
2014-07-10 15:20:25 +04:00
skv
d9faba6c84 OCCT dev version porting (6.7.2) 2014-07-09 17:36:23 +04:00
eap
2e43961579 IPAL0052448: Too thin viscous layers are constructed 2014-07-08 20:07:00 +04:00
eap
bd39d7c3ed 52447: Re-compute fails after hypothesis modification 2014-07-08 16:07:52 +04:00
eap
05bdac9259 22633: [CEA 1206] Regression on script 08_composite_hexahedron.py
22632: [CEA 1205] Regresssion on script from CEA formation 11_tui_grille.py
2014-07-08 14:32:33 +04:00
eap
69f064e122 IPAL52444: Viscous Layers and Projection fail 2014-07-07 19:41:18 +04:00
eap
7a9f9e2e46 IPAL52439: 3D Extrusion creates distorted volumes
Fix for a case with a sole wall face
2014-07-03 19:06:08 +04:00
eap
9e3a675848 IPAL52438: Projection 2D fails
Merge w/o parameter check if nb of existing and new nodes is same
2014-07-03 16:09:34 +04:00
eap
6440fc57c2 22613: EDF 8419 SMESH: 1d hypothesis is not applied correctly with 3Dextrusion
Project vertical distribution only if (1) no hyp defined or (2) defined hyp
  provides incorrect nb of segments.
2014-06-30 16:07:18 +04:00
eap
b3da9e90b4 Prevent deletion of a group servant when a group on filter is edited w/o activating filter dialog 2014-06-27 16:31:53 +04:00
eap
4f556d6514 22580: EDF 8049 SMESH: Problems with viscous layer
+ some fixes for ~/salome/Files/Studies_FROM_BUGS/VL_Usecase2.hdf

  1) Prevent negative volumes caused by smooth on curvature
  2) Add EDGEs to smooth in updateNormals()
  3) Fix too high _stepSize causing failure of smoothing on FACEs
  4) Correct finding EDGEs needing smooth
  5) Fix AddShapeToSmooth(), FindIntersection(), updateNormals(), SegTriaInter()
2014-06-27 16:28:50 +04:00
eap
0d17fa17ac Fix Mirror*() to correctly work with a mirror given as a GEOM object 2014-06-26 16:15:06 +04:00
eap
36a90ef618 22611: EDF 8409 SMESH: Bad dump of CutListOfGroups 2014-06-26 15:38:17 +04:00
vsr
d027cf5b2b Remove NETGEN explicit usage from AutomaticTetrahedralization() 2014-06-24 16:58:45 +04:00
ana
7b2a4147d2 Windows compatibility 2014-06-19 19:54:36 +04:00
vsr
8f57b2cfd3 Unicode support 2014-06-18 12:36:56 +04:00
Christophe Bourcier
20feda8e84 Update translation files from Crowdin 2014-06-03 11:25:51 +02:00
eap
5f3d1965f6 Improve GetMinMax() 2014-05-30 20:24:08 +04:00
eap
c365f36e98 Regression of SALOME_TESTS/Grids/smesh/viscous_layers_00/A6 2014-05-30 16:11:45 +04:00
eap
fb5ce7193e 22599: EDF 8159 SMESH: Bad groups created by extrusion
Attemp no.2
2014-05-29 18:12:12 +04:00
eap
a4f4aea846 22599: EDF 8159 SMESH: Bad groups created by extrusion 2014-05-29 17:34:47 +04:00
eap
440a39776f 22580: EDF 8049 SMESH: Problems with viscous layer
Overcome the problem of thickness limited by radius of curvature of faces
2014-05-28 18:30:52 +04:00
eap
6cd71fc31b http://www.salome-platform.org/forum/forum_10/862540672 Invalid input mesh. Unexpected computed submesh 2014-05-23 19:30:14 +04:00
Christophe Bourcier
cd71364a29 Update translation files from Crowdin 2014-05-22 17:52:45 +02:00
eap
2c50a35a86 22582: EDF 8036 SMESH: ConvertToQuadratic fails with theForce3d off
Fix force3DOutOfBoundary()
2014-05-21 15:35:24 +04:00
eap
c85da25c70 52426, 22582: EDF 8036 SMESH: ConvertToQuadratic fails with theForce3d off
For ConvertToQuadratic: fix a case with a seam edge located not at zero parameter
 For Viscous layers: fix getting normal at a corner classified as 'Reversed' (+-PI)
2014-05-21 14:48:00 +04:00
eap
a453a47bea 22594: [CEA 1159] Salome crashes when loading a dumped meshing script
Avoid destruction on myHyp when it is unpublished
2014-05-21 14:30:17 +04:00
Christophe Bourcier
97b6b49371 Update translation files from Crowdin 2014-05-16 15:11:29 +02:00
vsr
d5683712be Add a warning message that smesh.py module works correctly only in 1st study 2014-05-14 14:53:24 +04:00
eap
e430c16626 Fix a crash on geometry of http://www.salome-platform.org/forum/forum_10/670730490 2014-05-14 13:17:58 +04:00
eap
050aa87698 http://www.salome-platform.org/forum/forum_10/450300019
Pb: entangled prisms are created on a face shared by solids where
VL have different thickness due to different size of solids

Test SALOME_TESTS/Grids/smesh/viscous_layers_00/A5
2014-05-13 18:49:32 +04:00
eap
9d93189fdb 22580: EDF 8049 SMESH: Problems with viscous layer
Pb on a fillet at a large first inflation step
2014-05-08 14:13:27 +04:00
eap
5e83e1e8e9 22580: EDF 8049 SMESH: Problems with viscous layer
Pb with a fillet w/o in-face nodes
2014-05-07 21:26:15 +04:00
Renaud Nédélec
91dcb47973 [Verima] Small fixes 2014-05-07 15:44:39 +02:00
ctn
75d61804dc Merge remote-tracking branch 'origin/master' 2014-05-07 14:57:54 +02:00
ctn
19a23c1d84 update of messages 2014-05-07 14:56:10 +02:00
Renaud Nédélec
478b802ed0 French translations revision 2014-05-07 14:01:09 +02:00
Renaud Nédélec
dc769d2516 [Verima] Missing giles 2014-05-06 18:00:28 +02:00
Renaud Nédélec
cabcff7c9d [Verima] Doc update 2014-05-06 17:49:35 +02:00
Renaud Nédélec
a8d1a2192b [Verima] commented an unuseful line 2014-05-06 17:35:13 +02:00
Renaud Nédélec
b1dc148ec5 update of plugin Verima 2014-05-06 17:21:18 +02:00
eap
fe7ac04c45 http://www.salome-platform.org/forum/forum_10/537530484
Problem of finding a normal at a VERTEX where more than 2 FACEs meet
2014-05-05 21:22:50 +04:00
rnv
462fad4cea Fix a problem with the zero file descriptor. 2014-05-05 19:35:24 +04:00
Paul RASCLE
f87f0664bb pre: fix bug EDF 7854: src/SMDS/SMDS_UnstructuredGrid.cxx SMDS_UnstructuredGrid::extrudeVolumeFromFace(...) 2014-05-05 16:03:20 +02:00
eap
0b3661cda0 in SetMeshOrder(), fix python dump in case of many groups of sub-meshes 2014-05-05 13:28:14 +04:00
eap
fd6f0fdf57 Regression bugs_00/A3
More protection from access to a closed study
2014-04-30 18:33:20 +04:00
eap
a483336704 Regression SALOME_TESTS/Grids/smesh/imps_00/A1
More fix for degenerated EDGE
2014-04-30 15:40:55 +04:00
eap
e2c7e8b8f4 Remove useless traces 2014-04-30 15:04:46 +04:00
eap
2107fb0fba SALOME_TESTS/Grids/smesh/bugs_09/J9
In CreateMeshFrom*(), throw an exception if the file does not exist
2014-04-30 14:22:37 +04:00
eap
896b180efc regression SALOME_TESTS/Grids/smesh/bugs_05/F1
Avoid access to a closed study
2014-04-30 13:06:15 +04:00
eap
8b786444b7 SALOME_TESTS/Grids/smesh/2D_mesh_QuadranglePreference_00/A1
Fix for degenerated EDGEs
2014-04-29 20:33:11 +04:00
eap
4edb4666f4 SALOME_TESTS/Grids/smesh/3D_mesh_NETGEN_02/C1
File descriptor 0 is valid
2014-04-29 20:31:59 +04:00
eap
4a8521d5db SALOME_TESTS/Grids/smesh/mesh_Projection_2D_00/A0
Attempts to mesh a difficult shape
2014-04-29 16:09:10 +04:00
eap
538a5a27ed Update notebook.myStudy 2014-04-29 15:38:50 +04:00
mpa
a13c835567 0022571: [CEA 1152] if selection disabled, impossible to select a mesh in "Merge nodes" in manual mode 2014-04-29 12:48:37 +04:00
eap
1c75225c81 SALOME_TESTS/Grids/smesh/mesh_Projection_2D_00/A0
Allow different nb of EDGEs on the prism top and bottom
2014-04-28 18:44:07 +04:00
eap
e4f3043d7d SALOME_TESTS/Grids/smesh/mesh_Projection_2D_00/A0
Fix association EDGE <-> closed EDGE
2014-04-28 17:41:59 +04:00
eap
ba2a04ef34 SALOME_TESTS/Grids/smesh/mesh_Projection_2D_00/A0
Fix getCorners() for a closed split EDGE
2014-04-28 17:09:09 +04:00
eap
a913b7ad54 22576: EDF 8029 SMESH: Bug with 3D viscous layer
Add more smoothing loops after fixing all bad faces
2014-04-28 15:07:53 +04:00
eap
12d0e1ecd2 Avoid too often Standard_OutOfRange 2014-04-28 14:06:27 +04:00
eap
9c9403c272 SALOME_TESTS/Grids/smesh/mesh_Projection_2D_00/A0
Add association of FACEs with one EDGE in the outer WIRE
2014-04-25 21:53:19 +04:00
mpa
1176e29a2c 0022571: [CEA 1152] if selection disabled, impossible to select a mesh in "Merge nodes" in manual mode 2014-04-25 10:52:26 +04:00
eap
b1f58b701e Regression of SALOME_TESTS/Grids/smesh/imps_09/K2 2014-04-24 20:06:54 +04:00
eap
70e4ab70fb IPLA 52416: TC7.4.0: "Remove" button in "Union of triangles" dialog is active if no objects are selected to remove 2014-04-24 18:23:09 +04:00
akl
ffd41e46b2 0022565: [CEA 1145] Missing WT_NoteBook in python:
by default, "Note Book" dockable window is enable only in the GEOM and SMESH modules now.
2014-04-24 18:01:46 +04:00
eap
136e10ec81 22572: [CEA 1148] Radial Quadrangle does not create quadratics cells 2014-04-24 17:35:15 +04:00
Renaud Nédélec
26d8315709 Merge branch 'rnc/zcracks_doc_integration' 2014-04-24 10:34:21 +02:00
eap
c7a08e2f42 Regression of SALOME_TESTS/Grids/smesh/2D_mesh_QuadranglePreference_01/B0 2014-04-23 21:20:59 +04:00
Renaud Nédélec
5ad6e6fe45 updated screenshot for padder 2014-04-23 14:25:25 +02:00
Renaud Nédélec
4fa86c8dbe Merge remote-tracking branch 'origin/master' 2014-04-23 13:58:28 +02:00
eap
1071ba77da 22568: [CEA 1151] ConvertToQuadratic does not work if a face was not assigned with elements
Case: both nodes of a segment are on non-connected VERTEXes
2014-04-23 15:21:09 +04:00
Renaud Nédélec
8aa40d2810 Update of padder doc 2014-04-23 11:24:04 +02:00
eap
3f0822bd99 Regression SALOME_TESTS/Grids/smesh/viscous_layers_00/A1 2014-04-22 19:46:18 +04:00
eap
95d9cf9632 IPAL 12085: It is impossible to set "Threshold value" in the "Selection filter library" by selection.
52413: TC7.4.0:Selection filters Library
2014-04-22 19:40:07 +04:00
eap
b5871e675d IPAL 21532: Preview on groups of faces and volumes on any mesh is missing
Fix for a case of multiple element selection => group creation
2014-04-22 18:27:56 +04:00
eap
71bd4d3344 SALOME_TESTS/Grids/smesh/bugs_07/H5
Use 5 < angles < 85 degrees to find out a correct orientation
2014-04-21 13:17:46 +04:00
eap
cf9ef32c50 SALOME_TESTS/Grids/smesh/bugs_07/H5
Do not use angles < 5 degrees to find out a correct orientation
2014-04-17 21:05:20 +04:00
eap
faaf2eee1d SALOME_TESTS/Grids/smesh/bugs_03/D9
In updateDegenUV(), set same nb of segments on a degenerated EDGE
    NOT only at standard transition, to avoid failure because of
    "Inverted elements generated" reported for zero-area triangles.
2014-04-17 20:46:23 +04:00
eap
5c5fea746a 22564: EDF SMESH: Regression, FindNodeClosestTo does not return the right node on Salome_master/OCCT_6_7_1_beta
Refix 22511: EDF 2845 SMESH : error with UseExistingFaces
2014-04-17 17:45:55 +04:00
eap
45a71c4467 22245: [CEA] Method to get the minimal link length
Add Mesh.GetMinMax()
2014-04-17 15:56:40 +04:00
eap
17c25b0d25 22563: EDF SMESH: Regression with Projection_2D on Salome_master/OCCT_6_7_1_beta
Be more tolerant when looking for existing nodes on EDGE
2014-04-17 14:12:21 +04:00
eap
9c53b386de 22536: EDF 2876 SMESH : Problem with BodyFitting
fix for a case of cylinder on a box
2014-04-17 14:04:29 +04:00
ana
e66a037179 Win32 compatibility 2014-04-16 18:00:06 +04:00
eap
0de979b494 22313: EDF 2538 SMESH: Face with layers with ViscousLayer3D Hypothesis
Avoid diagonal inversion of trias of different FACEs
2014-04-16 15:26:37 +04:00
eap
9014427e5f 22316: EDF 2719 SMESH: Split hexas into prisms
Fix front-back method
2014-04-16 14:39:44 +04:00
Renaud Nédélec
9f501ed1df Merge branch 'master' of https://git.salome-platform.org/git/modules/smesh into rnc/zcracks_doc_integration 2014-04-16 11:27:07 +02:00
eap
479bf562b6 22539: [CEA 1126] Quadrangle mapping produces a non conform mesh
Add warning on a bad quality quad
2014-04-15 13:11:33 +04:00
Renaud Nédélec
f89ad61c33 ZCRACKS: Small modifications in the doc 2014-04-10 18:13:15 +02:00
Renaud Nédélec
a0175654b0 ZCRACKS: Added missing documentation 2014-04-10 17:27:19 +02:00
akl
057ae95be6 0022480: EDF 2773 SMESH: Automatic update in SMESH 2014-04-08 13:20:55 +04:00
eap
99baeb9583 22526: SMESH 2864 - Projection and Extrusion
fix dump
2014-04-07 17:24:24 +04:00
eap
64b2fcfed1 22526: SMESH 2864 - Projection and Extrusion
1) Set warning mesh icon if the mesh is computed with hyp errors.
2) When edit mesh, get name of geometry from the study directly (not SO -> GEOM_Object -> SO -> name ).
3) Prevent an exception when projecting faces with many holes.
2014-04-07 15:45:23 +04:00
eap
86a1fe792f 22536: EDF 2876 SMESH : Problem with BodyFitting
fix regression on doc/salome/examples/cartesian_algo.py
2014-04-07 12:54:17 +04:00
eap
878b3315d9 22536: EDF 2876 SMESH : Problem with BodyFitting
care of handedness of primitive shapes
2014-04-04 15:57:08 +04:00
eap
cc45ac3c82 22542: [CEA 1129]Convert to biquadradic creates a node ouside an element if mesh has no CAD
Fix quadratic->biquadratic w/o geometry
2014-04-03 21:01:55 +04:00
eap
54a7f4b412 22539: [CEA 1126] Quadrangle mapping on produces a non conform mesh
fix for a case of few (1-2) nb of side divisions
2014-04-03 19:39:48 +04:00
vsr
5d68554076 Merge branch V7_3_1_BR 2014-04-03 15:36:10 +04:00
mpa
b314c31c85 Correction of mistakes: 0022537: EDF 2877 SMESH : wrong information about the numbre of nodes with polyhedra 2014-04-02 14:32:44 +04:00
eap
cb88fa5e41 22541: [CEA 1127] Going quadratic with nodes on the geometry produces overlaping mesh
fix for a quad-dominant mesh
2014-04-02 14:27:50 +04:00
mpa
78400bad9c Merge branch 'origin/master' 2014-04-02 12:45:43 +04:00
mpa
22ea5ccafb Correction of mistakes: 0022537: EDF 2877 SMESH : wrong information about the numbre of nodes with polyhedra 2014-04-02 12:45:03 +04:00
Renaud Nédélec
209c9bd9c3 Merge branch 'master' into rbe/fix-boost-smart-pointers 2014-04-02 10:26:24 +02:00
mpa
dcc24a9c43 Correction of mistakes: 0022479: EDF 2823 SMESH: Add "multiplier" coefficient for balls 2014-04-02 10:09:25 +04:00
eap
32db05b07f Performance regression on SALOME_TESTS/Grids/smesh/bugs_16/S9 2014-04-01 20:48:00 +04:00
mpa
712a8ce960 0022537: EDF 2877 SMESH : wrong information about the numbre of nodes with polyhedra 2014-04-01 16:54:27 +04:00
rnv
9acd4347a6 Compilation on Windows platform. 2014-04-01 13:28:48 +04:00
Renaud Nédélec
683b9e264c Merge branch 'master' of https://git.salome-platform.org/git/modules/smesh 2014-03-31 15:23:24 +02:00
eap
7f0def7f18 22513: [CEA 1084] _objref_SMESH_Mesh instance has no attribute 'GetMEDMesh'
Document parameters of smeshBuilder.Mesh()
2014-03-31 17:14:34 +04:00
Renaud Nédélec
cdc42c9dc6 added a comment 2014-03-31 11:22:47 +02:00
Renaud Nédélec
fa6a0c1c31 zcrack plugin disabled if eficas isn't installed 2014-03-31 11:22:10 +02:00
Renaud Nédélec
985e3a3629 integration of a plugin for EDF
Conflicts:
	src/Tools/smesh_plugins.py
2014-03-31 11:20:10 +02:00
rnv
df5faa3c63 Compilation on Windows platform. 2014-03-28 15:41:31 +04:00
imn
3e7b8f4975 Fixing of bug concerning the resizing dialogue after choice another tabs 2014-03-28 13:48:56 +04:00
imn
5c6d39bbb8 0022482: EDF 2822 SMESH: Redesign of move node dialog box 2014-03-27 20:10:33 +04:00
imn
4c65637b3b Fixing of bug concerning the mesh info dialog after compute with quadratic elements 2014-03-27 19:27:55 +04:00
Renaud Barate
78eecd21fc Fix usage of Boost smart pointers for compatibility with Boost >= 1.53 2014-03-25 16:19:08 +01:00
mpa
8608b2b5ca 0022479: EDF 2823 SMESH: Add "multiplier" coefficient for balls 2014-03-24 11:29:24 +04:00
imn
1821a9c35f 0022523: [CEA 1096] Add a colomn "biquadratic" in "Mesh Information" 2014-03-21 20:58:45 +04:00
eap
17de6ce8ed 22511: EDF 2845 SMESH : error with UseExistingFaces
Fix regression of SALOME_TESTS/Grids/smesh/bugs_19/X7
2014-03-21 18:42:23 +04:00
eap
99c67a994b 22525: EDF 2863 SMESH : problem between BLSurf with viscous layer and projection
Always check zero UV
2014-03-21 16:27:14 +04:00
eap
e09cefb492 22308: EDF 2572 SMESH: Can't import a file with a non ascii character in the path
Replace OSD_Path, which does not support non-ascii coding, by SMESH_File
2014-03-21 14:53:47 +04:00
eap
f90e1ea49e 22516: [CEA 1075] Quadrangle mapping produces a bad mesh without raising error
For a case of a FACE with only concave corners.
2014-03-20 14:43:30 +04:00
eap
b56d0083b9 0022360: EDF SMESH: Body Fitting algorithm: incorporate edges
new version
2014-03-19 22:06:53 +04:00
eap
9ab3722c1b 22487: EDF 2778 SMESH: Add a GUI for the flat elements generation 2014-03-19 18:29:49 +04:00
eap
0ea528b07f 22516: [CEA 1075] Quadrangle mapping produces a bad mesh without raising error
Check that no inverted elements generated
2014-03-18 16:38:47 +04:00
eap
d9c7926dd6 22517: [CEA 1079] Filter Multi-connections can not be created with the graphical interface 2014-03-17 18:34:00 +04:00
Maintenance team (INV)
fda36beb99 0022364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms/hypotheses
Fix compilation problem
2014-03-17 09:54:10 +04:00
imn
e061c0b256 0022364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms/hypotheses
Small fix
2014-03-14 19:07:24 +04:00
eap
38ef3e316c Regression SALOME_TESTS/Grids/smesh/3D_mesh_NETGEN_02/C7
Box with composite sides is acceptable
2014-03-14 14:26:49 +04:00
eap
076deefb2b Regression of SALOME_TESTS/Grids/smesh/2D_mesh_QuadranglePreference_00/A8 2014-03-14 14:05:05 +04:00
mpa
943d6263fe Merge branch 'origin/V7_main' 2014-03-14 09:39:18 +04:00
mpa
d7d0fd87e0 0021746: EDF 2135 GEOM: Unification of Python documentations 2014-03-14 09:37:50 +04:00
eap
375935ef89 Fix a regression introduced by IMP 22316: EDF 2719 SMESH: Split hexas into prisms 2014-03-13 22:17:11 +04:00
eap
d58cd4792a 22501: [CEA 1076] Impossible to mesh at its position a translated without copy shape if the shape has already been meshed
Fix an introduced bug
2014-03-13 21:57:29 +04:00
eap
7cf31f46c4 ILMAB: export GEOM fields to MED file
Write INT fields as FLOAT ones
2014-03-13 19:40:00 +04:00
eap
7853f15768 22511: EDF 2845 SMESH : error with UseExistingFaces 2014-03-13 19:21:35 +04:00
eap
143f1ac50c 22491: EDF 2249 SMESH: Integration of a small python library for quadrangle meshing
Fix 1) license 2) bugs 3) obsolete import
2014-03-13 17:43:57 +04:00
eap
8fff0ccade 022491: EDF 2249 SMESH: Integration of a small python library for quadrangle meshing
Initial version
2014-03-13 17:03:29 +04:00
eap
460317455e 22501: [CEA 1076] Impossible to mesh at its position a translated without copy shape if the shape has already been meshed
Treat a more difficult case: the main shape is modified and a group contents changed
2014-03-12 15:15:57 +04:00
eap
e8af590068 22364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms/hypotheses
pass toCheckAll=true to IsApplicable() only if a shape is geom group
2014-03-12 15:12:59 +04:00
mpa
88c84e8922 Fixing of bugs concerning the clipping planes functionality 2014-03-12 10:11:57 +04:00
eap
395112afac 22364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms/hypotheses
1) Some fixes
  2) pass toCheckAll=true to IsApplicable() only if a shape is geom group
2014-03-11 19:46:54 +04:00
eap
28140bb1c8 22507: EDF 2845 SMESH : regression with 3D extrusion algo
Fix a case of a triangular base FACE with a sole triangular element
2014-03-11 17:33:49 +04:00
eap
2808cea8b6 ILMAB: export GEOM fields to MED file
Do not show fields that can't be exported: string fields and fields on the whole shape
2014-03-11 16:48:41 +04:00
eap
ef9be98a84 22501: [CEA 1076] Impossible to mesh at its position a translated without copy shape if the shape has already been meshed
update map of CORBA groups
2014-03-07 16:04:33 +04:00
eap
be0348c630 022501: [CEA 1076] Impossible to mesh at its position a translated without copy shape if the shape has already been meshed 2014-03-07 14:51:17 +04:00
eap
dc749f7053 ILMAB: export GEOM fields to MED file
Re-implement addition of 0D elements w/o modification of SMESHDS_Mesh
2014-03-05 19:37:55 +04:00
eap
97787812e2 ILMAB: export GEOM fields to MED file 2014-03-05 17:42:42 +04:00
eap
59e80d2f88 022500: [CEA 1077] 'GetLibName' not found 2014-03-05 17:05:14 +04:00
eap
590f139ee4 22502: [CEA 1070] "Convert to quadratic" does not work if some edges are not set by some elements during meshing
Fix a case of a node on VERTEX not belonging to EDGE the segment of node is on
2014-03-04 16:04:11 +04:00
eap
457be09338 22364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms/hypotheses
Minor fixes
2014-03-03 15:00:39 +04:00
imn
e26ffcc005 0022364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms/hypotheses
0022365: EDF SMESH: Create Mesh dialog box improvement: hide algorithms depending on a mesh type
2014-02-28 18:58:28 +04:00
eap
afed1e3409 22360]: EDF SMESH: Body Fitting algorithm: incorporate edges
Fix a case with vertex falling on a facet and not used at facet construction
2014-02-27 11:53:03 +04:00
eap
7c09ac523c 22364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms/hypotheses
Improve code readability
2014-02-26 13:50:42 +04:00
eap
10e32df831 22364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms/hypotheses
Bug: 3D tab disabled on an imported mesh
2014-02-26 12:57:20 +04:00
eap
3556420099 Bugs in CopyMesh()
1) Assure the mesh is loaded before copying
2) Fix wrong copying polyhedra
2014-02-26 12:55:21 +04:00
eap
f34590a67f 22364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms/hypotheses
1) Some optimization
2) Implement StdMeshers_Prism_3D::IsApplicable()
2014-02-25 18:54:34 +04:00
eap
e8f98d7a50 22364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms/hypotheses
+  /*!
+   * \brief Auto pointer
+   */
+  template <typename TOBJ> struct Deleter
2014-02-25 18:50:48 +04:00
mgn
e2cd4bc297 Additional fix for the "0021793: [CEA 625] Clipping : from coordinates
or from bounding box"
2014-02-24 15:36:54 +04:00
imn
6aea23b893 0022364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms/hypotheses
0022365: EDF SMESH: Create Mesh dialog box improvement: hide algorithms depending on a mesh type
2014-02-21 12:25:11 +04:00
akl
b0a908c0d2 Update copyrights 2014. 2014-02-20 16:25:37 +04:00
eap
4581091214 In Create Mesh dlg, add "objects" to a number of selected GEOM objects 2014-02-20 14:05:45 +04:00
eap
398091c671 Excess quote 2014-02-20 13:38:40 +04:00
eap
790cad1c40 0022360: EDF SMESH: Body Fitting algorithm: incorporate edges
Treat tangent transition at the 1st link node
2014-02-20 12:58:43 +04:00
eap
004510cb7d Make meshes with different names if several GEOM objects selected 2014-02-20 12:55:58 +04:00