eap
|
b2f41043c8
|
Fix SIGSEGV at closing a study
|
2013-11-25 10:39:28 +00:00 |
|
eap
|
a004160516
|
0022414: [CEA 1010] Regressio on tests 01_composite.py
Fix for a vertex w/o a node
|
2013-11-25 09:14:33 +00:00 |
|
eap
|
1faf00f679
|
0022414: [CEA 1010] Regressio on tests bug_763_netgen_1d_2d.py
+ from salome.smesh.smeshBuilder import Mesh
|
2013-11-25 09:13:09 +00:00 |
|
ctn
|
21734f0253
|
[SALOME platform 2008-2014 0022314]: EDF 2594 SMESH: Preview "Union of triangles" result: Documentation update
|
2013-11-22 14:42:31 +00:00 |
|
eap
|
850941885d
|
synchronize with SMESH_msg_en.ts
|
2013-11-22 13:55:23 +00:00 |
|
eap
|
d5b3009987
|
- static bool isStraight( const TopoDS_Edge & E, const bool degenResult=false );
+ static bool IsStraight( const TopoDS_Edge & E, const bool degenResult=false );
|
2013-11-22 13:17:22 +00:00 |
|
eap
|
620c78e582
|
+ bool findUVByHalfDivision( const gp_Pnt& thePoint, const gp_XY& theUV,
+ const TFace& tface, gp_XYZ& theParams);
+ bool findUVAround( const gp_Pnt& thePoint, const gp_XY& theUV,
+ const TFace& tface, gp_XYZ& theParams, int nbGetWorstLimit );
|
2013-11-22 13:17:00 +00:00 |
|
eap
|
ffa6ef36b3
|
http://www.salome-platform.org/forum/forum_10/409159356
Fox testcube2a.py
|
2013-11-22 13:16:34 +00:00 |
|
eap
|
8093357296
|
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
- StdMeshers_FaceSide(const SMDS_MeshNode* theNode,
- const gp_Pnt2d thePnt2d,
- const StdMeshers_FaceSide* theSide);
+ StdMeshers_FaceSide(const StdMeshers_FaceSide* theSide,
+ const SMDS_MeshNode* theNode,
+ const gp_Pnt2d* thePnt2d1,
+ const gp_Pnt2d* thePnt2d2=NULL,
+ const Handle(Geom2d_Curve)& theC2d=NULL,
+ const double theUFirst=0.,
+ const double theULast=1.);
|
2013-11-22 13:14:08 +00:00 |
|
ctn
|
199de1cfdb
|
[SALOME platform 2008-2014 0022314]: EDF 2594 SMESH: Preview "Union of triangles" result: Documentation update
|
2013-11-22 12:48:17 +00:00 |
|
eap
|
dacd5b29c7
|
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
+ int GetCorners(const TopoDS_Face& theFace,
+ SMESH_Mesh & theMesh,
+ std::list<TopoDS_Edge>& theWire,
+ std::vector<TopoDS_Vertex>& theVertices,
+ int & theNbDegenEdges);
|
2013-11-22 12:40:36 +00:00 |
|
eap
|
73df78c0c4
|
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
- StdMeshers_FaceSide(const SMDS_MeshNode* theNode,
- const gp_Pnt2d thePnt2d,
- const StdMeshers_FaceSide* theSide);
+ StdMeshers_FaceSide(const StdMeshers_FaceSide* theSide,
+ const SMDS_MeshNode* theNode,
+ const gp_Pnt2d* thePnt2d1,
+ const gp_Pnt2d* thePnt2d2=NULL,
+ const Handle(Geom2d_Curve)& theC2d=NULL,
+ const double theUFirst=0.,
+ const double theULast=1.);
|
2013-11-22 12:37:31 +00:00 |
|
eap
|
127524b9c2
|
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
do not import from smeshBuilder to avoid pb with cyclic import
|
2013-11-22 12:36:27 +00:00 |
|
eap
|
89eaa44e08
|
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
+ COMPERR_BAD_PARMETERS = -13, //!< incorrect hypotheses parameters
|
2013-11-22 12:35:35 +00:00 |
|
eap
|
60f3b24591
|
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
+ <source>COMPERR_BAD_PARMETERS</source>
+ <translation>Invalid input parameters</translation>
|
2013-11-22 12:35:17 +00:00 |
|
eap
|
a007ecaef9
|
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
+ CASE2TEXT( COMPERR_BAD_PARMETERS );
|
2013-11-22 12:34:58 +00:00 |
|
eap
|
0280d2e6a7
|
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
Fix "int WrapIndex(const int ind, const int nbNodes)" for ind=-4 and nbNodes=4
|
2013-11-22 12:34:45 +00:00 |
|
eap
|
3ad5d5a2d3
|
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
+ COMPERR_BAD_PARMETERS // incorrect hypotheses parameters
|
2013-11-22 12:33:25 +00:00 |
|
vsr
|
2c28cb9913
|
Minor change
|
2013-11-20 13:46:15 +00:00 |
|
eap
|
ea1c9b37c7
|
-from salome.StdMeshers import StdMeshersBuilder
+import StdMeshers
|
2013-11-20 11:31:08 +00:00 |
|
kga
|
7e624b26fa
|
22314: EDF 2594 SMESH: Preview "Union of triangles" result
|
2013-11-20 09:12:48 +00:00 |
|
eap
|
4e198a53df
|
22412: [CEA 1005] Impossible to have a logarithmic scalar bar when values <1e-07
Enable Logarithmic check box for small values
|
2013-11-20 08:13:41 +00:00 |
|
mpa
|
e2a638a026
|
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
|
2013-11-19 12:41:57 +00:00 |
|
mpa
|
98eacab61c
|
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
|
2013-11-19 12:29:02 +00:00 |
|
mpa
|
9dcd09c6f5
|
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
|
2013-11-19 12:08:40 +00:00 |
|
mpa
|
47bdf12d63
|
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
|
2013-11-19 12:03:24 +00:00 |
|
mpa
|
a08c213e66
|
- edit documentation
|
2013-11-19 11:57:09 +00:00 |
|
mpa
|
38b7a09f60
|
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
|
2013-11-19 11:55:25 +00:00 |
|
eap
|
01fd947027
|
avoid FPE
|
2013-11-19 11:54:02 +00:00 |
|
mpa
|
9b580c0bd0
|
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
|
2013-11-19 11:38:59 +00:00 |
|
eap
|
e57d64d391
|
Regression of SALOME_TESTS/Grids/smesh/bugs_03/D6
Improve the EventListener to clean all EDGEs of a complex side if one EDGE is cleaned
|
2013-11-18 16:51:16 +00:00 |
|
eap
|
a60773c9b3
|
In SetParametersByDefaults(), make myMinSize and myDeflection greater
|
2013-11-18 16:50:05 +00:00 |
|
eap
|
142df328f7
|
Regression SALOME_TESTS/Grids/smesh/3D_mesh_HEXA3D_00/C2
Fix isConcave()
|
2013-11-18 14:59:23 +00:00 |
|
eap
|
45b939fb48
|
Regression SALOME_TESTS/Grids/smesh/3D_mesh_HEXA3D_00/C2
Fix GetAngle() to take Orientation() of input edges as is and not
using GetSubShapeOri() which is wrong for the seam edge
|
2013-11-18 14:55:27 +00:00 |
|
eap
|
c789cfecef
|
fix SIGFPE on too short EDGEs
|
2013-11-18 13:21:17 +00:00 |
|
eap
|
10e12cc117
|
fix SIGFPE on too short EDGEs
|
2013-11-18 12:35:16 +00:00 |
|
eap
|
68cf640188
|
do not add a reference to useCaseBuilder twice
|
2013-11-18 10:53:13 +00:00 |
|
eap
|
fc83dc7660
|
synchronize myBadMeshBtn and myBadMeshToGroupBtn
|
2013-11-18 10:27:22 +00:00 |
|
eap
|
b099b4c7c3
|
Regression of SALOME_TESTS/Grids/smesh/imps_09/K5
Take care to remove a node from its sub-mesh
|
2013-11-15 17:54:28 +00:00 |
|
eap
|
2ec7f35ace
|
Regression of SALOME_TESTS/Grids/smesh/imps_08/I8
|
2013-11-15 15:24:18 +00:00 |
|
eap
|
fb698074ae
|
22408]: [CEA 996] Impossibility to filter Face with an Area criterion
|
2013-11-15 15:16:54 +00:00 |
|
eap
|
25cf51c07e
|
Regression of SALOME_TESTS/Grids/smesh/imps_08/I8
Attempt nb 2
|
2013-11-15 14:47:45 +00:00 |
|
eap
|
309959077f
|
Regression of SALOME_TESTS/Grids/smesh/imps_08/I8
|
2013-11-15 14:44:06 +00:00 |
|
eap
|
d547ba4db9
|
more comments
|
2013-11-15 13:43:38 +00:00 |
|
eap
|
b7eee22ba4
|
Regression of SALOME_TESTS/Grids/smesh/dump_study_00/B7
In CheckObjectPresence(), skip print statement
|
2013-11-15 12:44:42 +00:00 |
|
eap
|
1872ac43e1
|
Regression of SALOME_TESTS/Grids/smesh/bugs_19/X7
Increase nb of allowed shrink loops
|
2013-11-15 12:19:28 +00:00 |
|
eap
|
c2a18a423e
|
Regression of SALOME_TESTS/Grids/smesh/bugs_13/N9
Fix association of SHELLs
|
2013-11-15 11:59:48 +00:00 |
|
eap
|
bfcfbc1ba9
|
Prevent failure if a degenerated EDGE is not meshed
|
2013-11-15 10:20:33 +00:00 |
|
eap
|
862dfb92f3
|
2355: EDF SMESH: New 1D hypothesis "Adaptive"
More performance optimization
|
2013-11-15 09:48:22 +00:00 |
|
eap
|
813092187c
|
22406: EDF SMESH Regression : Items are missing in group contextual menu
Fix the previous "improvement"
|
2013-11-14 15:15:27 +00:00 |
|