]>
SALOME platform Git repositories - modules/smesh.git/log
eap [Fri, 19 Oct 2012 07:45:39 +0000 (07:45 +0000)]
0021339 : EDF 1928 SMESH: Create group of 0D elements
eap [Thu, 18 Oct 2012 11:44:44 +0000 (11:44 +0000)]
0021339 : EDF 1928 SMESH: Create group of 0D elements
eap [Thu, 18 Oct 2012 11:44:28 +0000 (11:44 +0000)]
untabify
eap [Thu, 18 Oct 2012 11:43:55 +0000 (11:43 +0000)]
fix of comment
eap [Thu, 18 Oct 2012 11:42:50 +0000 (11:42 +0000)]
0021339 : EDF 1928 SMESH: Create group of 0D elements
Enable filtering 0D elements
eap [Thu, 18 Oct 2012 11:41:56 +0000 (11:41 +0000)]
0021339 : EDF 1928 SMESH: Create group of 0D elements
Enable creation of Balls and 0D elements on all selected nodes, not
on one node only
eap [Thu, 18 Oct 2012 11:40:33 +0000 (11:40 +0000)]
0021339 : EDF 1928 SMESH: Create group of 0D elements
Fix ElemGeomType::IsSatisfy() to work automatically with any new type
ana [Wed, 17 Oct 2012 13:42:00 +0000 (13:42 +0000)]
win32 compatibility
ana [Wed, 17 Oct 2012 06:21:34 +0000 (06:21 +0000)]
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). Porting to CMake.
vsr [Tue, 16 Oct 2012 16:00:19 +0000 (16:00 +0000)]
0021915 : [CEA 685] Remove Ascii from the STL file selection filter in the import STL file dialog box
vsr [Tue, 16 Oct 2012 15:49:48 +0000 (15:49 +0000)]
0021915 : [CEA 685] Remove Ascii from the STL file selection filter in the import STL file dialog box
eap [Tue, 16 Oct 2012 11:19:06 +0000 (11:19 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
Fix setEventListener() for a case of a listener found by name
eap [Tue, 16 Oct 2012 09:56:24 +0000 (09:56 +0000)]
Values of element controls have been added to Mesh info
vsr [Tue, 16 Oct 2012 08:28:43 +0000 (08:28 +0000)]
0021478 : EDF 2083 ALL: Write the version of Salome used to create the study in the hdf file
ana [Tue, 16 Oct 2012 06:35:13 +0000 (06:35 +0000)]
win32 compilation: remove unnecessary definition of dllimport
eap [Mon, 15 Oct 2012 14:52:18 +0000 (14:52 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
Add StdMeshers_ViscousLayers2D hypothesis
eap [Mon, 15 Oct 2012 14:41:16 +0000 (14:41 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
1) Move struct uvPtStruct to SMESH_TypeDefs.hxx
2) Enable work with a SMESH_ProxyMesh
eap [Mon, 15 Oct 2012 14:39:45 +0000 (14:39 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
+ StdMeshers_ViscousLayers2D.cxx \
eap [Mon, 15 Oct 2012 14:39:03 +0000 (14:39 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
+ def ViscousLayers2D(self, thickness, numberOfLayers, stretchFactor, ignoreEdges=[]):
eap [Mon, 15 Oct 2012 14:38:40 +0000 (14:38 +0000)]
Convert ExportGMF()
eap [Mon, 15 Oct 2012 14:35:51 +0000 (14:35 +0000)]
Fix dump of ExportGMF() and ExportCGNS()
eap [Mon, 15 Oct 2012 14:34:23 +0000 (14:34 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
In FindEqualElements(), use idSourceToSet()
eap [Mon, 15 Oct 2012 14:32:14 +0000 (14:32 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
enable reporting lack of a node on a vertex
eap [Mon, 15 Oct 2012 14:30:54 +0000 (14:30 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
move struct uvPtStruct from StdMeshers_FaceSide
eap [Mon, 15 Oct 2012 14:30:14 +0000 (14:30 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
Derive SMESH_Octree from a template SMESH_Tree
eap [Mon, 15 Oct 2012 14:29:45 +0000 (14:29 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
Derive SMESH_Octree from SMESH_Tree
+ SMESH_Tree.hxx \
+ SMESH_Quadtree.hxx \
eap [Mon, 15 Oct 2012 14:27:55 +0000 (14:27 +0000)]
Avoid referencing memory of an automatic variable
struct StdParam
{
- const char* text() const { return myText.toLatin1().constData(); }
+ const char* text() const {
+ ((QByteArray&) myTextAsBytes) = myText.toLatin1(); return myTextAsBytes.constData();
+ }
eap [Mon, 15 Oct 2012 14:25:42 +0000 (14:25 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
- inline SMESHDS_Mesh *getParent() {return myParent; };
+ SMESHDS_Mesh *GetParent() { return myParent; }
eap [Mon, 15 Oct 2012 13:15:55 +0000 (13:15 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
1) Fix notifyListenersOnEvent() for the case if a listener is deleted
2) in setEventListener(), use a listener name to find an existing listener
eap [Mon, 15 Oct 2012 13:04:17 +0000 (13:04 +0000)]
+ const SMESHDS_SubMesh * GetSubMeshDS() const;
eap [Mon, 15 Oct 2012 13:03:16 +0000 (13:03 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
Extend the class to store 1D proxy elements
eap [Mon, 15 Oct 2012 13:01:00 +0000 (13:01 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
-void FindEqualElements(set<const SMDS_MeshElement*> & theElements,
+void FindEqualElements(TIDSortedElemSet & theElements,
TListOfListOfElementsID & theGroupsOfElementsID)
eap [Mon, 15 Oct 2012 12:57:50 +0000 (12:57 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
+ <hypothesis type ="ViscousLayers2D"
+ label-id ="Viscous Layers 2D"
+ icon-id ="mesh_algo_quad.png"
+ auxiliary="true"
+ dim ="2"/>
<algorithm type ="MEFISTO_2D"
+ opt-hypos ="ViscousLayers2D"
<algorithm type ="Quadrangle_2D"
+ opt-hypos="ViscousLayers2D"
eap [Mon, 15 Oct 2012 12:49:07 +0000 (12:49 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
+ interface StdMeshers_ViscousLayers2D : SMESH::SMESH_Hypothesis
gdd [Mon, 15 Oct 2012 09:58:06 +0000 (09:58 +0000)]
EDF 2357 : Modification of the "Files of type" (*.med => *.*med) - CTN
eap [Fri, 12 Oct 2012 15:24:09 +0000 (15:24 +0000)]
More details
vsr [Fri, 12 Oct 2012 15:07:11 +0000 (15:07 +0000)]
0021905 : EDF SMESH: Impossible to add a face without layers with "viscous layers"
prascle [Fri, 12 Oct 2012 10:59:49 +0000 (10:59 +0000)]
PR: bug on CreateHoleSkin with groups
inv [Fri, 12 Oct 2012 07:17:27 +0000 (07:17 +0000)]
Fix error in previous integration
inv [Fri, 12 Oct 2012 07:04:31 +0000 (07:04 +0000)]
Fix problem when building SMESH in --without-gui mode (revert previous commit, instead put all directory to the conditional, since it contains only GUI)
inv [Fri, 12 Oct 2012 07:03:48 +0000 (07:03 +0000)]
Fix problem when building SMESH in --without-gui mode
inv [Fri, 12 Oct 2012 06:56:39 +0000 (06:56 +0000)]
Fix problem when building SMESH in --without-gui mode
vsr [Fri, 12 Oct 2012 05:28:23 +0000 (05:28 +0000)]
0021906 : [CEA 579] Missing section in Mesh Properties Dialog
pnoyret [Thu, 11 Oct 2012 07:56:03 +0000 (07:56 +0000)]
Yams Plugin
eap [Wed, 10 Oct 2012 11:29:08 +0000 (11:29 +0000)]
More precise error description
eap [Wed, 10 Oct 2012 10:48:10 +0000 (10:48 +0000)]
Try to use length of edges for association in case of a 2-edges wire
eap [Wed, 10 Oct 2012 10:46:53 +0000 (10:46 +0000)]
protect from SIGSEGV in case of "Composite Wire Discretization" usage
eap [Wed, 10 Oct 2012 10:45:50 +0000 (10:45 +0000)]
in ComputeStateEngine(), clear _computeError at certain events only
eap [Wed, 10 Oct 2012 10:44:55 +0000 (10:44 +0000)]
protect GetSubShapeByNode() from SIGSEGV at NULL node
ana [Wed, 10 Oct 2012 08:46:51 +0000 (08:46 +0000)]
Avoid "GROUP" redefinition on win32: add 'MeshObjectType'enum to namespace SMESH
eap [Tue, 9 Oct 2012 14:02:38 +0000 (14:02 +0000)]
0021897 : EDF 1495 SMESH : Problem with groups when building a compound with medballs
Make control variable of for different in outer (on meshes) and
inner (on groups) loops.
eap [Tue, 9 Oct 2012 13:53:34 +0000 (13:53 +0000)]
0021891 : EDF 2398 : Error when dumping a study with non historical mode
Fix bug that AddHypothesis() + RemoveHypothesis() pair was cleared in
the historical mode if a hypothesis was removed
ana [Tue, 9 Oct 2012 07:28:56 +0000 (07:28 +0000)]
Add missing library
vsr [Tue, 9 Oct 2012 05:25:18 +0000 (05:25 +0000)]
Automatic assigning of default name for the group at the dialog box initialization
eap [Mon, 8 Oct 2012 12:45:03 +0000 (12:45 +0000)]
0021891 : EDF 2398 : Error when dumping a study with non historical mode
AddHypothesis() + RemoveHypothesis() pair was not cleared in
snap-shot mode if a hypothesis was removed
eap [Mon, 8 Oct 2012 09:17:18 +0000 (09:17 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
Initialize myDoGroupOfBalls and myDoGroupOf0DElems in the constructor
vsr [Thu, 4 Oct 2012 15:54:27 +0000 (15:54 +0000)]
0021382 : EDF 1985 SMESH: Read/write of .mesh files (GMF format)
- Move all export mesh commands to the single Export submenu (as in main menu File)
vsr [Thu, 4 Oct 2012 15:40:50 +0000 (15:40 +0000)]
0021711 : [CEA 579] Simplify Properties dialog accordingly to dimension of mesh
Additional patch for store/restore visual parameters
eap [Thu, 4 Oct 2012 10:52:46 +0000 (10:52 +0000)]
0021382 : EDF 1985 SMESH: Read/write of .mesh files (GMF format)
Note
0014299 . Fix writing groups (again)
eap [Thu, 4 Oct 2012 10:41:10 +0000 (10:41 +0000)]
0021382 : EDF 1985 SMESH: Read/write of .mesh files (GMF format)
Note
0014299 . Fix writing groups
eap [Thu, 4 Oct 2012 10:04:17 +0000 (10:04 +0000)]
0021382 ]: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
Add "Export GMF" to the pop-up of mesh and group
gdd [Thu, 4 Oct 2012 09:21:50 +0000 (09:21 +0000)]
Fix dump of ExportCGNS, ExportGMF, CreateMeshesFromUNV and CreateMeshesFromGMF
vsr [Wed, 3 Oct 2012 14:25:24 +0000 (14:25 +0000)]
0021711 : [CEA 579] Simplify Properties dialog accordingly to dimension of mesh
vsr [Wed, 3 Oct 2012 13:45:18 +0000 (13:45 +0000)]
0021711 : [CEA 579] Simplify Properties dialog accordingly to dimension of mesh
vsr [Wed, 3 Oct 2012 13:25:32 +0000 (13:25 +0000)]
0021711 : [CEA 579] Simplify Properties dialog accordingly to dimension of mesh
eap [Wed, 3 Oct 2012 12:15:28 +0000 (12:15 +0000)]
fix reading/writing BALLs
vsr [Tue, 2 Oct 2012 08:17:28 +0000 (08:17 +0000)]
Add function to erase an actor in current viewer or in all viewers where it is displayed (patch from vsv - PPGP dev)
eap [Mon, 1 Oct 2012 14:08:42 +0000 (14:08 +0000)]
Make IsQuadraticMesh() return LINEAR instead of QUADRATIC in an empty mesh
eap [Mon, 1 Oct 2012 13:58:55 +0000 (13:58 +0000)]
0021884 ]: [CEA 679] SALOME crashes when using Netgen 2D without 1D algorithm
Stupid access to NULL object
rnv [Fri, 28 Sep 2012 10:59:30 +0000 (10:59 +0000)]
Implementation of the "21459: EDF 1495 SMESH: Manipulation of discrete elements with attributes" issue: visualization of the 0D and balls elements.
rnv [Fri, 28 Sep 2012 09:08:03 +0000 (09:08 +0000)]
Win32 compatibility.
rnv [Fri, 28 Sep 2012 07:30:34 +0000 (07:30 +0000)]
Implementation of the "21459: EDF 1495 SMESH: Manipulation of discrete elements with attributes" issue: visualization of the 0D and balls elements.
eap [Thu, 27 Sep 2012 16:49:58 +0000 (16:49 +0000)]
correction
vsr [Thu, 27 Sep 2012 08:22:16 +0000 (08:22 +0000)]
0021882 : [CEA 673] Add preference for default color for mesh groups
vsr [Wed, 26 Sep 2012 06:16:59 +0000 (06:16 +0000)]
Windows compatibility
vsr [Tue, 25 Sep 2012 11:54:33 +0000 (11:54 +0000)]
0021869 : [CEA 672] Clipping always apply even with auto-apply not checked
vsr [Tue, 25 Sep 2012 09:10:01 +0000 (09:10 +0000)]
Fix compilation error (add missing boost flags)
eap [Mon, 24 Sep 2012 12:20:20 +0000 (12:20 +0000)]
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
fix an error message
eap [Mon, 24 Sep 2012 11:41:55 +0000 (11:41 +0000)]
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
+ src/DriverGMF/Makefile \
eap [Mon, 24 Sep 2012 11:32:03 +0000 (11:32 +0000)]
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
+ def ExportGMF(self, f, meshPart=None):
+ def CreateMeshesFromGMF( self, theFileName ):
eap [Mon, 24 Sep 2012 11:31:39 +0000 (11:31 +0000)]
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
+ void ExportGMF(SMESH::SMESH_IDSource_ptr meshPart,
+ const char* file) throw (SALOME::SALOME_Exception);
+ SMESH::ComputeError* ImportGMFFile( const char* theFileName )
eap [Mon, 24 Sep 2012 11:31:06 +0000 (11:31 +0000)]
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
+ SMESH::SMESH_Mesh_ptr CreateMeshesFromGMF( const char* theFileName,
+ SMESH::ComputeError_out theError)
eap [Mon, 24 Sep 2012 11:29:41 +0000 (11:29 +0000)]
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
eap [Mon, 24 Sep 2012 11:29:14 +0000 (11:29 +0000)]
some decoration
eap [Mon, 24 Sep 2012 11:27:10 +0000 (11:27 +0000)]
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
+ -I$(srcdir)/../SMESHUtils \
eap [Mon, 24 Sep 2012 11:26:52 +0000 (11:26 +0000)]
Enable searching EventListener by its name
+ const char* GetName() const { return myName; }
+ virtual void BeforeDelete(SMESH_subMesh* subMesh,
+ SMESH_subMeshEventListenerData* data)
eap [Mon, 24 Sep 2012 11:25:47 +0000 (11:25 +0000)]
+ EventListenerData* GetEventListenerData(const std::string& listenerName) const;
eap [Mon, 24 Sep 2012 11:24:09 +0000 (11:24 +0000)]
Enable Transform() of 0D elements
eap [Mon, 24 Sep 2012 11:20:01 +0000 (11:20 +0000)]
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
+ SMESH_ComputeErrorPtr GMFToMesh(const char* theFileName);
+ void ExportGMF(const char * file, const SMESHDS_Mesh* mesh);
eap [Mon, 24 Sep 2012 11:19:01 +0000 (11:19 +0000)]
Remove this from StudyContextStruct at destructor
eap [Mon, 24 Sep 2012 11:17:56 +0000 (11:17 +0000)]
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
when setting myName, call myGroupDS->SetStoreName( myName )
eap [Mon, 24 Sep 2012 11:16:52 +0000 (11:16 +0000)]
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
+ -I$(srcdir)/../DriverGMF \
eap [Mon, 24 Sep 2012 11:16:31 +0000 (11:16 +0000)]
typo:
- void GetXYZ(double xyx
+ void GetXYZ(double xyz
eap [Mon, 24 Sep 2012 11:15:30 +0000 (11:15 +0000)]
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
+ -I$(srcdir)/../SMESHUtils \
eap [Mon, 24 Sep 2012 11:15:17 +0000 (11:15 +0000)]
HEXA_27021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
+ -I$(srcdir)/../SMESHUtils \
eap [Mon, 24 Sep 2012 11:15:01 +0000 (11:15 +0000)]
HEXA_27021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
eap [Mon, 24 Sep 2012 11:14:08 +0000 (11:14 +0000)]
fix interlace array of HEXA_27
eap [Mon, 24 Sep 2012 11:13:16 +0000 (11:13 +0000)]
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
+ virtual void SetOption(const std::string& optionName,
+ const std::string& optionValue) {}
+ virtual SMESH_ComputeErrorPtr GetError();
eap [Mon, 24 Sep 2012 11:12:27 +0000 (11:12 +0000)]
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
+ DriverGMF \
eap [Mon, 24 Sep 2012 11:11:52 +0000 (11:11 +0000)]
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
+ SMESH_Mesh CreateMeshesFromGMF( in string theFileName,
+ out SMESH::ComputeError theError)