gdd
0b6314ea9e
Fix mispells
2012-09-12 09:59:08 +00:00
eap
7a940415de
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
...
Improve GetAlgo()
2012-09-11 13:20:29 +00:00
eap
118122435c
0021845: EDF 1855 SMESH : A no-regression test fails on RadialQuadrangle meshing
...
+ static TopAbs_ShapeEnum GetGroupType(const TopoDS_Shape& group,
+ const bool avoidCompound=false);
2012-09-11 09:24:59 +00:00
eap
68b41560cb
0021845: EDF 1855 SMESH : A no-regression test fails on RadialQuadrangle meshing
...
1) fix getAlgoData()
2) correct detection of concurrent algos in GetAlgo()
2012-09-11 09:24:28 +00:00
eap
8d6f13f41e
0021821: EDF 2356 SMESH: Wrong GHS3D mesh with Viscous Layer hypothesis
...
Fix smoothAnalyticEdge() for a circle
2012-09-11 07:53:33 +00:00
prascle
34976cf1e1
PR: bug EDF 2300
2012-09-10 07:04:02 +00:00
prascle
61bc7f8f5f
PR: correction bug EDF 2299.
2012-09-08 14:40:53 +00:00
eap
db07298a81
Call a not published shape to mesh by name of the mesh if provided
2012-09-07 14:12:35 +00:00
eap
98ad123d21
0021843: [CEA 658] Segmentation fault when using GHS3D on a 2D group
...
correct fillAncestorsMap() not to miss COMPOUNDs inside a COMPOUND
2012-09-07 08:00:48 +00:00
eap
f8658faa90
0021843: [CEA 658] Segmentation fault when using GHS3D on a 2D group
...
Avoid "1D global algo is missing" error if it's not really missing
2012-09-07 07:58:38 +00:00
eap
ab9945d2b0
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
...
Return newly detected concurrent sub-meshes in the order they are
computed w/o imposed order of sub-meshes
2012-09-06 14:13:38 +00:00
eap
a438b8cfa9
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
...
Use SMESH_Gen::GetPluginXMLPaths()
2012-09-06 14:08:48 +00:00
eap
314c0d0977
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
...
Use LDOMParser
+ -lTKCDF
2012-09-06 14:08:01 +00:00
eap
7f64a1c94a
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
...
1) + static std::vector< std::string > GetPluginXMLPaths();
2) In GetAlgo(), choose a concurrent 2D algorithm whose output is
suitable to both different 3D algos on SOLIDs
2012-09-06 14:07:24 +00:00
eap
b2a682e314
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
...
+ static std::vector< std::string > GetPluginXMLPaths();
2012-09-06 13:50:41 +00:00
eap
2a7bf64d23
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
...
+ // return true if given order of sub-meshes is OK
+ bool IsOrderOK( const SMESH_subMesh* smBefore,
+ const SMESH_subMesh* smAfter ) const;
2012-09-06 13:49:43 +00:00
prascle
4cde840048
PR: correction bug EDF 2299.
2012-09-06 13:27:46 +00:00
rnv
97220d5bca
Win32 compilation.
2012-09-05 14:31:04 +00:00
vsr
cd4ec3d9f2
As OCCT issue 0022809 has been fixed, remove temporary workaround in the Cartesian 3d algorithm
2012-09-05 09:23:09 +00:00
eap
daf44dd2d8
0021826: EDF 2367 SMESH : Hexaedron failure
...
fix the prev integration
2012-09-04 14:42:17 +00:00
prascle
80cf9ab761
PR: tools for crack meshing : when building pyramids on complex shapes, orientation detection is difficult (concavities) and can be helped if a group of faces correctly oriented is provided. (check the presence of a group named "skinFaces")
2012-09-04 14:06:32 +00:00
prascle
16fcf4dea0
PR: tools for crack meshing : when importing a mesh, use a tolerance relative to the edge size.
2012-09-04 14:00:14 +00:00
prascle
1f2c6e16a4
PR: tools for crack meshing
2012-09-04 13:58:46 +00:00
prascle
fc3530a171
PR: tools for crack meshing : take into account surfaces detected as only GeomAbs_C0 but still OK for meshing
2012-09-04 13:57:12 +00:00
prascle
7446d65dcb
PR: tools for crack meshing : detection of elements affected by node duplication, identification of elements near a geom shape, to create a hole, creation of the skin of the future hole
2012-09-04 13:54:50 +00:00
prascle
c63113a9ae
PR: tools for crack meshing : detection of elements affected by node duplication
2012-09-04 13:47:56 +00:00
eap
85e85bc449
0021826: EDF 2367 SMESH : Hexaedron failure
...
fix errors of GCPnts_UniformAbscissa
2012-09-04 13:40:43 +00:00
eap
d45ee63be8
0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic
...
1) Add to Init() a flag controlling the state of "Insert filter in viewer"
2) Fix setting a selection mode
2012-09-03 08:30:23 +00:00
eap
8f1d6d923f
0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic
...
Add to Init() a flag controlling the state of "Insert filter in viewer"
2012-09-03 08:29:24 +00:00
eap
8203a3d57e
0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic
...
Change behavior of CoplanarFaces: normals of neighboring faces
are compared and not that of the selected face and candidate faces
2012-09-03 08:26:53 +00:00
eap
3f3fd308b1
improve readability a bit
2012-09-03 08:13:28 +00:00
eap
eb0c3c26e7
Salome Forum http://www.salome-platform.org/forum/forum_10/350978231
...
Move restoring SMESH_Mesh::_isModified from SMESH_Gen_i to SMESH_PreMeshInfo
2012-09-03 08:12:37 +00:00
eap
9e81eb1e25
Salome Forum http://www.salome-platform.org/forum/forum_10/350978231
...
Clear AddHypothesis(geom,hyp) command when RemoveHypothesis(geom,hyp)
encounters iff both geom and hyp are same
2012-09-03 08:00:12 +00:00
eap
66272cac4b
+\image html show_bad_mesh.png
...
+<em>Too close nodes causing meshing failure are shown in magenta using <b>Show
+ bad Mesh</b> button</em>
2012-08-31 14:08:19 +00:00
eap
0e78667bf2
minor change
2012-08-31 12:32:53 +00:00
eap
a297fa5cdd
0021823: [CEA 649] Compute failed without any errors
...
Fix reporting a warning if no elements are assigned to a sub-shape
2012-08-31 12:08:42 +00:00
eap
3cff0381cc
0021823: [CEA 649] Compute failed without any errors
...
bool checkComputeError(SMESH_Algo* theAlgo,
+ const bool theComputeOK,
const TopoDS_Shape& theShape=TopoDS_Shape());
2012-08-31 12:07:45 +00:00
eap
9e5d5fd0d5
0021825: Error in the example of "Projection Algorithms" in the user's guide
...
check if MakeComputed() is really OK
2012-08-31 12:04:11 +00:00
eap
02c33dab50
0021825: Error in the example of "Projection Algorithms" in the user's guide
...
In MakeComputed(), check if gen->Compute() is really OK
2012-08-31 12:03:32 +00:00
eap
c9a4fdb5fc
0021825: Error in the example of "Projection Algorithms" in the user's guide
...
fix order of SetVertexAssociation() calls
2012-08-31 12:01:15 +00:00
eap
a3401eaf9a
Unify usage of capital letters
2012-08-31 08:20:12 +00:00
vsr
5aee18a1d4
0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
...
(Fix problem with Object browser updating)
- Revert fix made for issue "0021515: EDF 2169 SMESH: groups not in OB" - it is no more required since actual problem is solved by fix for issue 0020749.
2012-08-30 13:57:33 +00:00
eap
eeed6dd569
Add table of contents
2012-08-30 10:29:39 +00:00
eap
b992383e2a
0021825: Error in the example of "Projection Algorithms" in the user's guide
...
update to reflect introduction of StdMeshers_ShapeShapeBiDirectionMap
instead of TopTools_DataMapOfShapeShape
2012-08-30 10:26:51 +00:00
gdd
3058574b87
CTN: EDF 1729 SMESH : Example of a script using Projection1D2D => Update documentation
2012-08-30 08:33:36 +00:00
eap
ff33a26505
0021823: [CEA 649] Compute failed without any errors
...
report a warning if no elements are assigned to a sub-shape
2012-08-30 07:50:03 +00:00
eap
1cd00806c9
0021823: [CEA 649] Compute failed without any errors
...
+ COMPERR_NO_MESH_ON_SHAPE // no mesh elements assigned to sub-mesh
2012-08-30 07:43:07 +00:00
eap
935b0458ec
untabify
2012-08-30 07:42:51 +00:00
eap
d370090d41
0021823: [CEA 649] Compute failed without any errors
...
+ <source>COMPERR_NO_MESH_ON_SHAPE</source>
+ <translation>No mesh elements assigned to a Sub-shape</translation>
2012-08-30 07:42:34 +00:00
eap
1a1cf7152f
0021823: [CEA 649] Compute failed without any errors
...
report a warning if no elements are assigned to a sub-shape
2012-08-30 07:42:09 +00:00