Salome HOME
modules/smesh.git
17 years agoPAL12227. Patch incorrect DumpPython of SetCriteria(): add missing arg
eap [Tue, 25 Apr 2006 06:42:16 +0000 (06:42 +0000)]
PAL12227. Patch incorrect DumpPython of SetCriteria(): add missing arg

17 years agoPAL12227. Correct DumpPython of SetCriteria(): add missing arg
eap [Tue, 25 Apr 2006 06:31:53 +0000 (06:31 +0000)]
PAL12227. Correct DumpPython of SetCriteria(): add missing arg

18 years agoFix for bug 12253: 'SMESH_test0.py' is not executable, because gg had been removed...
jfa [Mon, 24 Apr 2006 06:28:32 +0000 (06:28 +0000)]
Fix for bug 12253: 'SMESH_test0.py' is not executable, because gg had been removed from geompy.

18 years agoUpdate SMESH documentation from YSN (for bug PAL11696).
mkr [Fri, 21 Apr 2006 12:15:58 +0000 (12:15 +0000)]
Update SMESH documentation from YSN (for bug PAL11696).

18 years agoPAL11400. put string literals describing patterns into separate functions
eap [Thu, 20 Apr 2006 15:04:33 +0000 (15:04 +0000)]
PAL11400. put string literals describing patterns into separate functions

18 years agoPAL12147. prevent from SIGSEGV when creating elements on NULL nodes
eap [Thu, 20 Apr 2006 14:37:24 +0000 (14:37 +0000)]
PAL12147. prevent from SIGSEGV when creating elements on NULL nodes

18 years agoImprove modules configuration an launching procedure:
vsr [Thu, 20 Apr 2006 13:39:46 +0000 (13:39 +0000)]
Improve modules configuration an launching procedure:
- split SalomeApp.xml file to have own copy for each module

18 years agoPAL11398. Generalize access to interfaces wrapped by python class
eap [Wed, 19 Apr 2006 13:43:50 +0000 (13:43 +0000)]
PAL11398. Generalize access to interfaces wrapped by python class

18 years ago(fix elem size for "LengthFromEdges" + "QuadraticMesh") - 2
eap [Tue, 18 Apr 2006 13:18:44 +0000 (13:18 +0000)]
(fix elem size for "LengthFromEdges" + "QuadraticMesh") - 2

18 years agoPAL11958. Prevent SIGSEGV on edgenerated edges when mesh is quadratic
eap [Tue, 18 Apr 2006 12:54:08 +0000 (12:54 +0000)]
PAL11958. Prevent SIGSEGV on edgenerated edges when mesh is quadratic

18 years agofix elem size for "LengthFromEdges" + "QuadraticMesh"
eap [Tue, 18 Apr 2006 12:52:10 +0000 (12:52 +0000)]
fix elem size for "LengthFromEdges" + "QuadraticMesh"

18 years agofix hypothesis removal
eap [Tue, 18 Apr 2006 12:50:29 +0000 (12:50 +0000)]
fix hypothesis removal

18 years agoUpdate SMESH documentation from YSN.
mkr [Tue, 18 Apr 2006 07:06:59 +0000 (07:06 +0000)]
Update SMESH documentation from YSN.

18 years agoFix for bugs IPAL12061, PAL9227
mkr [Mon, 17 Apr 2006 06:14:55 +0000 (06:14 +0000)]
Fix for bugs IPAL12061, PAL9227

18 years agofix submesh creation
eap [Thu, 13 Apr 2006 14:45:56 +0000 (14:45 +0000)]
fix submesh creation

18 years agofix deselecting desabled tab
eap [Thu, 13 Apr 2006 14:44:41 +0000 (14:44 +0000)]
fix deselecting desabled tab

18 years agorestore scale factor removed by mistake
eap [Thu, 13 Apr 2006 14:43:23 +0000 (14:43 +0000)]
restore scale factor removed by mistake

18 years agoprevent SIGFPE in SetParametersByMesh() when there are no edges in submesh
eap [Thu, 13 Apr 2006 09:58:01 +0000 (09:58 +0000)]
prevent SIGFPE in SetParametersByMesh() when there are no edges in submesh

18 years agoRemoved cout's
vsv [Thu, 13 Apr 2006 08:51:42 +0000 (08:51 +0000)]
Removed cout's

