91 Commits

Author SHA1 Message Date
eap
72dc83bdda remove commented code 2012-08-13 11:06:24 +00:00
eap
e881630dee 0021797: EDF 2343 SMESH: Evaluation of meshes give very different results compared to real results 2012-08-13 11:06:09 +00:00
eap
238b9bc557 class NETGEN_2D_Only_Algorithm(NETGEN_Algorithm):
...
+    def SetQuadAllowed(self, toAllow=True):
2012-07-23 10:44:44 +00:00
eap
eb09a83f3d Generalize "Cancel Compute" mechanism to be able to report
"Computation canceled" instead of "Algorithm failed" as failure reason

 void NETGENPlugin_NETGEN_*D::CancelCompute()
 {
+  SMESH_Algo::CancelCompute();
2012-07-20 16:14:30 +00:00
eap
48519d8868 0021676: EDF 2283 NETGENPLUGIN: Improve Netgen 1D-2D-3D to generate pyramids in case where input 2D mesh includes quadrangles
Fix passing GetQuadAllowed() parameter
2012-07-05 10:14:43 +00:00
eap
1273dc58a7 0021676: EDF 2283 NETGENPLUGIN: Improve Netgen 1D-2D-3D to generate pyramids in case where input 2D mesh includes quadrangles 2012-07-05 09:39:10 +00:00
eap
6eeed530c5 0021676: EDF 2283 NETGENPLUGIN: Improve Netgen 1D-2D-3D to generate pyramids in case where input 2D mesh includes quadrangles
Allow qudrangles in 3D mesh
2012-07-05 09:35:10 +00:00
eap
f6d900d8a6 0021681: EDF 2246 NETGENPLUGIN: Local size not fully taken into account
1) if a local size is given on a face, set this size on edges of the face as well
2) take into account local sizes when pre-computing internal edges
2012-06-26 15:33:59 +00:00
eap
ab7bc69cf5 0021681: EDF 2246 NETGENPLUGIN: Local size not fully taken into account
struct NETGENPlugin_ngMeshInfo
 {
+  char* _copyOfLocalH;
+  void transferLocalH( netgen::Mesh* fromMesh, netgen::Mesh* toMesh );
+  void restoreLocalH( netgen::Mesh* ngMesh);
}
2012-06-26 15:31:53 +00:00
vsr
576090645e Merge from V6_5_BR 05/06/2012 2012-06-05 12:34:35 +00:00
rnv
8097c3fa57 0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module: Update documentation. 2012-03-27 13:02:49 +00:00
eap
b2022dadb0 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
At finish using netgen, delete netgen::testout fstream in addition to "test.out" file
2012-03-14 17:32:01 +00:00
eap
2b19ca89c1 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
fix class NETGEN_1D2D_Algorithm_2
2012-03-11 08:50:43 +00:00
eap
8923d63e34 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
1) Use TVar structure to dump arguments that can be defined via notebook variables
2)
+  // method intended to remove explicit treatment of Netgen hypotheses from
+  // SMESH_NoteBook to assure backward compatibility after implemeneting
+  // issue 0021308: Remove hard-coded dependency of the external mesh plugins
+  virtual int getParamIndex(const TCollection_AsciiString& method, int nbVars) const;
+
+  // method used to convert variable parameters stored in an old study
+  // into myMethod2VarParams. It should return a method name for an index of
+  // variable parameters. Index is countered from zero
+  virtual std::string getMethodOfParameter(const int paramIndex, int nbVars) const;
2012-03-07 15:22:27 +00:00
eap
c63b5761ca 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
+# Scripts to be installed.
+dist_salomescript_DATA= NETGENPluginDC.py
2012-03-07 15:19:43 +00:00
eap
4349d5586e http://www.salome-platform.org/forum/forum_10/416888157: NetGen local mesh size in Salome 6.4.0
Move setting local size on faces after evaluation of global maxh
2012-03-05 14:07:13 +00:00
gdd
be89b9ecdb Replace Descret by Discrete in variable and method names. 2012-02-17 14:30:45 +00:00
jfa
0b96783951 Porting to OCCT development version: Standard_PI -> M_PI 2011-12-26 14:18:17 +00:00
vsr
d736f1af2c Merge from V6_4_BR 05/12/2011 2011-12-05 11:51:56 +00:00
eap
8294573dc9 0020918: EDF 1447 SMESH: Mesh common borders (stepbystep.py)
initialize occgeo.face_maxh in case of usage of NETGEN_Parameters_2D hyp
2011-10-07 11:33:30 +00:00
eap
6968bbae2a 0021364: EDF NETGENPLUGIN: Dump of netgen parameters has duplicate lines
dump parameters setting only of if needed, i.e. if a param is set for the
  1st time or is changed
