]>
SALOME platform Git repositories - modules/smesh.git/log
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)
eap [Mon, 24 Sep 2012 11:11:37 +0000 (11:11 +0000)]
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
+ void ExportGMF( in SMESH_IDSource meshPart,
+ in string file ) raises (SALOME::SALOME_Exception);
eap [Mon, 24 Sep 2012 11:10:55 +0000 (11:10 +0000)]
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
eap [Mon, 24 Sep 2012 11:10:05 +0000 (11:10 +0000)]
Improve user docs
eap [Fri, 21 Sep 2012 16:23:54 +0000 (16:23 +0000)]
Choose Geometry by mesh element selection (while defining sub-mesh)
ana [Thu, 20 Sep 2012 08:06:33 +0000 (08:06 +0000)]
Win32 compatibility
eap [Tue, 18 Sep 2012 07:11:32 +0000 (07:11 +0000)]
0021861 : EDF 2226 : Documentation of numeric functor option in split quadrangles is unclear
An error in documentation is fixed
eap [Mon, 17 Sep 2012 10:23:15 +0000 (10:23 +0000)]
def GetMeshEditor(self):
- return self.mesh.GetMeshEditor()
+ return self.editor
eap [Mon, 17 Sep 2012 10:22:42 +0000 (10:22 +0000)]
0020982 : EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
+ * \brief Returns description of an error/warning occured during the last operation
+ */
+ SMESH::ComputeError* GetLastError();
eap [Mon, 17 Sep 2012 10:22:02 +0000 (10:22 +0000)]
0020982 : EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
extract SMESH_MeshPartDS.hxx from SMESH_MeshEditor_i.cxx
eap [Mon, 17 Sep 2012 10:20:50 +0000 (10:20 +0000)]
0020982 : EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
+ // Errors of SMESH_MeshEditor follow
+ EDITERR_NO_MEDIUM_ON_GEOM= -101 /* during conversion to quadratic,
+ some medium nodes not placed on geometry
+ to avoid distorting elements, which are
+ stored in SMESH_ComputeError::myBadElements */
eap [Mon, 17 Sep 2012 10:20:24 +0000 (10:20 +0000)]
0020982 : EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
Show elements whose medium nodes were not placed on geometry
eap [Mon, 17 Sep 2012 10:18:47 +0000 (10:18 +0000)]
+ prop->Delete();
eap [Mon, 17 Sep 2012 10:18:28 +0000 (10:18 +0000)]
0020982 : EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
+ void force3DOutOfBoundary( SMESH_MesherHelper& theHelper,
+ SMESH_ComputeErrorPtr& theError)
eap [Mon, 17 Sep 2012 10:18:07 +0000 (10:18 +0000)]
0020982 : EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
Returns description of an error/warning occured during the last mesh edition
eap [Mon, 17 Sep 2012 10:16:21 +0000 (10:16 +0000)]
0020982 : EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
double MaxLinearSize2() const;
// Return maximal square distance between connected corner nodes
eap [Mon, 17 Sep 2012 10:15:51 +0000 (10:15 +0000)]
0020982 : EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
+ /*!
+ * \brief Returns description of an error/warning occured during the last operation
+ */
+ ComputeError GetLastError();
eap [Fri, 14 Sep 2012 13:14:35 +0000 (13:14 +0000)]
decrease the low bound of Threshold
eap [Fri, 14 Sep 2012 13:10:32 +0000 (13:10 +0000)]
mistype
eap [Thu, 13 Sep 2012 12:25:09 +0000 (12:25 +0000)]
0021821 : EDF 2356 SMESH: Wrong GHS3D mesh with Viscous Layer hypothesis
Log node movement not only in DEBUG mode
gdd [Wed, 12 Sep 2012 09:59:08 +0000 (09:59 +0000)]
Fix mispells
eap [Tue, 11 Sep 2012 13:20:29 +0000 (13:20 +0000)]
0021559 : EDF 2175 SMESH: Hexa/Tetra mixed meshes
Improve GetAlgo()
eap [Tue, 11 Sep 2012 09:24:59 +0000 (09:24 +0000)]
0021845 : EDF 1855 SMESH : A no-regression test fails on RadialQuadrangle meshing
+ static TopAbs_ShapeEnum GetGroupType(const TopoDS_Shape& group,
+ const bool avoidCompound=false);
eap [Tue, 11 Sep 2012 09:24:28 +0000 (09:24 +0000)]
0021845 : EDF 1855 SMESH : A no-regression test fails on RadialQuadrangle meshing
1) fix getAlgoData()
2) correct detection of concurrent algos in GetAlgo()
eap [Tue, 11 Sep 2012 07:53:33 +0000 (07:53 +0000)]
0021821 : EDF 2356 SMESH: Wrong GHS3D mesh with Viscous Layer hypothesis
Fix smoothAnalyticEdge() for a circle
prascle [Mon, 10 Sep 2012 07:04:02 +0000 (07:04 +0000)]
PR: bug EDF 2300
prascle [Sat, 8 Sep 2012 14:40:53 +0000 (14:40 +0000)]
PR: correction bug EDF 2299.
eap [Fri, 7 Sep 2012 14:12:35 +0000 (14:12 +0000)]
Call a not published shape to mesh by name of the mesh if provided
eap [Fri, 7 Sep 2012 08:00:48 +0000 (08:00 +0000)]
0021843 : [CEA 658] Segmentation fault when using GHS3D on a 2D group
correct fillAncestorsMap() not to miss COMPOUNDs inside a COMPOUND
eap [Fri, 7 Sep 2012 07:58:38 +0000 (07:58 +0000)]
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
eap [Thu, 6 Sep 2012 14:13:38 +0000 (14:13 +0000)]
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
eap [Thu, 6 Sep 2012 14:08:48 +0000 (14:08 +0000)]
0021559 : EDF 2175 SMESH: Hexa/Tetra mixed meshes
Use SMESH_Gen::GetPluginXMLPaths()
eap [Thu, 6 Sep 2012 14:08:01 +0000 (14:08 +0000)]
0021559 : EDF 2175 SMESH: Hexa/Tetra mixed meshes
Use LDOMParser
+ -lTKCDF
eap [Thu, 6 Sep 2012 14:07:24 +0000 (14:07 +0000)]
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
eap [Thu, 6 Sep 2012 13:50:41 +0000 (13:50 +0000)]
0021559 : EDF 2175 SMESH: Hexa/Tetra mixed meshes
+ static std::vector< std::string > GetPluginXMLPaths();
eap [Thu, 6 Sep 2012 13:49:43 +0000 (13:49 +0000)]
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;
prascle [Thu, 6 Sep 2012 13:27:46 +0000 (13:27 +0000)]
PR: correction bug EDF 2299.
rnv [Wed, 5 Sep 2012 14:31:04 +0000 (14:31 +0000)]
Win32 compilation.
vsr [Wed, 5 Sep 2012 09:23:09 +0000 (09:23 +0000)]
As OCCT issue
0022809 has been fixed, remove temporary workaround in the Cartesian 3d algorithm
eap [Tue, 4 Sep 2012 14:42:17 +0000 (14:42 +0000)]
0021826 : EDF 2367 SMESH : Hexaedron failure
fix the prev integration
prascle [Tue, 4 Sep 2012 14:06:32 +0000 (14:06 +0000)]
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")
prascle [Tue, 4 Sep 2012 14:00:14 +0000 (14:00 +0000)]
PR: tools for crack meshing : when importing a mesh, use a tolerance relative to the edge size.
prascle [Tue, 4 Sep 2012 13:58:46 +0000 (13:58 +0000)]
PR: tools for crack meshing
prascle [Tue, 4 Sep 2012 13:57:12 +0000 (13:57 +0000)]
PR: tools for crack meshing : take into account surfaces detected as only GeomAbs_C0 but still OK for meshing
prascle [Tue, 4 Sep 2012 13:54:50 +0000 (13:54 +0000)]
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
prascle [Tue, 4 Sep 2012 13:47:56 +0000 (13:47 +0000)]
PR: tools for crack meshing : detection of elements affected by node duplication
eap [Tue, 4 Sep 2012 13:40:43 +0000 (13:40 +0000)]
0021826 : EDF 2367 SMESH : Hexaedron failure
fix errors of GCPnts_UniformAbscissa
eap [Mon, 3 Sep 2012 08:30:23 +0000 (08:30 +0000)]
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
eap [Mon, 3 Sep 2012 08:29:24 +0000 (08:29 +0000)]
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"
eap [Mon, 3 Sep 2012 08:26:53 +0000 (08:26 +0000)]
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
eap [Mon, 3 Sep 2012 08:13:28 +0000 (08:13 +0000)]
improve readability a bit
eap [Mon, 3 Sep 2012 08:12:37 +0000 (08:12 +0000)]
Salome Forum http://www.salome-platform.org/forum/forum_10/
350978231
Move restoring SMESH_Mesh::_isModified from SMESH_Gen_i to SMESH_PreMeshInfo
eap [Mon, 3 Sep 2012 08:00:12 +0000 (08:00 +0000)]
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
eap [Fri, 31 Aug 2012 14:08:19 +0000 (14:08 +0000)]
+\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>
eap [Fri, 31 Aug 2012 12:32:53 +0000 (12:32 +0000)]
minor change
eap [Fri, 31 Aug 2012 12:08:42 +0000 (12:08 +0000)]
0021823 : [CEA 649] Compute failed without any errors
Fix reporting a warning if no elements are assigned to a sub-shape
eap [Fri, 31 Aug 2012 12:07:45 +0000 (12:07 +0000)]
0021823 : [CEA 649] Compute failed without any errors
bool checkComputeError(SMESH_Algo* theAlgo,
+ const bool theComputeOK,
const TopoDS_Shape& theShape=TopoDS_Shape());