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 |
|
gdd
|
852a987961
|
PreCAD: add wrapping to SetPreCADOptionValue(optin,value)
|
2011-08-24 08:16:19 +00:00 |
|
gdd
|
0fdb0ecc07
|
PreCAD
|
2011-08-23 08:47:39 +00:00 |
|
eap
|
54d766ea04
|
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
Fix ExportCGNS()
|
2011-08-10 12:49:49 +00:00 |
|
eap
|
52749e3d7f
|
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
|
2011-08-10 10:33:38 +00:00 |
|
gdd
|
6a49124672
|
Add wrapper to .mesh export from BLSURFPLUGIN
|
2011-07-28 16:50:48 +00:00 |
|
gdd
|
8eaa53c526
|
Add PreCAD wrappers
|
2011-07-26 17:48:10 +00:00 |
|
gdd
|
78fd150f79
|
Add PreCAD
Update doc
Update smeshDC.py
|
2011-07-26 17:18:04 +00:00 |
|
gdd
|
eed8bfc30b
|
Check return value of Parameters() before setting values (BlSurf, GHS3D, GHS3DPRL)
|
2011-07-26 09:02:17 +00:00 |
|
vsr
|
91c92cb543
|
Merge from V6_3_BR 15/07/2011
|
2011-07-15 11:19:53 +00:00 |
|
eap
|
ce5494a2c1
|
Suppress some doxygen warnings
|
2011-06-28 13:01:22 +00:00 |
|
eap
|
d0b3f328a8
|
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
+ def GetFilterFromCriteria(self,criteria):
+ def GroupOnFilter(self, typ, name, filter):
|
2011-06-23 12:38:38 +00:00 |
|
eap
|
a18ad2978f
|
0020743: EDF 1271 SMESH : Create a mesh from a group
export, FindElementByPoint() on groups
|
2011-06-14 13:58:29 +00:00 |
|
vsr
|
2c607013a2
|
Merge from V6_3_BR 06/06/2011
|
2011-06-06 08:15:39 +00:00 |
|
gdd
|
2d50f1341e
|
rnc : gived some details about ExtrusionSweepObjectXD in documentation
|
2011-04-11 09:06:11 +00:00 |
|
prascle
|
ecea4040f1
|
PR: create flat elements on face groups (ASTER calculations)
|
2011-03-30 15:48:07 +00:00 |
|
eap
|
cfcd4f3b74
|
0020978: EDF 1475 SMESH: Convert linear to quadratic on a submesh
+ def ConvertToQuadratic(self, theForce3d, theSubMesh=None):
+ def ConvertFromQuadratic(self, theSubMesh=None):
|
2011-03-16 15:39:18 +00:00 |
|
eap
|
05a14a9203
|
0020749: EDF 1291 SMESH : Create 2D Mesh from 2D improvement
fix comment of MakeBoundaryElements()
|
2011-03-11 13:18:40 +00:00 |
|
eap
|
aff2414055
|
1) fix Mesh.__init__(): do not overwrite given mesh name by name of not published geometry
2) 020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
+ def MakeBoundaryElements()
|
2011-03-11 10:13:41 +00:00 |
|
eap
|
044bc6d891
|
improve comments of MakeBoundaryMesh()
|
2011-03-05 13:49:54 +00:00 |
|
vsr
|
ac724740a9
|
SALOME::GenericObj : Destroy() -> UnRegister()
|
2011-03-04 15:42:14 +00:00 |
|
eap
|
5613f2a33c
|
suppress message "Algo supports no multi-parameter hypothesis" with Netgen-1D-2D-3D
|
2011-03-01 14:36:06 +00:00 |
|
eap
|
b84e6567f0
|
Fix GetAxisStruct() by replacing ExtractShapes() by SubShapeAll()
|
2011-02-22 08:59:08 +00:00 |
|
eap
|
58ac21315b
|
typos
|
2011-02-16 10:19:04 +00:00 |
|
vsr
|
9f513fd3a3
|
Modify GetCriterion() to take into account the case when tolerance is passed via UnaryOp parameter
|
2011-02-15 14:12:03 +00:00 |
|
eap
|
ae0943024f
|
0021153]: [CEA] non regression test fails
Fix Mesh.Prism(): replace ExtractShapes() by SubShapeAll() again
|
2011-02-08 10:26:55 +00:00 |
|
eap
|
6beb289c1a
|
0021122: EDF 1735 SMESH: Bug when saving in .hdf
when creating Mesh on geometry, add to study the not published geometry
|
2011-02-03 15:07:31 +00:00 |
|
eap
|
692ae6c6e3
|
0021122: EDF 1735 SMESH: Bug when saving in .hdf
In Mesh_Algorithm.Assign(), add to study the not pubished sub-shape
|
2011-02-03 12:28:55 +00:00 |
|
vsr
|
e30e3628ce
|
0020876: EDF 1246 SMESH: DoubleNodes fonctions available in the GUI
Allow multiple selection of groups as input
|
2011-01-31 09:26:19 +00:00 |
|
gdd
|
9ae572587c
|
Add new method DoubleNodeElemGroupsNew which allows to have the group of newly created elements.
|
2011-01-18 14:45:18 +00:00 |
|
eap
|
44d84c2bb8
|
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
+ def ViscousLayers(self, thickness, numberOfLayers, stretchFactor, ignoreFaces=[]):
|
2011-01-18 12:15:17 +00:00 |
|
jfa
|
301af5256a
|
Mantis issue 0021108: EDF 1668 SMESH: ExtrusionAlongPathX on a Mesh group.
|
2010-12-29 10:27:23 +00:00 |
|
inv
|
2de294b09a
|
Merge from V6_2_BR 23/12/2010
|
2010-12-24 08:18:34 +00:00 |
|
prascle
|
8fa039a796
|
merge from branch BR_SMDS_MEMIMP 29 nov 2010
|
2010-11-29 13:20:53 +00:00 |
|
vsr
|
d8f644ca3d
|
Merge from V5_1_main branch 24/11/2010
|
2010-11-25 12:44:43 +00:00 |
|
vsr
|
bd9123f5c8
|
Merge from V6_1_BR 07/09/2010
|
2010-09-07 14:19:57 +00:00 |
|
vsr
|
3a40107689
|
Merge from V5_1_main 10/06/2010
|
2010-06-10 09:43:07 +00:00 |
|