vsr
f1c07a0c87
Fix problems of previous integration (remove *.orig files)
2010-11-25 07:21:07 +00:00
gdd
a953e87bb7
*** empty log message ***
2010-11-24 16:47:39 +00:00
eap
d6274da122
0021073: EDF 1683 NETGENPLUGIN: Local size on edge creates unreguler 1D elements
...
Fix regressions
2010-11-23 14:31:55 +00:00
eap
164a30901f
0021073: EDF 1683 NETGENPLUGIN: Local size on edge creates unreguler 1D elements
...
Fix regression: SIGSEGV at surface optimization
+ mparams.uselocalh = true; // restore as it is used at surface optimization
2010-11-23 14:26:26 +00:00
eap
f380bb4b58
0021077: EDF 1695 SMESH: Netgen works bad with 1D hypothesis on an elliptic torus
...
1) catch signals within netgen, report the meshing step where a signal occures
2) make simple hypothesis work via local size restriction to avoid
restricting size by netgen due to edge curvature
This fix includes the fix for issue 0021073: Local size on edge creates unreguler 1D elements
in V5_1_5_BR
2010-11-19 09:55:48 +00:00
gdd
3817741a0a
Patch misses some lines for the script makeForSalome.sh
2010-11-17 16:55:45 +00:00
gdd
bc324cb62d
Fix for French translation
2010-11-17 13:25:05 +00:00
eap
3f1a3aed25
0021073: EDF 1683 NETGENPLUGIN: Local size on edge creates unreguler 1D elements
...
inclease more twice nb of points to restrict local size on the edge
2010-11-17 08:42:40 +00:00
eap
57c8dcbc0d
0021073: EDF 1683 NETGENPLUGIN: Local size on edge creates unreguler 1D elements
...
1) attune setting local size to netgen realization specifics
2) prevent from negative nb of nodes in Evaluate()
2010-11-17 08:27:46 +00:00
eap
f1f14291c5
0021073: EDF 1683 NETGENPLUGIN: Local size on edge creates unreguler 1D elements
...
fix DivideEdge() for case where nb of resulting edges is comparable to
DIVIDEEDGESECTIONS(1000)
2010-11-17 08:22:21 +00:00
vsr
3d1e82cc7f
Correct netgen patch (remove wrongly added .orig files)
2010-11-15 09:55:06 +00:00
vsr
9b9fd76cd3
Another fix of hack_libtool() function for latest versions of autoconf (e.g. 2.67)
2010-11-03 09:30:53 +00:00
eap
a5ba809e9f
0021059: EDF 1666 SMESH: 515rc1 Regression in Netgen
...
Make NETGEN 2d work with pre-computed sub-meshes similarly to work w/o them
2010-11-01 13:06:15 +00:00
adam
4db62a4c2b
*** empty log message ***
2010-10-21 08:48:45 +00:00
inv
ed0a5a6af9
Update for gcc 4.3
2010-10-19 12:27:34 +00:00
adam
e29ded589c
If netgen contains its own config.h, the cascade
...
one must be included first ...
2010-10-11 08:06:24 +00:00
inv
7623b18661
Changing version to 5.1.5
2010-10-05 11:55:05 +00:00
eap
0876b5d15c
0021006: EDF 1546 SMESH : Convert To Quadratic fails
...
- const list<const SMDS_FaceOfNodes*>* faces = Adaptor.GetTriangles(elem);
+ const list<const SMDS_MeshFace*>* faces = Adaptor.GetTriangles(elem);
2010-09-29 07:59:21 +00:00
vsr
27901a6ff5
Hack libtool (!) to workaround problem with wrong linkage of native libraries
2010-09-22 14:18:51 +00:00
vsr
f2182fbfcf
SALOME internationalization: add textual resources for French language
2010-08-31 09:23:13 +00:00
vsr
0adfb2128e
SALOME internationalization: add textual resources for French language
2010-08-31 09:04:43 +00:00
eap
f3326980af
0020960: EDF 1532 GEOM: Creation of some points when partitioning a torus with a plane
...
* Do not report an error if there are vertices without nodes.
2010-08-27 05:54:38 +00:00
eap
e7aeba552a
0020958: EDF 1529 SMESH : If some faces have been meshed with small
...
quadrangles Netgen 3D creates pyramids with volume zero and fails
* Use SMDS_Mesh::facesIterator(/*idInceasingOrder=*/true) instead of TIDSortedElemSet
* Enable showing bad mesh elements in case of computing w/o shape
2010-08-19 09:32:34 +00:00
adam
bb1f5ab1e0
Authorize smaller value for growth rate in GUI
2010-07-22 13:42:04 +00:00
vsr
f4ddd5483d
Merge from V5_1_4_BR (5_1_4rc2) 09/06/2010
2010-06-10 06:59:07 +00:00
vsr
e58335d39a
Merge from V5_1_4_BR 07/05/2010
2010-05-07 15:14:23 +00:00
adam
1a2ec38dd5
*** empty log message ***
2010-05-03 10:08:40 +00:00
adam
dbe87ac43a
*** empty log message ***
2010-05-03 07:59:15 +00:00
adam
49d190196a
*** empty log message ***
2010-05-03 07:40:30 +00:00
san
a0117b464f
Issue 0020580: improved validation in integer and double spin boxes, possibility to adjust input field precision through preferences
2010-04-06 06:54:28 +00:00
eap
090ca6925e
0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
...
* Care of nodes on vertices that can be shared between wires
2010-03-30 08:02:25 +00:00
eap
06f9c6fa68
Fix regression on reversed submeshes
...
- Netgen_triangle[ isRev ? 3-iN : iN ] = ngID;
+ Netgen_triangle[ isRev ? 2-iN : iN ] = ngID;
2010-03-29 07:36:37 +00:00
eap
290c3c5460
Provide correct error description in case of intersecting triangles
2010-03-26 13:59:27 +00:00
eap
d7b7afc447
-#define DUMP_TRIANGLES_SCRIPT "/tmp/trias.py" //!< debug addIntVerticesInSolids()
...
+//#define DUMP_TRIANGLES_SCRIPT "/tmp/trias.py" //!< debug addIntVerticesInSolids()
2010-03-25 14:16:34 +00:00
eap
fa5b920e18
0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
...
* Make NETGEN take into account internal vertices in faces and solids
* Simplify solution for internal faces
2010-03-25 14:15:39 +00:00
eap
1ebad126db
0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
...
* Solve problem with internal edges and faces
2010-03-18 09:51:47 +00:00
eap
6dbabf8a00
0020776: EDF 1329 NETGENPLUGIN : Create Group from Geometry issue
...
* Prevent setting a wrong node on vertex in case if there are equal vertices in the shape
2010-03-12 11:56:06 +00:00
eap
1d3a5a5454
0020682: EDF 1222 SMESH: 3D mesh from a skin mesh and with volumic cells
...
* Redesign to solve pb with internal face (StudyFiss_bugNetgen3D.hdf)
2010-03-12 08:36:16 +00:00
eap
e6e3bb2b55
0020682: EDF 1222 SMESH: 3D mesh from a skin mesh and with volumic cells
...
* Pb with internal face (StudyFiss_bugNetgen3D.hdf)
+ static SMESH_ComputeErrorPtr readErrors(const std::vector< const SMDS_MeshNode* >& nodeVec);
which is used to show links that lead to "some edges multiple times in surface mesh" error
2010-03-12 08:34:55 +00:00
eap
4d1d960c7b
0020693: EDF 1288 SMESH: Problem to recompute a mesh with a sub-mesh and a conversion linear-quadratic
...
* Take into account all nodes on edge in case of mixed linear/quadratic mesh
2010-03-09 07:17:04 +00:00
adam
073ab799e6
*** empty log message ***
2010-03-02 15:52:36 +00:00
adam
688d92ed57
windows port.
2010-03-01 16:37:18 +00:00
adam
ce7e0dbb04
*** empty log message ***
2010-03-01 16:36:32 +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
ouv
290e356071
Additional fix for issue 0020692: Duplicate check_*.m4 between modules.
2010-02-11 16:44:17 +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
eap
42b43269f4
0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
...
* Redesign in order to precompute internal edges
2010-02-11 08:29:13 +00:00
eap
f8b902ad9a
0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
...
* Fix for internal edges
2010-02-11 08:28:13 +00:00
eap
388d346ae9
0020682: EDF 1222 SMESH: 3D mesh from a skin mesh and with volumic cells
...
* Avoid creating nodes and tetras at place where volumic elements already exist
2010-02-09 11:21:29 +00:00
eap
7a9566f1d2
0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
...
Let Netgen discretize edges to know nb of segments
2010-01-27 10:07:11 +00:00