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
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
vsr
3c9be5dcb8
Improvement of Python API documentation (SMESH and plugins):
...
- move base Mesh_Algorithm class to the separate python module
2012-08-24 05:52:39 +00:00
vsr
7ab128efcd
Improvement of Python API documentation (SMESH and plugins):
...
- move base Mesh_Algorithm class to the separate python module
2012-08-24 05:32:18 +00:00
vsr
b010d641ff
Add missing docHelper attributes
2012-08-23 07:35:00 +00:00
vsr
5e2d03fd99
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module
...
* Improve documentation for meshing plug-ins (in particular, dynamically added methods)
2012-08-22 07:33:58 +00:00
vsr
a4ca8bc3bc
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module
...
* Improve documentation for meshing plug-ins (in particular, dynamically added methods)
2012-08-22 05:45:47 +00:00
vsr
a22deee34c
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module
...
* Improve documentation for meshing plug-ins (in particular, dynamically added methods)
2012-08-21 13:49:35 +00:00
vsr
9423cdc0ef
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module
...
* Improve documentation for meshing plug-ins (in particular, dynamically added methods)
2012-08-21 13:15:16 +00:00
eap
672396228a
more info on GetPointState()
2012-07-23 08:14:11 +00:00
eap
1d17e561d7
0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes
2012-07-19 13:26:17 +00:00
eap
c4e4c8b73c
fix GetSubMeshNodesId()
2012-07-18 12:41:15 +00:00
eap
e24d326fce
Improve comments
2012-07-11 08:20:12 +00:00
eap
c28b4480af
0021542: EDF 1699 SMESH: Reorient a group of faces
...
+ def Reorient2D(self, the2DObject, theDirection, theFaceOrPoint ):
2012-06-29 13:56:13 +00:00
vsr
d4a710ce52
Merge from V6_5_BR 05/06/2012
2012-06-05 12:18:07 +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
eap
ae4c8e00df
fix raising exception in algoCreator.__call__()
2012-03-23 11:55:39 +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
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
eap
1ed22ce0be
0020463: EDF 1099 SMESH: performance regression from V4 to V5
...
make ParseParameters() also return a flag signaling that there are
variables among parameters and in AddNode() call mesh.SetParameters()
only if it's true
2012-03-15 12:14:52 +00:00
eap
5da7113dc9
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
...
More docs
2012-03-14 13:39:57 +00:00
eap
24bd6a0e24
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
...
rename classes to start from "StdMeshersDC_"
2012-03-11 10:31:27 +00:00
eap
344f1bff78
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
...
print errors occured while loading plugins
2012-03-11 10:30:52 +00:00
eap
f93f0a8570
typo
2012-03-11 08:53:51 +00:00
eap
8b26d4794f
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
...
protect from exceptions at importing plugins
2012-03-11 08:53:28 +00:00
eap
649673b639
error in the script
...
-mesh.TriToQuadObject(GroupTriToQuad, None , 1.57)
+mesh.TriToQuadObject(GroupTriToQuad, smesh.FT_AspectRatio , 1.57)
2012-03-11 08:52:28 +00:00
eap
f68bcab022
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
...
Bind methods creating algorithms (defined by plugins) to the class Mesh
2012-03-07 15:06:37 +00:00
eap
e361a31d0f
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
...
+ StdMeshersDC.py \
2012-03-07 15:05:01 +00:00
eap
3c1e09c062
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
...
Move definition of algorithms to ./StdMeshersDC.py
2012-03-07 15:04:45 +00:00
gdd
607f25cad1
Add support of internal vertices for BLSURF
2012-02-28 15:50:48 +00:00
eap
1c9e778a7c
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
...
+ ## Loads mesh from the study after opening the study
+ def Load(self):
2012-02-27 09:15:43 +00:00
eap
6c858efd41
rename treshold -> threshold
2012-02-24 10:42:57 +00:00
ana
b4926d3ebf
021374: Extrusion of a node to have an edge
...
minor change
2012-02-16 14:46:03 +00:00
ana
a0e4f31fde
Implementation of the "0021374: EDF 1898 SMESH: Extrusion of a node to have an edge" issue.
2012-02-13 16:18:53 +00:00
eap
ebc415d946
0021375: EDF 1671 SMESH: Dump study of current state
...
+ def SetDumpPythonHistorical(self, isHistorical):
2012-02-09 13:18:11 +00:00
eap
c1e553583f
0021338: EDF 1926 SMESH: New controls and filters
...
+ FT_EqualNodes,
+ FT_EqualEdges,
+ FT_EqualFaces,
+ FT_EqualVolumes,
2012-01-26 16:04:00 +00:00
ana
253807f5b3
Fix for the bug IPAL22851: Sub-shapes spelling
2012-01-13 15:11:09 +00:00
jfa
53a497b9c8
Mantis issue 0021455: [CEA] internal test fails.
2012-01-13 11:18:46 +00:00
eap
5b191ae5dd
0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OCTA12)
...
0021380: EDF 1937 SMESH: Take into account QUAD9 and HEXA27
+ def NbBiQuadQuadrangles(self):
+ def NbTriQuadraticHexas(self):
+ def NbHexagonalPrisms(self):
2011-12-16 09:32:19 +00:00
vsr
493747e8ea
Merge from V6_4_BR 05/12/2011
2011-12-05 11:03:04 +00:00
eap
1eedac41d2
0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
...
1) 1st version of "body fitting parameters" - to be improved
2)
+ def BodyFitted(self, geom=0):
+ return Mesh_Cartesian_3D(self, geom)
2011-10-28 12:52:43 +00:00
vsr
b6174726d9
Merge from V6_3_BR branch (Windows porting) 27/10/2011
2011-10-27 15:33:35 +00:00
eap
678e9eaa31
0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm
...
+ def Projection1D2D(self, geom=0):
+ return Mesh_Projection2D(self, geom, "Projection_1D2D")
2011-10-13 05:28:51 +00:00
eap
bf2f45b258
fix Mesh_UseExistingElements.SourceEdges()
2011-10-06 16:02:40 +00:00
eap
f734fda203
0020716: EDF 1229 SMESH : Improvement of reversed edges dialog box
...
+def FirstVertexOnCurve(edge):
+ def ReversedEdgeIndices(self, reverseList):
2011-10-05 08:15:51 +00:00
eap
4fc70c1e15
in GetCriterion(), check enumeration type of Treshold and CritType
2011-10-04 09:02:21 +00:00
gdd
03bbe4915a
Update wrapping for BLSURFPLUGIN and GHS3DPLUGIN hypothesis
2011-09-02 11:58:22 +00:00
gdd
b19b5319ed
PreCAD: minor change in function doc
2011-08-29 12:57:50 +00:00