18 years agoChanges needed for smooth working of algorithms that need no descrete boundaries:
msv [Thu, 13 Apr 2006 08:41:58 +0000 (08:41 +0000)]
Changes needed for smooth working of algorithms that need no descrete boundaries:
- in SubMeshesComputed(), restrict checking to myDim-1 only
- in AlgoStateEngine(), clean all submeshes in the current on REMOVE_ALGO event
- in CleanDependsOn(), remove call to ComputeStateEngine to avoid repeatitive cleaning
- in ComputeStateEngine(), call CleanDependsOn on the event modifying hyp or algo
  regardless of current compute state

18 years agoremove repeated defining distribution for "Number of Segments" hypothesis
eap [Thu, 13 Apr 2006 07:58:51 +0000 (07:58 +0000)]
remove repeated defining distribution for "Number of Segments" hypothesis

18 years agoprevent SIGFPE with "Scale distribution" and "nb segments = 1"
eap [Thu, 13 Apr 2006 07:17:06 +0000 (07:17 +0000)]
prevent SIGFPE with "Scale distribution" and "nb segments = 1"

18 years agoclear existing hypotheses in startOperation()
eap [Wed, 12 Apr 2006 14:34:08 +0000 (14:34 +0000)]
clear existing hypotheses in startOperation()

18 years agoPAL12147. make different mesh_editors for different meshes in DumpPython file;
eap [Wed, 12 Apr 2006 14:13:59 +0000 (14:13 +0000)]
PAL12147. make different mesh_editors for different meshes in DumpPython file;
remove repeated mesh.GetMeshEditor() of the same mesh

18 years agoPAL12147. make different mesh_editors for different meshes in DumpPython file
eap [Wed, 12 Apr 2006 14:12:50 +0000 (14:12 +0000)]
PAL12147. make different mesh_editors for different meshes in DumpPython file

18 years agoPAL12147. prevent from SIGSEGV when creating elements on NULL nodes
eap [Wed, 12 Apr 2006 11:51:48 +0000 (11:51 +0000)]
PAL12147. prevent from SIGSEGV when creating elements on NULL nodes

18 years agoFix for bug IPAL12063.
mzn [Wed, 12 Apr 2006 11:35:58 +0000 (11:35 +0000)]
Fix for bug IPAL12063.

18 years agoChange version name to 3.2.0b1
jfa [Wed, 12 Apr 2006 09:26:24 +0000 (09:26 +0000)]
Change version name to 3.2.0b1

18 years agoCorrections in MED and SMESH for V3.2.0b1. A patch received from Paul RASCLE.
jfa [Wed, 12 Apr 2006 09:00:56 +0000 (09:00 +0000)]
Corrections in MED and SMESH for V3.2.0b1. A patch received from Paul RASCLE.

18 years agoFix for bug IPAL12088.
mzn [Wed, 12 Apr 2006 08:49:00 +0000 (08:49 +0000)]
Fix for bug IPAL12088.

18 years agoPAL12145. enable hypotheses selection after hypo addition
eap [Wed, 12 Apr 2006 08:02:41 +0000 (08:02 +0000)]
PAL12145. enable hypotheses selection after hypo addition

18 years agoPAL12129, fix Orentation of the preview for quadrangle and traingle
eap [Tue, 11 Apr 2006 14:00:53 +0000 (14:00 +0000)]
PAL12129, fix Orentation of the preview for quadrangle and traingle

18 years agoadd MaxElementArea to MEFISTO_2D
eap [Tue, 11 Apr 2006 13:20:34 +0000 (13:20 +0000)]
add MaxElementArea to MEFISTO_2D

18 years agominor changes
eap [Tue, 11 Apr 2006 13:19:33 +0000 (13:19 +0000)]
minor changes

18 years agoFix for IPAL12072 : Help button in Mesh module not work in following dialog boxes.
mkr [Tue, 11 Apr 2006 11:02:34 +0000 (11:02 +0000)]
Fix for IPAL12072 : Help button in Mesh module not work in following dialog boxes.

18 years agoFix for IPAL12072 : Help button in Mesh module not work in following dialog boxes.
mkr [Tue, 11 Apr 2006 08:42:15 +0000 (08:42 +0000)]
Fix for IPAL12072 : Help button in Mesh module not work in following dialog boxes.

