Commit Graph

676 Commits

Author SHA1 Message Date
eap
a78f064b8c PAL16892 (impossible to create Distribution of Layers hypothesis, for Radial Prism 3D algorithm)
-  myHypTypes = SMESH::GetAvailableHypotheses( false, 0 );
+  myHypTypes = SMESH::GetAvailableHypotheses( false, 1 );
2007-09-11 13:33:17 +00:00
eap
a97aac6c22 + // PAL16857(SMESH not conform to the MED convention):
+        if ( aMeshDimension == 2 && anIsZDimension ) // 2D only if mesh is in XOY plane
+          aMeshDimension = 3;
2007-09-11 06:53:33 +00:00
eap
17429a9441 PAL16774,PAL16631(SALOME crash after a mesh computation that failed because of lack of memory)
Catch exceptions during visualization
2007-09-11 06:13:14 +00:00
eap
f0331f699b PAL16774,PAL16631(SALOME crash after a mesh computation that failed because of lack of memory)
Precise error message
2007-09-11 06:12:36 +00:00
eap
7ff996b8f5 PAL16774,PAL16631(SALOME crash after a mesh computation that failed because of lack of memory)
-  bool CheckMemory()
+  int CheckMemory() - return size of free memory
2007-09-11 06:12:14 +00:00
eap
9cfa837a1d PAL16774,PAL16631(SALOME crash after a mesh computation that failed because of lack of memory)
-  void Update( int theIsClear = true )
+  bool Update( int theIsClear = true )
2007-09-11 06:11:42 +00:00
eap
0fecea680b PAL16774,PAL16631(SALOME crash after a mesh computation that failed because of lack of memory)
1)
-  void Update( int theIsClear = true );
+  bool Update( int theIsClear = true );
2) Do not catch here
2007-09-11 06:11:13 +00:00
eap
b7b32942ac - FitAll();
+	      // FitAll(); - PAL16770(Display of a group performs an automatic fit all)
2007-09-10 13:38:49 +00:00
eap
3fa5dd52ed PAL16834 (smesh Prism don't work with NETGEN_2D algorithm)
fix regression involved by the previous fix
2007-09-06 13:08:23 +00:00
eap
c7d7f3a3f0 PAL16834 (smesh Prism don't work with NETGEN_2D algorithm)
fix FindMatchingNodesOnFaces() for a sphere meshed by NETGEN_2D_ONLY
2007-09-04 08:20:27 +00:00
jfa
7f32c96d19 Join modifications from V3_2_0_maintainance branch 2007-08-31 08:28:40 +00:00
jfa
b0c06e93e6 Bug 16777: Fix merging pb. 2007-08-27 08:34:00 +00:00
jfa
8407274e7b Fix pb. of merge 2007-08-24 12:44:39 +00:00
jfa
856524def1 Join modifications from V3_2_0_maintainance (V3_2_6pre4 - T32x_16Aug2007_16h00m) 2007-08-21 08:30:33 +00:00
abd
497b2d0467 Improvement of configure.ac files:
- calculation of XVERSION
- correct mail address of support
2007-07-24 04:40:42 +00:00
abd
700a886ff5 Add icons in binary mode 2007-07-17 07:47:19 +00:00
abd
21aa7e25de Remove icons from base in text mode 2007-07-17 07:46:23 +00:00
abd
f98067e534 Removed copying of configure files
Removed copying of pythonbe file
2007-06-27 13:10:19 +00:00
abd
00b2b67350 Separation KERNEL DEPRECATED configuration files from main config_files 2007-06-25 09:04:02 +00:00
jfa
4da5b791c7 Update User documentation for smesh package. 2007-06-21 10:10:26 +00:00
abd
72f9438f91 Update environment of windows version:
- products;
- projects.

Porting current version of BR_Dev_For_4_0 branch on Windows.
First stable Windows version of BR_Dev_For_4_0  branch.
2007-06-20 14:23:54 +00:00
jfa
06221800da Distributed Geom, Smesh. Modifications by Anthony GEAY. 2007-06-18 11:10:30 +00:00
eap
362e7633ec NPAL16132 (GHS3D execution failed in Salome version 4.0.0)
make each node in volume has it's own position but not set volume
   ID to static originSpacePosition()
2007-06-08 09:00:52 +00:00
eap
105d08dcbf NPAL16132 (GHS3D execution failed in Salome version 4.0.0)
correctly update _computeState for algos that
     NeedDescretBoundary() && ! OnlyUnaryInput()
2007-06-08 08:57:42 +00:00
abd
1c56e11967 Fix global links to local for correct work on any station 2007-04-25 09:22:05 +00:00
abd
174f30eb78 Integrate improvement PAL13615 from V3_2_0_maintainance 2007-04-24 11:04:11 +00:00
jfa
2884e2221b Fix error on attempt to assign a hypothesis. 2007-04-24 07:35:12 +00:00
maintenance team
2d4013ab7a Small modification 2007-04-23 14:26:23 +00:00
abd
a8ab4cfa79 Fix compilation errors on RedHat 2007-04-23 07:48:50 +00:00
abd
c62faf0b9f Fix mistakes in Makefile.am 2007-04-23 07:45:48 +00:00
abd
af2aec1a2e Fix compilation problems on RedHat( HDF flags ) 2007-04-20 14:56:18 +00:00
abd
f43aa3dde8 Fix compilation problems on RedHat 2007-04-20 14:49:18 +00:00
abd
ba07931b18 Fix compilation problems on Debian(OCC instaed CAS) and Mandriva64(CORBA CPPFLAGS) 2007-04-20 13:48:40 +00:00
abd
690e46a0e6 Fix compilation errors on Mandriva64 2007-04-20 12:30:54 +00:00
abd
29bf8799a0 Fix mistakes in CAS_LDPATH (OCC_LDPATH) 2007-04-20 12:06:33 +00:00
abd
103d80ae84 Fix compilation problems on RedHat
HDF5 includes
2007-04-20 12:02:41 +00:00
abd
c6ad6d4c6d Fix compilation problems on Mandriva64 and Mandriva 2007-04-20 11:08:24 +00:00
abd
e29e100d4e Fix problem with DEPRECATED files form KERNEL 2007-04-20 08:36:13 +00:00
abd
92a7ef34a2 Fix compilation errors on Mandriva64 2007-04-19 13:12:37 +00:00
abd
3e125896a0 Fix compilation errors 2007-04-19 09:39:10 +00:00
abd
358f8ddd54 Merging from V3_2_6pre4 2007-04-18 15:44:59 +00:00
abd
82decf21b0 Using AutoTools for build procedure 2007-04-13 14:53:27 +00:00
raza
eeccdfb1ef update __init__ function of Mesh_Triangle class 2007-04-04 15:45:23 +00:00
jfa
79137f3126 Modifications, sent by Stephane LIAUZU for new SMESH plugins (Hexotic, BLSURF). 2007-03-28 07:47:45 +00:00
enk
af2e05780a Porting to VTK-5.0.0 2007-03-15 15:10:27 +00:00
abd
8de9daadc2 Temporary rollback ASCII load/save for smesh 2007-02-13 15:46:06 +00:00
abd
a7337fae5b Update Salome version 2007-02-09 15:29:46 +00:00
abd
9d11375af4 Merging with WPdev 2007-02-07 12:14:23 +00:00
abd
4b8b3b4a28 Merging with WPdev 2007-02-07 11:58:38 +00:00
admin
466cf8703a This commit was generated by cvs2git to create branch 'BR_Dev_For_4_0'.
Sprout from V3_2_0_maintainance 2006-09-08 11:18:59 UTC jfa <jfa@opencascade.com> 'PAL13409: EDF282 SMESH: Tetrahedron is added if we specify Mefisto.'
Cherrypick from V3_2_0_maintainance 2007-01-22 15:14:46 UTC admin <salome-admin@opencascade.com> 'This commit was generated by cvs2git to create branch 'V3_2_0_maintainance'.':
    src/SMESH/SMESH_Octree.cxx
    src/SMESH/SMESH_Octree.hxx
    src/SMESH/SMESH_OctreeNode.cxx
    src/SMESH/SMESH_OctreeNode.hxx
Cherrypick from V3_2_0_maintainance 2006-06-08 14:05:10 UTC admin <salome-admin@opencascade.com> 'This commit was generated by cvs2git to create branch 'V3_2_0_maintainance'.':
    doc/salome/gui/SMESH/pics/a-extusionalongapath2.png
    doc/salome/tui/SMESH/sources/bg_salome.gif
2007-01-22 15:14:47 +00:00