eap
|
95a77fcb02
|
+ CORBA::Long Reorient2D(SMESH::SMESH_IDSource_ptr the2Dgroup,
+ const SMESH::DirStruct& theDirection,
+ CORBA::Long theFace,
+ const SMESH::PointStruct& thePoint) throw (SALOME::SALOME_Exception);
|
2012-06-29 13:43:18 +00:00 |
|
eap
|
c6bde687aa
|
struct SMESH_ElementSearcher
{
+ virtual const SMDS_MeshElement* FindClosestTo( const gp_Pnt& point,
+ SMDSAbs_ElementType type) = 0;
}
+ int Reorient2D (TIDSortedElemSet & theFaces,
+ const gp_Dir& theDirection,
+ const SMDS_MeshElement * theFace);
+ static double GetDistance( const SMDS_MeshFace* face, const gp_Pnt& point );
+ void ElementBndBoxTree::getElementsInSphere ( const gp_XYZ& center,
+ const double radius,
+ TIDSortedElemSet& foundElems)
|
2012-06-29 13:41:37 +00:00 |
|
eap
|
6051d0caf8
|
struct SMESH_ElementSearcher
{
+ virtual const SMDS_MeshElement* FindClosestTo( const gp_Pnt& point,
+ SMDSAbs_ElementType type) = 0;
}
+ int Reorient2D (TIDSortedElemSet & theFaces,
+ const gp_Dir& theDirection,
+ const SMDS_MeshElement * theFace);
+ static double GetDistance( const SMDS_MeshFace* face, const gp_Pnt& point );
|
2012-06-29 13:40:11 +00:00 |
|
vsr
|
2f6ee50dcd
|
0021669: EDF 2262 SMESH: "Mesh information" takes a long time on small mesh with joint elements
|
2012-06-20 14:54:14 +00:00 |
|
eap
|
16f4d26534
|
Avoid synchronization with geom groups when closing a study
+ void setCurrentStudy( SALOMEDS::Study_ptr theStudy,
+ bool theStudyIsBeingClosed=false);
|
2012-06-20 12:25:16 +00:00 |
|
eap
|
aad57bda9f
|
IPAL22856 2D quadrangle mesher of reduced type works wrong
change algorithm as requested by IPAL22856 - care of symmetry
|
2012-06-08 10:45:42 +00:00 |
|
eap
|
ff4dc09d85
|
IPAL22856 2D quadrangle mesher of reduced type works wrong
refactoring ComputeReduced(), but algorithm still remains the same
|
2012-06-08 07:27:26 +00:00 |
|
eap
|
35eb82363a
|
- SMDS_MeshNode* AddNode(double x, double y, double z, int ID = 0);
+ SMDS_MeshNode* AddNode(double x, double y, double z, int ID = 0, double u=0., double v=0.);
|
2012-06-08 07:06:43 +00:00 |
|
gdd
|
86c4cc3003
|
Fix for compilation with gcc 4.7
|
2012-06-07 11:26:44 +00:00 |
|
vsr
|
d4a710ce52
|
Merge from V6_5_BR 05/06/2012
|
2012-06-05 12:18:07 +00:00 |
|
rnv
|
864f448dc4
|
Porting documentation on the Doxygen-1.8.0
|
2012-04-12 07:15:03 +00:00 |
|
eap
|
180b82cf53
|
0021540: [CEA] Internal test fails : prisms
Fix FindMatchingNodesOnFaces() for spheres ( DeuxSpheres.py )
|
2012-04-11 14:34:04 +00:00 |
|
eap
|
35a739dc93
|
0021530: EDF 2176 SMESH: Projection 1D-2D with compounds
Fix for the case of no vertex association
|
2012-04-11 13:10:03 +00:00 |
|
eap
|
330b5970e3
|
0021530: EDF 2176 SMESH: Projection 1D-2D with compounds
+ static std::string GeomObjectToEntry(GEOM::GEOM_Object_ptr& theGeomObject);
|
2012-04-11 13:08:52 +00:00 |
|
eap
|
55899c73f3
|
0021529: [CEA 551] I,j,k mesher does not mesh 2D quadragular meshes
correct isClosedChainOfSides()
|
2012-04-11 08:35:01 +00:00 |
|
eap
|
719b352189
|
0021530: EDF 2176 SMESH: Projection 1D-2D with compounds
keep entries of shapes to be able to return a correct GEOM_Object in
case if it is published several times with different names
|
2012-04-11 08:23:17 +00:00 |
|
eap
|
b9b021a25d
|
0021530: EDF 2176 SMESH: Projection 1D-2D with compounds
+ static GEOM::GEOM_Object_ptr EntryOrShapeToGeomObject (const std::string& theEntry,
+ const TopoDS_Shape& theShape);
+ static void SaveToStream( const std::string& studyEntry, std::ostream & stream);
|
2012-04-11 08:20:17 +00:00 |
|
eap
|
08e8a82bb2
|
0021530: EDF 2176 SMESH: Projection 1D-2D with compounds
In GetGroupSubMeshesContaining() preview a case where the main
shape is a group
|
2012-04-11 08:19:09 +00:00 |
|
eap
|
dbb704ffd5
|
some decorations
|
2012-04-10 10:10:11 +00:00 |
|
eap
|
d1fa9ee867
|
0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm
not create excess edges on the seam edge
|
2012-04-10 10:09:32 +00:00 |
|
eap
|
ef93a614a6
|
0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm
fix merging nodes in case 1D-2D projection of the colsed face (care
of nodes on the seam edge)
|
2012-04-10 10:06:23 +00:00 |
|
eap
|
a17fd6ce6b
|
0021529: [CEA 551] I,j,k mesher does not mesh 2D quadragular meshes
+ bool isClosedChainOfSides(...)
|
2012-04-09 15:40:23 +00:00 |
|
rnv
|
8d39a9f28e
|
Porting SMESH Plugins on Win32 platform.
|
2012-03-28 14:37:07 +00:00 |
|
gdd
|
7b9c63b06e
|
Fix misspell
|
2012-03-28 09:12:26 +00:00 |
|
rnv
|
d44f22428b
|
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module: Update documentation.
|
2012-03-27 12:52:59 +00:00 |
|
rnv
|
da4fe2a060
|
Avoid empty items in the "Algorithm" combo-box in the "Create/Edit Mesh" dialog.
|
2012-03-27 09:52:22 +00:00 |
|
vsr
|
a16044eab3
|
0021515: EDF 2169 SMESH: groups not in OB
|
2012-03-23 14:42:48 +00:00 |
|
prascle
|
3776dd7ec5
|
PR: reorganise smesh plugins and correct MeshCut when there are groups
|
2012-03-23 13:13:21 +00:00 |
|
eap
|
ae4c8e00df
|
fix raising exception in algoCreator.__call__()
|
2012-03-23 11:55:39 +00:00 |
|
eap
|
f932a6abb6
|
0021517: Bad filter dumped when hdf study from previous version of Salome is loaded
set "Compare" to FT_EqualTo instead of FT_Undefined
|
2012-03-23 09:52:28 +00:00 |
|
eap
|
ddec989c2f
|
0021517: Bad filter dumped when hdf study from previous version of Salome is loaded
clear re-setting filters to group
|
2012-03-23 09:11:25 +00:00 |
|
vsr
|
6c9caee99f
|
Add functions to know that SALOME module version is development one
|
2012-03-22 15:44:43 +00:00 |
|
eap
|
f4f14a98e3
|
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
In GetSourceSubMeshes(), fix getting a main sub-mesh of a not loaded mesh
|
2012-03-22 14:10:37 +00:00 |
|
eap
|
264238f852
|
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
loadDependentMeshes() before algo->Compute()
|
2012-03-22 14:09:13 +00:00 |
|
eap
|
3ca6b8c524
|
precise error messages
|
2012-03-22 12:42:58 +00:00 |
|
eap
|
c20e5a3b8e
|
0021468]: EDF 2073 SMESH: Body-fitting algo creates elements in hole
1) re-fix after optimization (attempt #2)
2) fix protection from not thread safe shapes
|
2012-03-22 11:54:46 +00:00 |
|
eap
|
16042a8750
|
0021468]: EDF 2073 SMESH: Body-fitting algo creates elements in hole
re-fix after optimization
|
2012-03-22 08:58:34 +00:00 |
|
eap
|
93aaa60ce3
|
0021517: Bad filter dumped when hdf study from previous version of Salome is loaded
+ void fixFunctorType(...)
|
2012-03-21 15:55:38 +00:00 |
|
gdd
|
51949e5059
|
In Extrusion dialog, the distance was troncated to the lower integer. With a distance <1, the extrusion vector size was zero.
|
2012-03-21 15:41:10 +00:00 |
|
eap
|
5ea2cc6434
|
0021526: EDF 1855 SMESH: Regression in the Radial Quadrangle hypothesis
fix algoCreator.__call__()
|
2012-03-21 10:22:32 +00:00 |
|
eap
|
b0b291e152
|
0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
performance optimization using tbb
|
2012-03-21 09:03:12 +00:00 |
|
eap
|
eeb19a3f2a
|
0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
+if WITH_TBB
+ libStdMeshers_la_CPPFLAGS += $(TBB_INCLUDES)
+ libStdMeshers_la_LDFLAGS += $(TBB_LIBS)
+endif
|
2012-03-21 09:02:23 +00:00 |
|
eap
|
256069a7e6
|
0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
in SMESH_TNodeXYZ use thread safe getting node coords
|
2012-03-21 09:02:04 +00:00 |
|
eap
|
a63a653731
|
untabify
|
2012-03-21 09:01:05 +00:00 |
|
eap
|
5c5ce5f038
|
0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
+ void GetXYZ(double xyx[3]) const; // thread safe getting coords
|
2012-03-21 09:00:38 +00:00 |
|
eap
|
7fbdd4a756
|
0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
+CHECK_TBB
|
2012-03-21 08:26:09 +00:00 |
|
eap
|
b1255ded98
|
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
- if ( !varName.isEmpty() )
+ if ( varName.isEmpty() )
|
2012-03-19 16:40:29 +00:00 |
|
eap
|
bf4cd9150f
|
0021522: EDF 573 SMESH: Regression in RotationSweep
- MaxAngle,Parameters = ParseAngles(MaxAngle)
+ MaxAngle,Parameters,hasVars = ParseAngles(MaxAngle)
|
2012-03-19 14:55:51 +00:00 |
|
eap
|
6d6fc57a7f
|
0021521: EDF 317 SMESH: Regression in Wire_Discretisation LengthNearVertex hypotesis
+from smesh import GetName, TreatHypoStatus
|
2012-03-19 14:50:26 +00:00 |
|
eap
|
9176157728
|
0021520: EDF 522 SMESH: Regression in MirrorMakeMesh
- mesh.SetParameters(Mirror.parameters)
+ self.mesh.SetParameters(Mirror.parameters)
|
2012-03-19 14:31:57 +00:00 |
|