Commit Graph

304 Commits

Author SHA1 Message Date
eap
293fc4dc12 22401: [CEA 992] Regression on SMESH using NETGEN 2D
Change default grading "Very Coarse" -> "Coarse"
2013-11-15 10:36:37 +00:00
eap
d30b889d60 22401: [CEA 992] Regression on SMESH using NETGEN 2D
Ignore degenerated segments when setting local h
2013-11-14 10:26:03 +00:00
mpa
aa4bd5b388 CMake:
- delete kernel dependency because options are local now
- enable cmake testing for have message "No tests were
found" if module has not tests
2013-11-13 12:22:16 +00:00
eap
357daeae9c -#if (OCC_VERSION_MAJOR << 16 | OCC_VERSION_MINOR << 8 | OCC_VERSION_MAINTENANCE) > 0x060100 2013-11-11 11:19:26 +00:00
eap
d714c9c6e3 22355: EDF SMESH: New 1D hypothesis "Adaptive"
Let netgen limit size of triangles depending on geometry curvature in
case of missing hypothesis or usage of "NETGEN Parameters" hypothesis
2013-11-11 11:19:09 +00:00
vsr
0a40e8e3d5 Fix configuration pb 2013-11-06 09:09:13 +00:00
rnc
15f9fe75d1 Japanese translations update 2013-11-05 15:24:50 +00:00
mpa
418bd688ee CMake: improved reloading of dependent CMake targets in Config file to
account for COMPONENTS.
2013-11-05 12:47:01 +00:00
mpa
2f48bda7c3 CMake:
Edit documentation. Use salome macros to set the environment for sphinx run.
2013-11-01 07:56:30 +00:00
mpa
440d8e0757 CMake:
- Accumulate environment variables, to be used later to run some command in proper environment.
2013-10-31 11:52:42 +00:00
rnv
57df145536 Win32 compilation. 2013-10-24 13:46:04 +00:00
mpa
a312ca18d1 CMake: rollback of previous changes 2013-10-23 14:17:20 +00:00
mpa
feef20b720 CMake: doing proper string comparison in IF clause 2013-10-23 10:20:07 +00:00
mpa
3450854f5a CMake: using SALOME_ACCUMULATE_HEADERS() to populate the complete list of includes required by NETGENPLUGIN header files. 2013-10-23 06:53:12 +00:00
mpa
4052f4fdf1 Cmake: add a deletion of documentation directory to command make clean 2013-10-23 06:51:01 +00:00
mpa
9569036bf2 - SALOME_BUILD_DOC, SALOME_BUILD_TESTS and SALOME_BUILD_DOC should be independent in each module
- Add definitions and include directories of dependent modules
2013-10-23 06:48:43 +00:00
vsr
2c329c3f03 Add alternative automatic triangulation and tetrahedralization hypotheses sets 2013-10-18 11:11:48 +00:00
vsr
0cb412870a Correct netgen headers detection 2013-10-14 13:44:14 +00:00
rnc
34970f3a3d IMP: NETGENPLUGIN / CMake build procedure: CAS and VTK can be found on the base of the configuration exposed by GUI if any 2013-10-14 09:16:04 +00:00
rnv
a6960ceab7 Porting NETGENPLUGIN SALOME module build procedure to the CMake build system: initial version. 2013-10-11 12:38:59 +00:00
eap
8d75206ca6 Pb: nothing is generated on several-solids shape if there is a
sub-mesh on an empty geom group.
2013-10-10 10:28:16 +00:00
eap
005805f161 -#include "GEOM_Object.hxx" 2013-09-26 08:21:18 +00:00
eap
f5389785da 22170: [CEA 704] Redirect NETGEN outup in a log file
redirect cout-output to the file as well
2013-09-10 13:41:19 +00:00
eap
d3f5a4cc76 Progress bar 2013-09-03 15:43:58 +00:00
eap
5a195df013 - cout << "NOTE: netgen output log was REMOVED " << _outputFileName << endl; 2013-08-23 15:00:28 +00:00
vsr
229f703ec6 Merge from V7_2_BR 09/08/2013 2013-08-12 10:51:49 +00:00
eap
328c64b611 Fix regression of SMESH_TEST/Grids/smesh/3D_mesh_Extrusion/A3
Pb with INTERNAL FACE
2013-08-08 14:48:03 +00:00
eap
93e99a8303 0022291: EDF 2712 SMESH: Bad dump of QuadrangleParameters
+               idl-module="NETGENPlugin"
2013-08-07 09:35:26 +00:00
eap
f39fa7b8d8 progress bar 2013-08-05 12:24:30 +00:00
rnc
9d09502341 IMP: NETGENPLUGIN: Japanese translations 2013-07-25 12:56:56 +00:00
eap
cffc818f79 0022170: [CEA 704] Redirect NETGEN outup in a log file
Keep output files in case of failure in DEBUG mode only
2013-07-23 12:58:30 +00:00
eap
20a307c4b6 0022170: [CEA 704] Redirect NETGEN outup in a log file
Notify on outup redirection in DEBUG mode only
2013-07-23 12:55:24 +00:00
eap
72ea55dd02 Progress bar
+  virtual double GetProgress() const;
2013-07-23 12:52:05 +00:00
eap
a71e83346d Progress bar
+  double GetProgress(const SMESH_Algo* holder, const int * algoProgressTic ) const;
+  ~NETGENPlugin_Mesher();
+  void SetSelfPointer( NETGENPlugin_Mesher ** ptr );
2013-07-23 12:51:46 +00:00
akl
a0570677a1 Additional fix for 0022170: [CEA 704] Redirect NETGEN outup in a log file:
standard error stream of 'netgen' is redirected to the same temporary file as standard output stream.
2013-07-11 10:21:33 +00:00
eap
f4ce2ed242 Compute Progress bar
-    res = 0.5 * netgen::multithread.percent / 100.; // [0., 0.5]
+    res = 0.001 + 0.5 * netgen::multithread.percent / 100.; // [0., 0.5]
2013-07-09 12:01:11 +00:00
eap
672042c687 + virtual double GetProgress() const; 2013-07-03 16:22:00 +00:00
eap
31d67dddec + cout << "NOTE: netgen output log REMOVED " << _outputFileName << endl; 2013-07-03 16:20:36 +00:00
eap
1860b7824a CoTech decision: move MEDWrapper from MED to SMESH
Remove dependency on MED module
2013-06-26 11:39:19 +00:00
eap
aabb991fa6 0022232: [CEA 837] Memory corruption in GEOM/SMESH that leads to segfault on debian64
Fix "Conditional jump or move depends on uninitialised value(s)" valgrind error
- initialize NETGENPlugin_NetgenLibWrapper::isComputeOk
2013-06-19 14:21:33 +00:00
akl
c5e023e735 Correction of implementation of 0022170 ([CEA 704] Redirect NETGEN outup in a log file) to avoid patching of "netgen" product. 2013-06-03 10:48:54 +00:00
akl
28e6f61a7e Implementation of 0022170: [CEA 704] Redirect NETGEN outup in a log file.
Output of 'netgen' is redirected to temporary file.
2013-05-31 08:47:45 +00:00
eap
45442a99f6 correct orientation is assured by StdMeshers_FaceSide, no need to care more about it 2013-05-30 16:26:56 +00:00
eap
ddab65ce00 0022100: EDF 2413 SMESH: Take into account TRIA7
Generate quadratic volumes from a quadratic 2D mesh w/o shape
2013-05-16 17:28:31 +00:00
akl
69fdeabe97 Correction because of 'smeshDC' refactoring. 2013-04-18 04:56:15 +00:00
vsr
3de7ed3286 Increment version to 7.2.0 2013-04-12 15:27:20 +00:00
akl
6194f11dd9 Using HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and customize the header and footer only. 2013-04-11 07:30:14 +00:00
akl
4875887c0f Install example scripts. 2013-04-11 07:17:59 +00:00
vsr
1510dffa8d Improve documentation 2013-04-09 06:33:39 +00:00
vsr
dfad94e1f0 Improve documentation 2013-04-09 06:05:15 +00:00