18 years agoAdditional fix for bug IPAL12144(see comment from Alexey DERGATCHOV 2006-04-07 16...
mzn [Tue, 11 Apr 2006 07:25:06 +0000 (07:25 +0000)]
Additional fix for bug IPAL12144(see comment from Alexey DERGATCHOV 2006-04-07 16:03).

18 years agoFinishing improvement IPAL12061: rename element order from Square to Quadratic
msv [Tue, 11 Apr 2006 07:24:27 +0000 (07:24 +0000)]
Finishing improvement IPAL12061: rename element order from Square to Quadratic

18 years agoadd to GenericHypothesisCreator_i a method returning it's IDL module name to be used...
eap [Mon, 10 Apr 2006 15:29:29 +0000 (15:29 +0000)]
add to GenericHypothesisCreator_i a method returning it's IDL module name to be used for importing it in the script by PythonDump

18 years agoreflect algo<->algo and algo->hypos dependencies in GUI
eap [Mon, 10 Apr 2006 15:24:41 +0000 (15:24 +0000)]
reflect algo<->algo and algo->hypos dependencies in GUI

18 years agoimprove SubMeshesComputed()
eap [Mon, 10 Apr 2006 15:10:54 +0000 (15:10 +0000)]
improve SubMeshesComputed()

18 years agoTo provide compatibility between VTK 4.2.2, 4.2.6 & 4.4 versions
maintenance team [Mon, 10 Apr 2006 12:53:05 +0000 (12:53 +0000)]
To provide compatibility between VTK 4.2.2, 4.2.6 & 4.4 versions

18 years agoUpdates from LJLL
vsv [Fri, 7 Apr 2006 13:39:21 +0000 (13:39 +0000)]
Updates from LJLL

18 years agoPorting on Mandriva 64
apo [Fri, 7 Apr 2006 12:28:52 +0000 (12:28 +0000)]
Porting on Mandriva 64

18 years agoDebug PAL8101: SMesh: Controls - Scalar bar properties works wrong.
msv [Thu, 6 Apr 2006 13:33:54 +0000 (13:33 +0000)]
Debug PAL8101: SMesh: Controls - Scalar bar properties works wrong.
The LookupTable has been assigned the same number of table values as
the number of colors in the ScalarBarActor.

18 years agoPAL9896 - data is lost in "create mesh" if it is invalid
asl [Thu, 6 Apr 2006 11:27:21 +0000 (11:27 +0000)]
PAL9896 - data is lost in "create mesh" if it is invalid

18 years agoFix for bug IPAL12063.
mzn [Thu, 6 Apr 2006 10:40:41 +0000 (10:40 +0000)]
Fix for bug IPAL12063.

18 years agoExport UNV
vsv [Thu, 6 Apr 2006 10:17:24 +0000 (10:17 +0000)]
Export UNV

18 years agoFix bug 12109: SIGSEGV after trying to create sub-mesh in the second study.
jfa [Thu, 6 Apr 2006 08:12:40 +0000 (08:12 +0000)]
Fix bug 12109: SIGSEGV after trying to create sub-mesh in the second study.

18 years agoRead group 2467
vsv [Wed, 5 Apr 2006 14:51:03 +0000 (14:51 +0000)]
Read group 2467

18 years agoFix bug 11411: SMESH_Nut.py mesh computation failed.
jfa [Wed, 5 Apr 2006 09:22:08 +0000 (09:22 +0000)]
Fix bug 11411: SMESH_Nut.py mesh computation failed.

18 years ago*** empty log message ***
vsv [Wed, 5 Apr 2006 07:38:27 +0000 (07:38 +0000)]
*** empty log message ***

18 years agoFix for Bug IPAL10960:
enk [Tue, 4 Apr 2006 13:08:15 +0000 (13:08 +0000)]
Fix for Bug IPAL10960:
TC: Inner of the mesh is invisible after clipping applying.

18 years agoImprovement IPAL12061: add mesh information about quadratic elements
msv [Tue, 4 Apr 2006 12:53:54 +0000 (12:53 +0000)]
Improvement IPAL12061: add mesh information about quadratic elements

18 years agoControl names of homogen groups
vsv [Tue, 4 Apr 2006 10:44:53 +0000 (10:44 +0000)]
Control names of homogen groups

18 years agoExport UNV groups
vsv [Tue, 4 Apr 2006 10:19:22 +0000 (10:19 +0000)]
Export UNV groups

18 years agoCorrect an obvious mistake.
jfa [Mon, 3 Apr 2006 13:51:04 +0000 (13:51 +0000)]
Correct an obvious mistake.

18 years agofix the previous revision
eap [Mon, 3 Apr 2006 10:57:56 +0000 (10:57 +0000)]
fix the previous revision

18 years agoSmall improvement to allow plugins not providing default hypotheses creator for algor...
jfa [Mon, 3 Apr 2006 10:00:58 +0000 (10:00 +0000)]
Small improvement to allow plugins not providing default hypotheses creator for algorithms.

18 years agofix reading/writting quadratic edges
eap [Mon, 3 Apr 2006 09:10:37 +0000 (09:10 +0000)]
fix reading/writting quadratic edges

18 years agoPAL11736. fix reading/writting quadratic elements
eap [Mon, 3 Apr 2006 06:05:56 +0000 (06:05 +0000)]
PAL11736. fix reading/writting quadratic elements

18 years agoRead UNV groups
vsv [Thu, 30 Mar 2006 14:03:00 +0000 (14:03 +0000)]
Read UNV groups

18 years agoRead groups
vsv [Thu, 30 Mar 2006 13:57:19 +0000 (13:57 +0000)]
Read groups

18 years agoAdded support for doxygen1.4.4 and higher (with PYTHON documenation support)
enk [Thu, 30 Mar 2006 12:28:36 +0000 (12:28 +0000)]
Added support for doxygen1.4.4 and higher (with PYTHON documenation support)

18 years agoFix for bug PAL6698.
mzn [Wed, 29 Mar 2006 14:13:36 +0000 (14:13 +0000)]
Fix for bug PAL6698.

18 years agoExport StdMeshersGUI_StdHypothesisCreator.h
eap [Wed, 29 Mar 2006 12:31:26 +0000 (12:31 +0000)]
Export StdMeshersGUI_StdHypothesisCreator.h

18 years agoFix for bugs IPAL11916, IPAL11917.
mzn [Wed, 29 Mar 2006 11:38:10 +0000 (11:38 +0000)]
Fix for bugs IPAL11916, IPAL11917.

18 years agoPAL12037. Add protection against None shapes and empty geom groups
eap [Wed, 29 Mar 2006 11:28:20 +0000 (11:28 +0000)]
PAL12037. Add protection against None shapes and empty geom groups

18 years agoPAL11428. Implement SMESHGUI_ShapeByMeshOp operation
eap [Wed, 29 Mar 2006 07:51:52 +0000 (07:51 +0000)]
PAL11428. Implement SMESHGUI_ShapeByMeshOp operation

18 years agoPAL11428. fix selection mode storage/restoration
eap [Wed, 29 Mar 2006 07:48:40 +0000 (07:48 +0000)]
PAL11428. fix selection mode storage/restoration

18 years agoAdd references into SMESH dialogs to corresponding help pages.
mkr [Tue, 28 Mar 2006 08:35:10 +0000 (08:35 +0000)]
Add references into SMESH dialogs to corresponding help pages.

18 years agoUpdate GUI documentation for SMESH module.
mkr [Tue, 28 Mar 2006 08:25:33 +0000 (08:25 +0000)]
Update GUI documentation for SMESH module.

18 years agoPAL11988. add reverse connectivity for QUAD_EDGE
eap [Tue, 28 Mar 2006 06:18:09 +0000 (06:18 +0000)]
PAL11988. add reverse connectivity for QUAD_EDGE

18 years agoPAL11992. fix cleanMesh()
eap [Mon, 27 Mar 2006 13:34:04 +0000 (13:34 +0000)]
PAL11992. fix cleanMesh()

18 years agoGroup management
vsv [Mon, 27 Mar 2006 12:41:39 +0000 (12:41 +0000)]
Group management

18 years agoFix for Bug11695
apo [Mon, 27 Mar 2006 12:23:15 +0000 (12:23 +0000)]
Fix for Bug11695
   Porting problem: CRASH after import of "ex15_cyl2geometry.py".

18 years agocorrect the previous modification
eap [Mon, 27 Mar 2006 11:18:46 +0000 (11:18 +0000)]
correct the previous modification

18 years agoElement 21 is a simple linear edge
vsv [Mon, 27 Mar 2006 10:42:11 +0000 (10:42 +0000)]
Element 21 is a simple linear edge

18 years agoFix for Bug IPAL11977:
enk [Mon, 27 Mar 2006 09:48:18 +0000 (09:48 +0000)]
Fix for Bug IPAL11977:
TC: Incorrect AspectRatio3D presentation after editing Scalar Bar properties

18 years agoPAL11986. Set REDAY_TO_COMPUTE to the main submesh when mesh becomes empty
eap [Mon, 27 Mar 2006 09:34:26 +0000 (09:34 +0000)]
PAL11986. Set REDAY_TO_COMPUTE to the main submesh when mesh becomes empty

18 years agoPAL11986. Add a new status to ErrorCode enum; thoroughly check if projection is needed
eap [Mon, 27 Mar 2006 09:32:41 +0000 (09:32 +0000)]
PAL11986. Add a new status to ErrorCode enum; thoroughly check if projection is needed

18 years agoPAL11986. Add a new status to ErrorCode enum
eap [Mon, 27 Mar 2006 09:30:43 +0000 (09:30 +0000)]
PAL11986. Add a new status to ErrorCode enum

18 years agoPAL11986. Add a new status to ErrorCode enum
eap [Mon, 27 Mar 2006 07:09:39 +0000 (07:09 +0000)]
PAL11986. Add a new status to ErrorCode enum

18 years ago1) Add references into SMESH dialogs to the corresponding help pages from GUI documen...
mkr [Fri, 24 Mar 2006 14:10:23 +0000 (14:10 +0000)]
1) Add references into SMESH dialogs to the corresponding help pages from GUI documentation.
2) Remove unused classes.

