Commit Graph

181 Commits

Author SHA1 Message Date
eap
bed0109c6c 23104: EDF SMESH: Pre-study for Netgen 5x
update for dev OCCT
2016-10-20 16:29:08 +03:00
imn
9cc5a6ab79 0023299: [CEA] Finalize multi-study removal
- delete study id parameter
2016-10-14 17:01:39 +03:00
eap
e1a0d0a23f Add possibility to define Local Size via a file 2016-10-07 17:49:45 +03:00
eap
7d8f8a32b5 23104: EDF SMESH: Pre-study for Netgen 5x 2016-10-07 16:52:00 +03:00
eap
34ae8dae50 23352: [CEA] Order and naming of meshing algorithms 2016-10-03 17:55:59 +03:00
Christophe Bourcier
7ee971ea29 Correction français. 2016-09-22 17:26:58 +02:00
Christophe Bourcier
e5a7f810af Update translation files from Crowdin 2016-09-22 17:21:48 +02:00
eap
a5c8f82089 Enable Local Size for NETGEN 3D and NETGEN 2D 2016-08-30 15:38:14 +03:00
eap
8b187bb352 Allow local size on any face and solid 2016-08-29 19:14:55 +03:00
eap
b6ac276690 23308: [EDF] Re-implement DISTENE meshing plugins to use libraries instead of executables 2016-08-23 13:39:15 +03:00
eap
a60d97e956 Fix compilation after changes in SMESH headers
+ Eliminate warnings
2016-06-29 16:10:15 +03:00
vsr
14bbe7c9bf Correct a patch to be able to use native Togl 2016-05-26 16:30:38 +03:00
mpa
af6e99578f Migration to OCCT 7.0 2016-05-26 09:39:26 +03:00
vsr
ee38aeb99f Merge remote branch 'origin/V7_dev' 2016-05-24 18:33:55 +03:00
eap
d079d327d7 Regression of SALOME_TESTS/Grids/smesh/viscous_layers_01/B2
This modif allows re-meshing a face on which _ViscousBuilder::shrink() fails
2016-05-11 16:59:07 +03:00
vsr
c93498bd46 Merge branch 'V7_dev' 2016-03-25 10:13:31 +03:00
eap
48c26e46ac 53011: Order of sub-mesh in meshing process does't work
More fix for the SALOME crash
2016-03-23 14:46:26 +03:00
eap
0b23f6ad83 IPAL53011: Order of sub-mesh in meshing process does't work
fix SALOME crash: resize occgeom.facemeshstatus in FillNgMesh()

+ cosmetic changes
2016-03-22 14:31:50 +03:00
vsr
043ee5d5fe Copyright update: 2016 2016-03-21 18:12:56 +03:00
eap
cb834de9a0 53057: NETGEN-1D2D3D issues "Ignored" warning for faces of a sub-mesh 2016-03-15 16:02:21 +03:00
eap
f2f60d26d6 remove "using namespace std" from SMESH headers 2016-02-20 11:24:43 +03:00
eap
26b2cacf36 remove "using namespace std" from SMESH headers 2016-02-15 17:27:00 +03:00
vsr
07b8dfac04 Merge branch 'V8_0_BR' 2016-01-15 09:42:16 +03:00
eap
a6ff10e23f Fix compilation errors using gcc-5.X relating to explicit stream::operator bool()
+ Fix compilation warnings
2016-01-14 14:49:35 +03:00
imn
e035305756 Merge Qt5 porting. 2015-12-24 13:32:24 +03:00
eap
92b0965b56 IPAL52922: Wrong processing of "Growth rate" value (Netgen 2D Parameters hypothesis) or Salome User's Guide documentation should be updated
IPAL52926: NETGENPLUGIN User's Guide documentation: screenshot should be updated
    Doc updated

IPAL52936: [NETGEN] Unset Local size is incorrectly dumped
    hyp impl and a resource file fixed
