eap
0aeda4c376
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
2012-11-13 13:32:39 +00:00
eap
07cb4aeb08
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
...
remove obsolete code
2012-11-13 13:05:41 +00:00
eap
413c0323f8
0021940: EDF 2460 SMESH : Issue with ConvertToQuadratic
...
Fix GetLastError() more
2012-11-13 11:23:56 +00:00
eap
405388e7fa
0021940: EDF 2460 SMESH : Issue with ConvertToQuadratic
...
1) Take FACE periodicity into accound if the FACE has no seam EDGE
In FixQuadraticElements():
2) Correctly enable fixing node parameters
3) detect curved links 2D by links on EDGES only
2012-11-13 11:22:37 +00:00
eap
5894f538ab
fix GetLastError()
2012-11-13 07:21:40 +00:00
eap
9f37441960
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
...
+ <hypo>ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges())</hypo>
2012-11-13 06:29:44 +00:00
vsr
9645435524
Merge from V6_main 12/11/2012
2012-11-12 14:50:52 +00:00
eap
d367212954
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
...
fix shrink() around a concave VERTEX
2012-11-12 09:19:52 +00:00
prascle
abb28ffdd2
PR: link problem detection on ubuntu 12.04
2012-11-10 19:11:36 +00:00
eap
ea23bdf69b
precise comment
2012-11-09 10:20:59 +00:00
vsr
32ea2faf03
Fix bug caused by integration of improvement for tri-quadratic elements - dialog box for adding of quadratic hexahedron was not shown.
2012-11-08 16:05:16 +00:00
eap
ea5674061b
0021954: [CEA 706] Error at the mesh object creation
...
protect fillAncestorsMap() from empty compounds
2012-11-08 15:34:29 +00:00
ana
48fb343b63
Fix for the "0051573: TC6.6.0: Clipping - Select all check-box behavior is wrong" issue.
2012-11-08 15:07:36 +00:00
eap
70bcc2ddff
Fix for the "0021861: EDF 2226 : Documentation of numeric functor option in split quadrangles is unclear" issue.
...
Improve comments
2012-11-08 14:03:31 +00:00
eap
d627437f5d
Fix for the "0021861: EDF 2226 : Documentation of numeric functor option in split quadrangles is unclear" issue.
...
Fix conversion of "QuadToTriObject"
2012-11-08 14:02:30 +00:00
eap
62f76f744f
0051564: TC6.6.0: Extrusion work incorrect
...
+ MeshEditor_I::TPreviewMesh * getPreviewMesh( SMDSAbs_ElementType previewType = SMDSAbs_All );
+ ::SMESH_MeshEditor& getEditor();
2012-11-08 10:46:53 +00:00
eap
8c26f69fe1
initialize myEditCurrentArgument, else valgrind complaints
2012-11-08 08:36:08 +00:00
eap
c84ff91c39
0051567: TC6.6.0: Qadrangle_2D fail
...
remove wrong code entered while implementing ViscousLayers2D
2012-11-07 16:27:19 +00:00
eap
48b1714b35
0021680: EDF 2288 SMESH: creation of 0D elements from other elements
...
+<h3>Add 0D Element on Element Nodes</h3>
2012-11-07 13:48:46 +00:00
eap
c25fe950c2
minor
2012-11-07 13:48:13 +00:00
eap
f49ad7283f
0021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
...
Create _pyMesh for CreateMeshesFromGMF() command
2012-11-07 13:20:51 +00:00
eap
87905be5e7
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
...
debug on a complex sketch
2012-11-07 08:31:22 +00:00
eap
b0362f7109
0021942: [CEA 700] Behavior of the Mesh.Triangle(algo=smesh.NETGEN) command
...
In Compute(), report on hiding algo
2012-11-07 08:30:39 +00:00
eap
0e8ed41adb
0021942: [CEA 700] Behavior of the Mesh.Triangle(algo=smesh.NETGEN) command
...
In readMesh(), if there are incompatible algos assigned, one of
which is thus ignored by Compute(), make the not ignored algo be
present in the dialog instead of the ignored one
2012-11-07 08:30:07 +00:00
eap
949330b987
- theElems.insert( face );
...
+ theElems.insert( theElems.end(), face );
2012-11-07 08:24:45 +00:00
eap
1df3773296
0021942: [CEA 700] Behavior of the Mesh.Triangle(algo=smesh.NETGEN) command
...
In checkConformIgnoredAlgos(), report on hiding algo
2012-11-07 08:23:53 +00:00
rnc
189efb2518
replaced factor by functor un cutting quadrangles doc for consistency with the dialog box
2012-11-05 09:35:24 +00:00
eap
3fa13a8549
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
...
debug on a complex sketch -- almost OK
2012-11-02 12:22:25 +00:00
eap
d05c72902a
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
...
debug on a complex sketch
+ bool improve();
2012-11-02 09:50:14 +00:00
ana
2f485c1e90
Fix for the "0021861: EDF 2226 : Documentation of numeric functor option in split quadrangles is unclear" issue.
2012-11-02 07:41:57 +00:00
eap
fb0d4ffa39
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
...
debug on a complex sketch
2012-11-01 16:50:00 +00:00
ana
f0bf265fc0
Fix for the "0021861: EDF 2226 : Documentation of numeric functor option in split quadrangles is unclear" issue.
2012-11-01 11:39:48 +00:00
eap
7348db21e5
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
...
Fix inflate(), fixCollisions() and shrink()
2012-10-31 10:53:31 +00:00
ana
a49e1b8fe4
Win32 compatibility
2012-10-30 15:03:29 +00:00
eap
4226c05219
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
...
Fix shrink()
2012-10-30 08:05:44 +00:00
vsr
1b48eab880
Porting to med 3.0.6 / Win32 compatibility / Replace dependency on libmed (fortran API) by libmedC
2012-10-30 06:17:46 +00:00
vsr
29819883c2
IPAL 0051565: TC6.6.0: Create sub-mesh - wrong Mesh field when multiply selection
2012-10-29 14:27:39 +00:00
vsr
c889773a15
IPAL 0051561: Hexotic algorithm fail
...
Fix problem of Hexotic algo computation on 32bit platforms
2012-10-29 13:36:13 +00:00
vsr
8255b5e32f
Remove bad implementation of "position" parameter for mesh elements causing SIGSEGV
2012-10-29 11:54:32 +00:00
eap
61bbd63ee9
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
...
Fix usage of nodes already shrinked within an adjacent FACE
2012-10-29 09:15:02 +00:00
eap
986cacacdb
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
...
+ bool toShrinkForAdjacent( const TopoDS_Face& adjFace,
+ const TopoDS_Edge& E,
+ const TopoDS_Vertex& V);
2012-10-26 14:28:19 +00:00
vsr
b503f03bf3
Fix compilation problem.
2012-10-26 09:27:41 +00:00
ana
44e37ac78e
CMake: fix install error
2012-10-26 07:28:20 +00:00
eap
8f17999ad4
code shorten
2012-10-25 11:57:36 +00:00
eap
c128018070
0021339: EDF 1928 SMESH: Create group of 0D elements
...
Use TMeshModifTracer in ElementsOnSurface
2012-10-25 10:37:56 +00:00
eap
6d1ea10cad
0021921: [CEA 690] GetVolume applied on many elements has performance issue
...
Optimize _valueFromFunctor()
2012-10-24 15:46:31 +00:00
eap
9a844dd922
Fix description of "Generate groups"
2012-10-24 10:30:57 +00:00
eap
ae99a7f81e
update
2012-10-24 08:50:51 +00:00
ana
64573e2e1a
Cmake: small fix for generating docs
2012-10-24 08:29:57 +00:00
gdd
b3c476c3ec
Merge updates of translations files
2012-10-24 08:08:05 +00:00