Commit Graph

1091 Commits

Author SHA1 Message Date
eap
309959077f Regression of SALOME_TESTS/Grids/smesh/imps_08/I8 2013-11-15 14:44:06 +00:00
eap
d547ba4db9 more comments 2013-11-15 13:43:38 +00:00
eap
b7eee22ba4 Regression of SALOME_TESTS/Grids/smesh/dump_study_00/B7
In CheckObjectPresence(), skip print statement
2013-11-15 12:44:42 +00:00
eap
1872ac43e1 Regression of SALOME_TESTS/Grids/smesh/bugs_19/X7
Increase nb of allowed shrink loops
2013-11-15 12:19:28 +00:00
eap
c2a18a423e Regression of SALOME_TESTS/Grids/smesh/bugs_13/N9
Fix association of SHELLs
2013-11-15 11:59:48 +00:00
eap
bfcfbc1ba9 Prevent failure if a degenerated EDGE is not meshed 2013-11-15 10:20:33 +00:00
eap
862dfb92f3 2355: EDF SMESH: New 1D hypothesis "Adaptive"
More performance optimization
2013-11-15 09:48:22 +00:00
eap
813092187c 22406: EDF SMESH Regression : Items are missing in group contextual menu
Fix the previous "improvement"
2013-11-14 15:15:27 +00:00
eap
f7f460b8b0 2355: EDF SMESH: New 1D hypothesis "Adaptive"
Performance optimization
2013-11-14 14:27:06 +00:00
eap
66f244f657 Enable canceling Compute 2013-11-14 14:25:12 +00:00
vsr
629f12cf13 Correct tbb detection procedure 2013-11-14 14:07:03 +00:00
eap
301a74fd98 22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls
Performance optimization for groups on filter:

int SMESHGUI_Selection::numberOfNodes( int ind ) const
{
...
-        return aGroupObj->Size();
+        return aGroupObj->IsEmpty(); // aGroupObj->Size();
2013-11-14 09:17:58 +00:00
eap
d51efe3933 Move BelongToGeom and LyingOnGeom classes to src/Controls/SMESH_Controls* 2013-11-14 09:15:23 +00:00
eap
b527115273 22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls
1) In ElementsOnShape, particularly treat a case of the box shape, to
   speed up classification
