vsr
184c0f45ed
Merge from V6_4_0_BR (V6_4_0 tag) 14/12/2011
2011-12-15 10:21:22 +00:00
eap
92ea8bd266
regression of smesh/imps/B6
...
Do not limit the min size if fineness is defined by user
+ int _fineness;
2011-11-21 12:54:53 +00:00
eap
fc381bae17
0021429: EDF 2027 NETGENPLUGIN: Regression in Netgen2D mesh leads to failure in GHS3D computation
...
fix search of a node for edge extremities on closed edges
2011-11-18 15:02:54 +00:00
eap
446f06b504
cosmetic changes
2011-11-18 14:58:58 +00:00
eap
007252325c
+ // maximal mesh element linear size
...
+ mparams.minh = hyp->GetMinSize();
2011-11-17 13:51:11 +00:00
eap
6690066958
IPAL22804 TC6.4.0: Netgen1D-2D performance regression
...
1) prevent GetDefaultMinSize() from returning zero
2) in updateTriangulation(), rely on BRepMesh_IncrementalMesh to
update triangulation only if necessary
2011-11-15 07:52:00 +00:00
vsr
fdc7146da3
Improve clean_configure script
2011-11-03 10:49:28 +00:00
eap
1ead0a723d
Fix regression of test grid 2d_mesh_NETGEN/D2
...
fix restricting local H, which was broken by a defaut netgen::mparam.minh
2011-11-02 08:56:59 +00:00
eap
997b0b500d
Fix regression of test grid 2d_mesh_NETGEN/D2
...
fix restricting local H, which was broken by a defaut netgen::mparam.minh
+ static void RestrictLocalSize(netgen::Mesh& ngMesh, const gp_XYZ& p, const double size);
2011-11-02 08:56:51 +00:00
eap
54164acc79
0021411: EDF 2000 SMESH: Netgen 2D fails on shapes meshed with "composite side" in 1D
...
- seg.epgeominfo[ iEnd ].dist = helper.GetNodeU( edge, pnt.node );
+ // seg.epgeominfo[ iEnd ].dist = helper.GetNodeU( edge, pnt.node );
2011-11-01 15:59:20 +00:00
eap
20b845d011
0021405: EDF 1965 SMESH:
...
In fillNgMesh(), add a node on VERTEX only if a VERTEX is shared by a not meshed EDGE
2011-11-01 10:25:17 +00:00
inv
9c7a8090fd
Changing version to 6.4.0
2011-10-31 08:43:52 +00:00
gdd
6923ab131d
Fix detection of NETGEN libraries in m4 macro (didn't work on Ubuntu 11.10)
2011-10-26 15:57:20 +00:00
gdd
3cc645d8a7
Fix m4 macro: add missing library TKGeomBase to the linker options
2011-10-11 15:28:21 +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
eap
0e4677714e
0021364: EDF NETGENPLUGIN: Dump of netgen parameters has duplicate lines
...
in checkParams(), do not restore old params if check is OK
2011-09-23 12:56:21 +00:00
rnv
acd8b67399
Implementation of the issue 21276: EDF 1857 SMESH: Order of algorithms in the combobox
2011-09-22 11:58:49 +00:00
gdd
6783937b28
Fix and update translation files
2011-09-01 13:40:26 +00:00
rnv
46c6691b1a
Win32 compilation.
2011-08-12 11:23:37 +00:00
jfa
f1bcf210f5
Porting to OCCT6.5.1
2011-08-10 14:13:44 +00:00
eap
c8e362ac31
0021337: EDF 1924 NETGENPLUGIN: Mesh optimization
...
Restore "Optimize" parameter of 2D hyps removed by mistake
2011-07-28 12:42:22 +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
vsr
e4d12c0ea7
Merge from V6_3_BR 15/07/2011
2011-07-15 11:23:52 +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
5acc32009d
Hide "Allow Quadrangles" in 3D case
2011-07-05 08:44:56 +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
eap
7bd3db0b50
IPAL22173 TC6.2.0: "Netgen1D-2D" algorithm doesn't work on "flight_solid.brep"
...
1) fix search of a node for edge extremities
2) add comments
2011-06-28 08:26:43 +00:00
vsr
8239d06798
Merge from V6_3_BR 06/06/2011
2011-06-06 09:39:58 +00:00
gdd
393bc8699a
rnc : Modification of min size of QLinEditWidget in order to let appear the default name of the hypothesis in Netgne Parameters
2011-04-08 14:43:35 +00:00
eap
48ccb54bfd
validate only enabled controls
2011-04-06 08:41:21 +00:00
adam
2e1e059770
Activate WITH_SMESH_CANCEL_COMPUTE with automake
2011-03-19 18:19:11 +00:00
gdd
7dbbc5de6e
Update patch to work with gcc 4.5
2011-03-18 08:51:01 +00:00
adam
2cdf1b2ac7
Implement Cancel Compute
2011-03-17 11:03:40 +00:00
vsr
c9d186bf9d
Avoid configure warning
2011-03-04 16:05:25 +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
66dfbb110c
patch for netgen-4.9.13 sources
2011-02-22 11:39:51 +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