2015-10-27 19:22:09 +03:00
eap
94e1d3f340 2889: Wrong default name for the created "NETGEN 2D Parameters" hypothesis 2015-10-07 17:48:35 +03:00
eap
28e133bb1f IPAL52905: NETGEN 1D-2D-3D creates sliver elements in case of finer sub-meshes 2015-10-06 14:36:06 +03:00
eap
129557feea IPAL52861: Netgen 2D fails on a sphere
IPAL22848: Netgen 1D-2D-3D fails on a cone with default Simple parameters
IPAL20479: computation of the mesh (on cone + box) via "NETGEN 1D_2D_3D" is failed.

Fixes:
1) Avoid setting a local size to zero on a degenerated edge
2) Avoid creating coincident NETGEN points (though with different UV) on a seam edge
2015-09-04 13:59:33 +03:00
eap
9a26afa4ea Simplify code as SMESHDS_SubMesh::IsQuadratic() added 2015-08-07 14:36:26 +03:00
eap
e7d8354cb4 23068: [CEA 1505] Be able to keep meshing in 2D after having merged the nodes in 1D 2015-07-09 12:46:41 +03:00
ana
ae9236db1f Compatibility after fix for "IPAL52698: Convert to quadratic is wrong (hard periodic surfaces)" issue 2015-05-08 18:30:26 +03:00
eap
17822d1b5f Regression of smesh/bugs_19/X1: avoid SIGSEGV in case of invalid node params on EDGE 2015-05-06 19:17:10 +03:00
eap
9b3c975bfe 23051: [CEA 1470] SMESH NetGen - Local refinement not computed and dumped properly
Add protection against not published shapes passed to SetLocalSizeOnShape()
2015-04-23 18:03:26 +03:00
eap
e718de74b8 23047: [CEA 1472] Incorrect mesh with Netgen 1D-2D-3D but not reported in error
1) fix hasBadElemOnSolid() to report non-coupled edges
  2) fix Compute() to report an error about bad elements in addition to a more general message

IPAL52687: NETGEN 1D2D3D fails on a box with meshed (by sub-meshes) holes and two sides

   FillNgMesh(): do not add nodes on degenerated edges
2015-04-16 22:16:15 +03:00
eap
ce66305970 0052673: Viscous Layers hypothesis is not taken into account by NETGEN 3D algo 2015-04-08 18:46:19 +03:00
akl
99cf7a6a3c Copyrights update 2015. 2015-02-16 16:17:41 +04:00
eap
359bbac0d7 Fix compilation with dev OCCT 2015-02-10 15:12:43 +03:00
eap
517fcbe5f1 22834: [CEA 1347] Viscous layers: be able to choose the extrusion method 2015-02-10 14:15:10 +03:00
eap
de34cc5743 Add patch for netgen-5.3.0 2015-01-28 17:54:34 +03:00
eap
a219ef71b8 To build NETGEN-5 2014-12-12 21:18:15 +03:00
vsr
61dab04e07 Remove obsolete staff; redesign Handle-based and CDL-generated classes 2014-10-21 18:57:30 +04:00
eap
882d700f99 22737: [CEA 1303] Regression on test script 12_cube_ecorce_noyau.py 2014-10-08 16:13:59 +04:00
eap
48e88528c4 Regressions
2D_mesh_NETGEN_03/D2
 bugs_05/F2
 bugs_16/S8