18 years agoease the life of possible ancestors
eap [Fri, 24 Mar 2006 11:59:10 +0000 (11:59 +0000)]
ease the life of possible ancestors

18 years agofix vector definition by 2 points
eap [Fri, 24 Mar 2006 11:56:37 +0000 (11:56 +0000)]
fix vector definition by 2 points

18 years agoUsing for aclocal additional directory(-I) instead of change own(--acdir=).
nds [Fri, 24 Mar 2006 11:33:59 +0000 (11:33 +0000)]
Using for aclocal additional directory(-I) instead of change own(--acdir=).

18 years agoFix for bug IPAL11949(TC: Just created nodes are invisible).
mzn [Fri, 24 Mar 2006 10:57:08 +0000 (10:57 +0000)]
Fix for bug IPAL11949(TC: Just created nodes are invisible).

18 years agoFix for Bug 9863
apo [Fri, 24 Mar 2006 10:44:57 +0000 (10:44 +0000)]
Fix for Bug 9863
   TC: Application crashes after second running of the "ex00_all.py".

18 years agofix bug 11943 TC: Wrong nodal connectivity of hexahedrons imported from UNV format...
eap [Fri, 24 Mar 2006 10:04:48 +0000 (10:04 +0000)]
fix bug 11943 TC: Wrong nodal connectivity of hexahedrons imported from UNV format file