2) Move BelongToGeom and LyingOnGeom classes from SMESH_Filter_i.*xx
2013-11-14 09:14:20 +00:00
mpa
120b69a243 CMake:
- add definition WITH_TBB
2013-11-14 05:40:14 +00:00
eap
a897e2d0ce 22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls
Set SUIT_OverrideCursor while all mesh elements are filtered
2013-11-13 14:40:40 +00:00
eap
62e1c11b6d untabify 2013-11-13 14:39:43 +00:00
eap
39fabf09c1 22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls
In ClearMesh(), free elements cashed in GroupOnFilter's
2013-11-13 14:39:11 +00:00
eap
530e2aa3f8 22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls
Cash elements in case of small meshes
2013-11-13 14:38:10 +00:00
eap
1f4550c491 22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls
Prepare to parallelism
2013-11-13 14:35:36 +00:00
eap
6a811b721c -OPTION(SALOME_SMESH_USE_TBB "Enable shape recognition from picture" OFF)
+OPTION(SALOME_SMESH_USE_TBB        "Enable parallel computation" OFF)
2013-11-13 13:01:26 +00:00
mpa
5e6fce4073 CMake:
- delete kernel dependency because options are local now
2013-11-13 12:27:06 +00:00
vsr
c399a1c959 0022400: EDF SMESH: ExportCGNS is not available anymore in V7_main 2013-11-13 06:12:05 +00:00
vsr
0db664340e Correct documentation for SALOME_SMESH_USE_CGNS option 2013-11-13 05:13:10 +00:00
eap
423f2b8731 022398: EDF 2783 SMESH: No end with viscous layer computation
Prevent infinite loop in shrink()
2013-11-12 14:50:30 +00:00
eap
7ba5d8000f 022398: EDF 2783 SMESH: No end with viscous layer computation
1) Fix CheckNodeU() for unfinite U and NURBS curve
2)
+  static double GetAngle( const TopoDS_Edge & E1, const TopoDS_Edge & E2, const TopoDS_Face & F);
2013-11-12 14:48:16 +00:00
eap
56fa701d47 022398: EDF 2783 SMESH: No end with viscous layer computation
+  static double GetAngle( const TopoDS_Edge & E1, const TopoDS_Edge & E2, const TopoDS_Face & F);
2013-11-12 14:46:58 +00:00
rnv
cf381121dc Win32 compilation. 2013-11-11 11:46:01 +00:00
eap
7b33bc39fd 22355: EDF SMESH: New 1D hypothesis "Adaptive" 2013-11-11 11:07:44 +00:00
rnv
ea08a22955 Small correction. 2013-11-11 10:45:01 +00:00
mpa
35fe299875 CMake: Edit sphinx documentation 2013-11-07 13:08:36 +00:00
mpa
7f8cbff034 CMake: Update path and version variables for current build system 2013-11-07 11:30:33 +00:00
mpa
42838fe2b8 CMake:
- add tests for this module which can be run via command "make test"
2013-11-06 10:43:34 +00:00
mpa
b0dd4fd16f CMake:
- define variable SALOME_BUILD_TESTS and find CppUnit for adding tests to this module
2013-11-06 10:36:07 +00:00
rnc
2d9205e89f Japanese translations update 2013-11-05 15:26:19 +00:00
mpa
23c65fd076 CMake: improved reloading of dependent CMake targets in Config file to
account for COMPONENTS.
2013-11-05 12:49:17 +00:00
rnv
706f4f7e51 Fix for the "0022345: EDF 2754 SMESH: Select pyramids in Mesh Information" issue. 2013-11-05 11:26:07 +00:00
mpa
91b5b91616 CMake:
Edit documentation. Use salome macros to set the environment for sphinx run.
2013-11-01 10:44:42 +00:00
mpa
e00fb4f780 CMake: Edition accumulation of LD_LIBRARY_PATH, PATH and PYTHONPATH 2013-10-31 11:08:56 +00:00
mpa
da1147d0f1 CMake: Add keyword NOCHECK for accumulating environment because included directories not exists in this moment 2013-10-31 11:07:26 +00:00
vsr
e8f2021b3a Add missing link dependency (libcgns depends on hdf5 but does not link against libhdf5 on Linux) 2013-10-31 10:17:43 +00:00
mpa
f62c72a07d CMake:
Edit documentation. Now it use salome macros to set the environment for sphinx run.
2013-10-29 10:13:14 +00:00
mpa
26edd5c9fb CMake:
Edit documentation. Now it use salome macros to set the environment for sphinx run.
2013-10-29 10:09:19 +00:00
mpa
ae1e664d2a CMake:
- Accumulate environment variables, to be used later to run some command in proper environment.
2013-10-29 08:32:59 +00:00
vsr
5bd4251de9 Workaround about SWIG_ADD_MODULE bug: remove duplicates in include directories 2013-10-29 07:31:44 +00:00
rnc
02dc428b77 Small correction in the doc of FindCoincidentNodes, MergeNodes, MergeElements ... The type of object returned or taken as an argument by these methods has been detailed with more accuracy 2013-10-28 15:32:04 +00:00
ana
74493f3fdb Fix compilation on WIN64 in Release mode 2013-10-25 13:31:17 +00:00
rnv
1e17e9ef94 Win32 compilation. 2013-10-24 12:05:53 +00:00
rnv
01488106b7 Generate documentation only if corresopnding option is swiched on. 2013-10-24 12:05:10 +00:00
rnv
5c7170a3e6 Add dll import/export on WIN32 platform. 2013-10-24 12:04:17 +00:00