Commit Graph

243 Commits

Author SHA1 Message Date
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
vsr
1e54d14b39 Restore documentation of methods dynamically added by plug-ins to the Mesh class, killed by previous integration 2013-04-05 10:47:52 +00:00
vsr
5764dd74c2 Restore documentation of methods dynamically added by plug-ins to the Mesh class, killed by previous integration 2013-04-05 09:36:23 +00:00
vsr
db7aa8538f Merge from BR_plugins_pbyacs 03/04/2013 2013-04-04 07:11:14 +00:00
vsr
fbceed67d3 Merge from V6_main 01/04/2013 2013-04-01 13:28:55 +00:00
vsr
7fb1d4d449 Merge from V6_main 28/02/2013 2013-02-28 15:39:38 +00:00
vsr
2b9909cbae Merge from V6_main 11/02/2013 2013-02-12 14:44:36 +00:00
vsr
137d476bda Merge from V6_main 13/12/2012 2012-12-13 12:29:39 +00:00
vsr
b8fc64c6d7 Merge from V6_main (04/10/2012) 2012-10-08 13:15:52 +00:00
vsr
8b4cb29237 Merge from V6_main_20120808 08Aug12 2012-08-09 11:45:31 +00:00
vsr
5e1cfe70db Merge from BR_V5_DEV 16Feb09 2009-02-17 07:15:34 +00:00
jfa
40bc6ed762 Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:18 +00:00
jfa
8e59f8e772 Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:42:55 +00:00
jfa
e97896c68f Join modifications from branch OCC_debug_for_3_2_0b1 2006-05-06 08:54:13 +00:00
jfa
14f4b7bcf8 Join modifications from branch OCC_development_for_3_2_0a2 2006-03-13 16:03:52 +00:00
smh
85b350e775 Merge from OCC_development_generic_2006
Preparation of 3.2.0a1
2006-02-07 15:23:55 +00:00
eap
803a003b3e PAL10974: move isReversedElem() to SMESH_Algo as IsReversedSubMesh() 2005-12-20 14:07:13 +00:00
eap
494eae7646 PAL10500. Take care of degenerated edges 2005-11-16 06:52:27 +00:00
eap
6685097bb2 PAL9513. Make peresence of "Max Element Volume" hypothesis optional 2005-10-11 09:14:49 +00:00
jfa
a4b2b52ce5 PAL10013: Mesh with coincident nodes after NETGEN applying 2005-09-22 06:54:23 +00:00
eap
e339065f45 PAL9022. Attach generated mesh elements to whatever meshed shape, SHELL or SOLID 2005-09-07 04:33:54 +00:00
eap
2e0c280014 Fix Bug PAL8787: pass to Netgen only nodes of triangles 2005-05-18 07:29:05 +00:00
eap
4dc45676f7 Fix Bug IPAL8776: compute if nbShells > 1; remove annoing messages and unused variables 2005-05-13 07:59:02 +00:00
admin
a639367a17 Update from OCC 2004-12-17 11:38:32 +00:00
yfr
b34b5e7038 DCQ:prepare 2.0.0 2004-07-20 10:06:08 +00:00
smh
2ce4f8c625 Initial version 2004-03-26 07:05:19 +00:00
smh
e99236a3f5 Initial version 2004-03-23 06:58:45 +00:00
smh
b24609030d Initial version 2004-03-22 12:40:16 +00:00