2014-10-02 13:28:55 +04:00
eap
d4270a3332 22690: [CEA 1276] Regression on the test script ecorce.py 2014-09-15 14:47:00 +04:00
eap
c0eaa8e783 IPAL52497: NETGEN 2D is 1.5 times slower in v7.4.0 than in v7.2.0 2014-09-12 19:26:17 +04:00
eap
86f0b5ec0b 22483: EDF 2772 SMESH: Define several 3D viscous layer hypotheses on the same Geometry 2014-08-27 15:18:30 +04:00
eap
0e584bba7f IPAL52479: Mixed linear/quadratic mesh is created 2014-08-25 20:39:07 +04:00
eap
0a380c9757 22483: EDF 2772 SMESH: Define several 3D viscous layer hypotheses on the same Geometry 2014-08-22 15:38:59 +04:00
vsr
56779ee521 Revert "Synchronize adm files"
This reverts commit bc0818fc4c.
2014-08-07 14:10:17 +04:00
Maintenance team (INV)
bc0818fc4c Synchronize adm files 2014-08-06 23:18:26 +04:00
rnv
15544019da Patch for the dev version of the OCCT. 2014-08-04 12:49:53 +04:00
Christophe Bourcier
173af39d1f Update translation files from Crowdin 2014-05-22 17:52:44 +02:00
Christophe Bourcier
0fe41f2c93 Update translation files from Crowdin 2014-05-16 15:11:29 +02:00
vsr
d71ce03569 Update French translations 2014-05-15 09:24:30 +04:00
eap
88496597ee No more SetSurfaceCurvature() but SetUseSurfaceCurvature()
And fix SIGSEGV if SetUseSurfaceCurvature(False) + Optimize(True)
2014-05-08 11:50:54 +04:00
eap
e69bcd9018 Enable 'Fineness' at 'curvature' switch on 2014-05-07 14:56:51 +04:00
eap
67c76bbea8 Meshing in Salome 7.3.0 (partly) worse than in Salome 7.2.0
http://www.salome-platform.org/forum/forum_12/177188362

Speed-up a bit and fix a bug that _hypParameters in not nullified in CheckHypothesis()
2014-04-23 15:31:14 +04:00
eap
60f38435d4 Redirect netgen output depending on KEEP_NETGEN_OUTPUT envvar 2014-04-17 19:16:16 +04:00
eap
37cd0123d4 For the case of SALOME_TESTS/Grids/smesh/3D_mesh_NETGEN_05/F6
1) Make "Fuse Nodes on Edges ..." be true by default
  2) Set an error only to a SOLID on which bad elements lie.
2014-03-14 19:41:30 +04:00
akl
fd0f83d500 Update copyrights 2014. 2014-02-19 16:50:20 +04:00
eap
3c2b3e2b31 0022357: EDF NETGENPLUGIN: NETGEN options
Fix dump of SetUseSurfaceCurvature()
2014-02-18 14:06:27 +04:00
imn
d1ebdd0a87 0022458: [CEA 1039] Regressions on NETGEN_1D2D3D and "GetInPlaceByHistory" 2014-02-05 17:28:32 +00:00
vsr
38f074f42c Export headers. 2014-01-31 15:16:48 +00:00
vsr
99638f4e11 Update patch for Netgen that came from BR_imps_2013 2014-01-15 10:13:21 +00:00
vsr
3302782c77 Merge from BR_imps_2013 14/01/2014 2014-01-15 10:08:00 +00:00
vsr
c32068e4d7 Merge from V7_3_BR branch 18/12/2013 2013-12-18 15:10:27 +00:00
eap
61fa2bb95b 22401: [CEA 992] Regression on SMESH using NETGEN 2D
Remove debug output
2013-11-21 13:36:54 +00:00
eap
434f936325 22401: [CEA 992] Regression on SMESH using NETGEN 2D
At the second attempt, shorten range of allowed element size
2013-11-21 08:59:17 +00:00
eap
65e846d888 22401: [CEA 992] Regression on SMESH using NETGEN 2D
In AddSegmentsToMesh() do not take into account length of degenerated segments
2013-11-21 08:23:01 +00:00
eap
82cf5f8207 - from salome.NETGENPlugin import NETGENPluginBuilder
+    import NETGENPlugin
2013-11-20 11:31:45 +00:00
mpa
c08215621d - Modifing Geometry and Mesh Python scripts from SALOME 6 and before 2013-11-19 11:32:06 +00:00
eap
ffc352d7cc 0022401]: [CEA 992] Regression on SMESH using NETGEN 2D
Make two attempts: with and w/o MESHCONST_ANALYSE step
2013-11-19 10:30:40 +00:00
eap
4280b9f4db Prevent division by zero in GetProgress() 2013-11-18 15:56:48 +00:00
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
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
rnc
15f9fe75d1 Japanese translations update 2013-11-05 15:24:50 +00:00
rnv
57df145536 Win32 compilation. 2013-10-24 13:46: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
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