2011-09-23 13:01:12 +00:00
rnv
46c6691b1a Win32 compilation. 2011-08-12 11:23:37 +00:00
eap
69acc2e649 0021334: [CEA] non regression test : meshing error
+#ifdef NETGEN_NEW
+    occgeo.face_maxh = netgen::mparam.maxh;
+#endif
2011-07-25 08:26:16 +00:00
eap
64f826e87f 0021334: [CEA] non regression test : meshing error
Move resizing occgeo.face_maxh back to PrepareOCCgeometry()
2011-07-25 08:25:53 +00:00
eap
81d6498051 0021271: [CEA 473] Implement min size in netgen plugin
set maxh if no hyps defined
2011-07-08 12:42:09 +00:00
eap
51cc06831d restore "QuadranglePreference" hyp as it can be used by NETGEN 2D
together with "Max. Elemet Area" for example
2011-07-08 11:42:47 +00:00
eap
ac9fa07f93 0021271: [CEA 473] Implement min size in netgen plugin 2011-07-05 08:46:19 +00:00
eap
8730f3b877 Add "Allow quadrangles" to "Simple netgen parameters" hypothesis 2011-07-01 15:18:55 +00:00
eap
33726b59c7 IPAL22173 TC6.2.0: "Netgen1D-2D" algorithm doesn't work on "flight_solid.brep"
Treate a case where a valid mesh is computed anyhow while the algo reports errors
2011-06-30 10:07:37 +00:00
gdd
28ae5104e3 rnc: Removed obsolete hypothesis "quadrangle preference" which has already been removed from SMESH module 2011-06-30 08:41:56 +00:00
vsr
8239d06798 Merge from V6_3_BR 06/06/2011 2011-06-06 09:39:58 +00:00
adam
2cdf1b2ac7 Implement Cancel Compute 2011-03-17 11:03:40 +00:00
adam
146662ddce Remove warnings 2011-02-28 10:03:09 +00:00
eap
cce42b80fd Restore lost modifications done for 0020748: Add Gradation in Netgen 2D hypothesis 2011-02-22 14:32:46 +00:00
eap
179e18323f remove debug output 2011-02-22 08:20:55 +00:00
eap
47599c088a Regressions bugs/D3, bugs/I5
Support sub-meshes with netgen-4.9.13
2011-02-21 17:53:18 +00:00
adam
11e4fa67a4 Remove warnings 2011-02-17 14:41:02 +00:00
eap
81b8deb165 Regression of SMESH_TEST/Grids/smesh/2D_mesh_NETGEN/B6 where some
EDGEs and VERTEXes ramain not meshed since equal EDGEs and VERTEXes
exist and netgen makes a sewn mesh on a not sewn geometry
2011-02-03 14:50:27 +00:00
eap
881022af01 0021140: EDF 1759 SMESH: Netgen1D2D fails on subshape
Fix work on edges computed with the Composed Segment discretizer
2011-01-25 15:06:34 +00:00
eap
c4fe195950 0021131: EDF 1167 NETGENPLUGIN: SIGSEGV when trying to mesh a shape with degenerated edges
prevent access to NULL curve of the degenerated edge
2011-01-21 17:45:09 +00:00
eap
7aacc6b391 0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
to work after StdMeshers_ViscousLayers

+               opt-hypos="ViscousLayers"
2011-01-18 12:25:36 +00:00
eap
8d245c0e35 0021116: [CEA] non regression test fails
make sub-meshes of degenerated EDGE's be "always computed"
2010-12-29 11:59:59 +00:00
vsr
97990c642a Merge from V6_2_BR 23/12/2010 2010-12-24 08:22:38 +00:00
prascle
090c556dd9 PR: SMDS memory improvement, VTK version from Paraview 3.9 2010-11-29 13:35:09 +00:00
vsr
d7d66641f1 Merge from V5_1_main branch 24/11/2010 2010-11-25 12:50:21 +00:00
vsr
be001649f7 0021063: [CEA 434] Compilation using gnu compiler v4.5 2010-11-11 13:05:42 +00:00
vsr
3a8cdae661 Merge from V5_1_main 10/06/2010 2010-06-10 10:35:22 +00:00
vsr
91c1d3465a Merge from V5_1_main 14/05/2010 2010-05-14 15:49:35 +00:00
eap
b6d4daa757 020700: EDF 1234 SMESH: Quadrangle preference and Netgen
-  if ( _hypMaxElementArea || _hypLengthFromEdges )
+  if ( _hypMaxElementArea || _hypLengthFromEdges || _hypQuadranglePreference)
     aStatus = HYP_OK;
2010-02-18 09:00:21 +00:00
eap
6d27b01928 0020693: EDF 1288 SMESH: Problem to recompute a mesh with a sub-mesh and a conversion linear-quadratic
* Fix check if a face is triangle
2010-02-11 13:52:23 +00:00