rnv
6b6e2ef015
Fix for the bug "21427: EDF 2024 SMESH: numbering does not take into account clipping".
2011-11-30 14:14:36 +00:00
eap
e5dee33572
0021436: EDF 1810 SMESH: Create a segment and adding it to a group causes Salome to crash
2011-11-30 14:08:25 +00:00
eap
86b8303fcf
0021422: EDF 1963 SMESH: Viscous layer algorithm fails in some cases (cylindre_partition.py)
...
fix shrinking on cancave FACEs
2011-11-30 13:49:21 +00:00
eap
3b74875d9a
0021422: EDF 1963 SMESH: Viscous layer algorithm fails in some cases
...
In NotifyListenersOnEvent(), enable removal of a listener from
myEventListeners by its ProcessEvent()
2011-11-30 13:47:05 +00:00
gdd
86b667c6a5
Update French translation file
2011-11-25 15:50:05 +00:00
eap
3b5470266a
0021422: EDF 1963 SMESH: Viscous layer algorithm fails in some cases
...
protect from SIGSEGV when used with "Viscous layers"
2011-11-24 14:35:35 +00:00
vsr
b8043c6073
Fix make distcheck errors in without GUI mode
2011-11-23 15:55:56 +00:00
rnv
bdd6176cbd
Fix compilation warnings.
2011-11-22 11:04:29 +00:00
eap
329743184a
regression of grid test SMESH_TEST/Grids/smesh/imps/G0
...
Since CLEAN event doesn't reach the shape to mesh at hyp
modification any longer, set event listeners on all involved source submeshes
2011-11-22 08:22:00 +00:00
eap
f1c147c629
regression of grid test SMESH_TEST/Grids/smesh/imps/G0
...
+ std::vector<SMESH_subMesh*> GetSourceSubMeshes(const SMESH_Mesh* srcMesh) const;
2011-11-22 08:15:52 +00:00
eap
73c9a31feb
untabify
2011-11-22 08:14:21 +00:00
eap
4bf4f40c43
typo in comment
2011-11-21 08:39:13 +00:00
ana
7bea5a1232
Fix for the bug IPAL22824 TC6.0.4: Export many meshes in one Med file works wrong
2011-11-18 12:28:18 +00:00
rnv
bcb7c80de5
rnv: prepare SALOME-6.4.0 version for the Win32 platform.
2011-11-18 08:51:13 +00:00
eap
c20306b7e6
1) fix MeshJobManager_i.cxx:208: error: invalid conversion from 'const char*' to 'char*'
...
2) untabify
2011-11-18 07:03:30 +00:00
rnv
f93b8b08cc
rnv: Prepare SALOME-6.4.0 version for Win32 platform.
2011-11-17 13:27:56 +00:00
eap
824b154851
untabify
2011-11-17 11:20:18 +00:00
eap
cb763eea38
IPAL22823: exception when display operation is applied for edited but not computed mesh
...
In SMESH_VisualObjDef::GetUnstructuredGrid(), compact myGrid if
it is a shallowCopy of SMDS_UnstructuredGrid
2011-11-17 08:36:58 +00:00
eap
5ced91ed62
untabify
2011-11-17 08:34:15 +00:00
eap
c59b4d47bb
0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
...
in initPoly(), do not orient faces of polyhedron as it is just
wasting time if the user cares him-self of orientation of faces, on the other
hand the commented code works only for planar faces and convex polyherdons.
2011-11-17 07:32:02 +00:00
eap
e6c63f002f
0021422: EDF 1963 SMESH: Viscous layer algorithm fails in some cases
...
fix orienting sides at viscous layers on 4 faces
2011-11-16 15:37:46 +00:00
eap
02024c6589
0021422: EDF 1963 SMESH: Viscous layer algorithm fails in some cases
...
1) fix getting node UV on a periodic FACE
2) enable inflation along a seam edge
3) force shrinking on a FACE at relatively thin layers
2011-11-16 15:35:58 +00:00
eap
2daf574775
Roll back the previous modifs
2011-11-15 16:36:25 +00:00
eap
c099565265
Fix errors in generating documentation by SPHINX
...
-latex_logo = '../salome/tui/images/head.png'
+latex_logo = '@srcdir@/../salome/tui/images/head.png'
2011-11-15 16:15:03 +00:00
eap
0d822a67a9
Fix errors in generating documentation by SPHINX
...
+.. text below is (temporary?) commented since importing geomtools
+.. requires SALOME to be running
2011-11-15 16:14:47 +00:00
eap
402b8e36c6
fix errors in doxycomments
2011-11-15 10:17:38 +00:00
eap
a3e0c7928f
Salome documentation revision by Yury Solomatin
2011-11-15 10:17:08 +00:00
boulant
874fefdb17
FIX: padder configuration process for plugin integration
2011-11-10 14:36:19 +00:00
vsr
eb3e26bcdb
Fix make problem on Debian 4.0 (automake 1.9 does not support builddir variable)
2011-11-10 09:01:14 +00:00
vsr
a0862ab0ad
Fix errors of the documentation
2011-11-10 08:41:13 +00:00
vsr
bd00257e5d
Fix errors of the documentation
2011-11-10 08:33:06 +00:00
vsr
cfea6a12fd
Fix problems of make distcheck
2011-11-10 08:05:05 +00:00
vsr
b169b1a7b7
Fix problems of make distcheck
2011-11-10 07:53:49 +00:00
boulant
2e10096b05
Delete salome_plugins.py (become smesh_plugins.py)
2011-11-09 15:39:30 +00:00
vsr
ec06a9ac7f
Remove obsolete files
2011-11-09 14:21:49 +00:00
vsr
8dbf90b307
Add missing files for make dist step
2011-11-09 14:00:25 +00:00
vsr
cc2c1df408
Remove obsolete files
2011-11-09 13:38:48 +00:00
vsr
90d1141123
Remove obsolete files
2011-11-09 13:30:50 +00:00
gdd
8ff4e0e624
Fix compilation on Ubuntu 11.10: add missing BOOST link flags
2011-11-08 16:46:53 +00:00
boulant
0f838b9644
Finalize SMESH/padder integration (with tests and documentation)
2011-11-08 10:13:50 +00:00
rnv
1dc8a6cb2c
Fix SIGSEGV in the SMESH_ExtractGeometry filter.
2011-11-08 06:44:15 +00:00
rnv
b713a5471d
Fix for the bug 21416: EDF SMESH: Impossible to display a group of polyhedra
2011-11-07 10:34:28 +00:00
eap
6e9a9249d6
0016202: EDF 465 SMESH : Propagation 1D on edges group
...
fix scale distribution
2011-11-07 10:24:32 +00:00
gdd
a68d5534ec
rnc: added a remark in viscous layer dialog labels
2011-11-04 17:48:07 +00:00
boulant
a95f290f60
Integration of the PADDER algorithm as a simple SALOME plugin.
...
The plugin contains:
- a SALOME component (C++)
- a graphical interface (python)
- a plugin_manager.py file for integration
The compilation of this package is NOT activated yet because some feature still not work correctly (next week I hope).
2011-11-04 17:20:15 +00:00
eap
89f13ac88c
untabify
2011-11-03 14:08:22 +00:00
eap
aab884d201
python dump SetColor() only if the color changes
2011-11-03 14:07:53 +00:00
eap
2fb8ce8c74
0021014]: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
...
Set a good filter name in groupOnFilter.SetFilter( filter0x628fc30 )
2011-11-03 14:07:18 +00:00
eap
f99b0ab887
in ConvertToStandalone(), copy color as well
2011-11-03 14:04:43 +00:00
gdd
7b55650ae9
Fix mispell
2011-11-03 13:50:15 +00:00