18 years agoFix bug 11950: Propagation of 1D hypothesis doesn't work.
jfa [Thu, 23 Mar 2006 09:43:52 +0000 (09:43 +0000)]
Fix bug 11950: Propagation of 1D hypothesis doesn't work.

18 years agoFix for Bug IPAL11982:
enk [Thu, 23 Mar 2006 09:22:18 +0000 (09:22 +0000)]
Fix for Bug IPAL11982:
TC: impossible to create a polygon

18 years agoSuppress mixing states of 'Free Edges' and 'Free Borders' controls in popup.
jfa [Thu, 23 Mar 2006 08:34:50 +0000 (08:34 +0000)]
Suppress mixing states of 'Free Edges' and 'Free Borders' controls in popup.

18 years agoFix bug 11884: BordersAtMulticonnection2D worked incorrect. Also fix FreeEdges functor.
jfa [Thu, 23 Mar 2006 07:36:24 +0000 (07:36 +0000)]
Fix bug 11884: BordersAtMulticonnection2D worked incorrect. Also fix FreeEdges functor.

18 years agoFix for Bug IPAL11843:
enk [Tue, 21 Mar 2006 08:08:05 +0000 (08:08 +0000)]
Fix for Bug IPAL11843:
Error in the python code if use Nb. Segments hypothesis with analitic density

18 years agoFix for Bug IPAL11013:
enk [Tue, 21 Mar 2006 08:05:09 +0000 (08:05 +0000)]
Fix for Bug IPAL11013:
Hexahedron that created with "Polyhedron" functionality breaks VTK viewer and "Aspect Ratio 3D"

18 years agoFix for Bug IPAL11055:
enk [Tue, 21 Mar 2006 08:00:48 +0000 (08:00 +0000)]
Fix for Bug IPAL11055:
It is impossible to input negative value as f(t) in table function.

18 years agoAdditional fix for bug IPAL11402. OCC_3_2_0a2_TC
mzn [Mon, 20 Mar 2006 15:34:20 +0000 (15:34 +0000)]
Additional fix for bug IPAL11402.

18 years agoFix for Bug IPAL11293
apo [Mon, 20 Mar 2006 09:12:43 +0000 (09:12 +0000)]
Fix for Bug IPAL11293
   SMESH: application crashes with wrong parameters of extrusion

18 years agoFix error in FreeEdges_i::GetBorders(). See bug 11894, description item 6.
jfa [Mon, 20 Mar 2006 09:03:14 +0000 (09:03 +0000)]
Fix error in FreeEdges_i::GetBorders(). See bug 11894, description item 6.