jfa
5acab3d327
Porting to OCCT development version: Standard_PI -> M_PI
2011-12-26 13:07:08 +00:00
vsr
493747e8ea
Merge from V6_4_BR 05/12/2011
2011-12-05 11:03:04 +00:00
eap
d3f04bfe6b
0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
...
fix SetParametersByDefaults()
2011-10-28 13:44:03 +00:00
eap
7a8ade40f7
0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
...
+ static std::string CheckExpressionFunction( const std::string& expr,
+ const int convMode)
+ throw (SALOME_Exception);
2011-10-28 12:55:48 +00:00
eap
e182c4b354
use new method SMESH_subMesh::GetAlgo()
2011-10-28 12:55:08 +00:00
eap
2c766c3b15
0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
...
+ StdMeshers_CartesianParameters3D.hxx \
+ StdMeshers_Cartesian_3D.hxx
2011-10-28 12:53:31 +00:00
eap
4df44f5a1e
Fix a bug reported to SALOME Forum http://www.salome-platform.org/forum/forum_10/372035859
...
- if ( helper.IsSubShape( *e, F ) && BRep_Tool::Curve( *e, loc,f,l))
+ if ( helper.IsSubShape( *e, F ) && !BRep_Tool::Curve( *e, loc,f,l).IsNull() )
2011-10-13 13:08:51 +00:00
eap
cf76763e47
remove excess includes
2011-10-13 06:08:37 +00:00
eap
bb2db66613
0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm
...
fix for projection of a group
2011-10-13 05:35:12 +00:00
eap
669d7d6d0f
0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm
2011-10-13 05:35:11 +00:00
eap
9091ead47e
use helper.GetCommonAncestor()
2011-10-13 05:34:25 +00:00
eap
5036f6282e
0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm
...
/*!
+ * \brief Return nodes in the order they encounter while walking along the side.
+ * For a closed side, the 1st point repeats at end
+ */
+ std::vector<const SMDS_MeshNode*> GetOrderedNodes() const;
2011-10-13 05:31:21 +00:00
eap
7133933036
0020918: EDF 1447 SMESH: Mesh common borders (stepbystep.py)
...
use tolerance computed basing on min linear size of elements to import
2011-10-07 11:36:22 +00:00
eap
1064303dd1
0020918: EDF 1447 SMESH: Mesh common borders (stepbystep.py)
...
in _Listener::ProcessEvent(), clear n2n and e2e maps at CLEAN event
2011-10-07 11:35:39 +00:00
eap
e30e0260ae
0021370: EDF SMESH: Hexahedron + Composite Side Disretization generate a bad mesh
...
Redesign to work with composite cube edges
0021369: EDF SMESH: Meshing of a cube in hexas fails
fix defining orientation of a side in case of reversed wire
2011-10-06 09:46:34 +00:00
eap
1f44408d18
untabify
2011-10-06 09:43:59 +00:00
eap
59786ee5ea
0021370: EDF SMESH: Hexahedron + Composite Side Disretization generate a bad mesh
...
+ const std::vector<TopoDS_Edge>& Edges() const { return myEdge; }
2011-10-06 09:43:30 +00:00
eap
0f954310b4
0021363: EDF 1957 SMESH: Use of viscous layers with BLSURF
...
fix up incorrect uv of nodes on the FACE
2011-09-20 08:08:23 +00:00
eap
9243678000
0021358: [CEA 500] SMESH HEXAHEDRA from 2D quad skin detect a error
...
Fix detection of corner nodes for blocks of size 1x1x1
2011-09-14 08:49:33 +00:00
eap
efd5d0e9d1
Fix error message for the case of adjacent faces with triangular elements
2011-09-05 07:16:47 +00:00
eap
6d8aa3f0c8
Fix the bug reported at the SALOME forum http://salome-platform.org/forum/forum_10/510395693
...
map scale distribution of parameter to edge length
2011-09-01 11:34:43 +00:00
eap
7eb6cc5064
Fix a bug reported at the SALOME forum http://www.salome-platform.org/forum/forum_10/156409406
...
- bool ok;
+ bool ok = true;
2011-08-30 10:59:48 +00:00
eap
b9a943c613
021346: EDF 1938 SMESH: "Use existing elements" functionality
...
fix the bug that edges on the seam edges are not created
2011-08-22 08:44:59 +00:00
eap
6f68ffe5b7
021346: EDF 1938 SMESH: "Use existing elements" functionality
...
fix comments
2011-08-22 08:44:12 +00:00
eap
01eee42f01
021346: EDF 1938 SMESH: "Use existing elements" functionality
...
Improve comments
2011-08-22 07:36:31 +00:00
eap
2edfe63af3
0021345: EDF 1936 : Problem in submeshes management
...
In ProcessEvent(), fix detection of algo removal
2011-08-19 12:38:38 +00:00
eap
2d61b98c65
0021345: EDF 1936 : Problem in submeshes management
...
+ static std::string AlgoName();
2011-08-19 12:37:32 +00:00
eap
dadf483025
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
...
+ -I$(srcdir)/../SMESHUtils \
2011-08-10 10:21:21 +00:00
vsr
39f36db219
Merge from V6_3_BR 19/07/2011
2011-07-19 12:05:24 +00:00
vsr
91c92cb543
Merge from V6_3_BR 15/07/2011
2011-07-15 11:19:53 +00:00
eap
e6c056f8c0
- -I$(srcdir)/../SMESHImpl \
...
- ../SMESH_I/libSMESHEngine.la \
2011-07-07 15:27:29 +00:00
eap
2ef67f753e
restore "QuadranglePreference" hyp as it can be used by NETGEN 2D
...
together with "Max. Elemet Area" for example
2011-07-05 12:04:49 +00:00
eap
b6fe67a04f
initialize the Curve Adaptor using range of the edge
2011-07-01 15:45:09 +00:00
eap
c58c3faf74
Remove "Quadrangle preference" and "Triangle preference" obsolete hypotheses
2011-06-28 12:58:21 +00:00
vsr
2c607013a2
Merge from V6_3_BR 06/06/2011
2011-06-06 08:15:39 +00:00
eap
ffc4f7e618
0021218: EDF 1832 SMESH: Regression when computing a mesh
...
fix FindFaceAssociation() using UV
2011-04-06 11:06:53 +00:00
eap
d13fde3e5e
0021074: EDF 1682 MESH: Bug with start and end length hypothesis
...
additionally fix compensateError() (for S_domain.hdf)
2011-02-25 09:07:59 +00:00
eap
01f4ed1a85
Fix bug of work with ViscousLayers hyp introduced during
...
"Redesign again to work with composed cube edges"
2011-02-22 14:30:49 +00:00
eap
e377bfeb20
unused variables
2011-02-22 14:28:14 +00:00
eap
bd6b92b1da
0020974: EDF 1551 GEOM: Extra edges appear in the result of a partition and can't be removed
...
Treat the case where a quadrilateral FACE includes the 5th degenerated EDGE
+ void UpdateDegenUV(FaceQuadStruct* quad);
+ void Smooth (FaceQuadStruct* quad);
2011-02-16 10:24:50 +00:00
eap
4ebb8cfccc
Regression of the test case imps/A1
...
In Compute2ndPart(), create a new SMESH_ElementSearcher to avoid
search of volumes in a proxy mesh contaiting only faces
2011-02-08 12:21:46 +00:00
eap
977978e76d
correct the preceeding patch
2011-02-07 14:27:59 +00:00
eap
44bcdd8f8c
Regression of test case bugs/D0
...
call ComputePentahedralMesh() if the mesh of FACE is quadrangular
but not structured
2011-02-07 13:52:10 +00:00
eap
be718d6061
Protect from a distorted block (test 3D_mesh_HEXA3D/B7 on 32bit platform)
2011-02-07 12:23:57 +00:00
eap
68f4ae0cfe
0021153: [CEA] non regression test fails
...
uninitialized variable
2011-02-04 09:47:29 +00:00
jfa
3bc3b5cb5a
Mantis issue 0020834: the mesher of reduced type has been improved.
2011-02-04 09:16:41 +00:00
eap
07112cd8f1
0021153: [CEA] non regression test fails
...
fix TooCloseAdjacent() w/o shape: correct distinction of domains
2011-02-02 09:47:22 +00:00
eap
d8a28e48bb
0021153: [CEA] non regression test fails
...
1) at merging pyramids, move the common apex at the middle of 2 apexes
2) at intersecting pyramids, check all four base-apex directions
2011-02-01 15:25:21 +00:00
eap
d9c073c952
0021153: [CEA] non regression test fails
...
fix error that pyramids sharing one common node are not checked for intersection
2011-02-01 13:48:56 +00:00
eap
b6b8aa7213
fix a misspell in comment
2011-01-31 13:10:15 +00:00