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
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
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
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
eap
214d7e4bdc
22691: [CEA 1279] Regression on test attached with issue 22229
2014-09-15 15:22:28 +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
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
mpa
d0cb9e8d04
0022672: SMESH: Add a "Reset" in the "Controls" menu of smesh
2014-09-08 10:30:44 +04: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
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