]>
SALOME platform Git repositories - modules/smesh.git/log
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());
eap [Fri, 31 Aug 2012 12:04:11 +0000 (12:04 +0000)]
0021825 : Error in the example of "Projection Algorithms" in the user's guide
check if MakeComputed() is really OK
eap [Fri, 31 Aug 2012 12:03:32 +0000 (12:03 +0000)]
0021825 : Error in the example of "Projection Algorithms" in the user's guide
In MakeComputed(), check if gen->Compute() is really OK
eap [Fri, 31 Aug 2012 12:01:15 +0000 (12:01 +0000)]
0021825 : Error in the example of "Projection Algorithms" in the user's guide
fix order of SetVertexAssociation() calls
eap [Fri, 31 Aug 2012 08:20:12 +0000 (08:20 +0000)]
Unify usage of capital letters
vsr [Thu, 30 Aug 2012 13:57:33 +0000 (13:57 +0000)]
0020749 : EDF 1291 SMESH : Create 2D Mesh from 3D improvement
(Fix problem with Object browser updating)
- Revert fix made for issue "
0021515 : EDF 2169 SMESH: groups not in OB" - it is no more required since actual problem is solved by fix for issue
0020749 .
eap [Thu, 30 Aug 2012 10:29:39 +0000 (10:29 +0000)]
Add table of contents
eap [Thu, 30 Aug 2012 10:26:51 +0000 (10:26 +0000)]
0021825 : Error in the example of "Projection Algorithms" in the user's guide
update to reflect introduction of StdMeshers_ShapeShapeBiDirectionMap
instead of TopTools_DataMapOfShapeShape
gdd [Thu, 30 Aug 2012 08:33:36 +0000 (08:33 +0000)]
CTN: EDF 1729 SMESH : Example of a script using Projection1D2D => Update documentation
eap [Thu, 30 Aug 2012 07:50:03 +0000 (07:50 +0000)]
0021823 : [CEA 649] Compute failed without any errors
report a warning if no elements are assigned to a sub-shape
eap [Thu, 30 Aug 2012 07:43:07 +0000 (07:43 +0000)]
0021823 : [CEA 649] Compute failed without any errors
+ COMPERR_NO_MESH_ON_SHAPE // no mesh elements assigned to sub-mesh
eap [Thu, 30 Aug 2012 07:42:51 +0000 (07:42 +0000)]
untabify
eap [Thu, 30 Aug 2012 07:42:34 +0000 (07:42 +0000)]
0021823 : [CEA 649] Compute failed without any errors
+ <source>COMPERR_NO_MESH_ON_SHAPE</source>
+ <translation>No mesh elements assigned to a Sub-shape</translation>
eap [Thu, 30 Aug 2012 07:42:09 +0000 (07:42 +0000)]
0021823 : [CEA 649] Compute failed without any errors
report a warning if no elements are assigned to a sub-shape
eap [Wed, 29 Aug 2012 16:45:51 +0000 (16:45 +0000)]
-#include "SMESH_*D_Algo.hxx"
+#include "SMESH_Algo.hxx"
eap [Wed, 29 Aug 2012 16:44:07 +0000 (16:44 +0000)]
untabify
eap [Wed, 29 Aug 2012 16:43:11 +0000 (16:43 +0000)]
Remove useless files, declarations and implementations of constructors
of classes are moved to SMESH.Algo.*xx
SMESH_*D_Algo.*xx
vsr [Wed, 29 Aug 2012 14:45:18 +0000 (14:45 +0000)]
0021815 : EDF 2347 SMESH : Error when meshing vertices
Update documentation: add explanation about meaning of "3D", "2D", "1D" and "0D" pages in "Create mesh" dialog box.
eap [Wed, 29 Aug 2012 09:07:18 +0000 (09:07 +0000)]
Import .dat file
http://www.salome-platform.org/forum/forum_10/
504470444
Remove "Import DAT" menu
eap [Wed, 29 Aug 2012 09:06:20 +0000 (09:06 +0000)]
Import .dat file
http://www.salome-platform.org/forum/forum_10/
504470444
Precision about DAT format
eap [Tue, 28 Aug 2012 14:08:33 +0000 (14:08 +0000)]
http://www.salome-platform.org/forum/forum_10/
984341981
Fix UV of nodes on the FACE
eap [Mon, 27 Aug 2012 13:25:36 +0000 (13:25 +0000)]
0021815 : EDF 2347 SMESH : Error when meshing vertices
Enable ceation of nodes on a COMPOUND of VERTEXes
vsr [Mon, 27 Aug 2012 11:51:25 +0000 (11:51 +0000)]
0021806 : [CEA 637] Wrap error message on Mesh Computation Failed Dialog
eap [Fri, 24 Aug 2012 13:51:54 +0000 (13:51 +0000)]
improve comments
eap [Fri, 24 Aug 2012 13:41:12 +0000 (13:41 +0000)]
http://www.salome-platform.org/forum/forum_11/
800053490
1) Fix orientation of new faces on FACEs shared by SOLIDs
2) Create missing segments
eap [Fri, 24 Aug 2012 13:39:50 +0000 (13:39 +0000)]
http://www.salome-platform.org/forum/forum_11/
800053490
Fix LoadNodeColumns() for a not implemented case of viscous layers
eap [Fri, 24 Aug 2012 13:33:22 +0000 (13:33 +0000)]
comment out obsolete methods relating to treatment of notebook variables
eap [Fri, 24 Aug 2012 13:32:35 +0000 (13:32 +0000)]
improve comments
eap [Fri, 24 Aug 2012 11:47:21 +0000 (11:47 +0000)]
0021811 : EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis is incomplete
read methods (<accumulative-methods>) that don't
change a value of a meshing parameter but add one more value
eap [Fri, 24 Aug 2012 11:46:38 +0000 (11:46 +0000)]
0021811 : EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis is incomplete
read and take into account methods (<accumulative-methods>) that don't
change a value of a meshing parameter but add one more value
eap [Fri, 24 Aug 2012 11:45:41 +0000 (11:45 +0000)]
0021811 : EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis is incomplete
store methods that don't change a value of a meshing parameter but
add one more value
csll _pyHypothesis
{
...
+ std::set< _AString > myAccumulativeMethods;
vsr [Fri, 24 Aug 2012 05:52:39 +0000 (05:52 +0000)]
Improvement of Python API documentation (SMESH and plugins):
- move base Mesh_Algorithm class to the separate python module
vsr [Fri, 24 Aug 2012 05:32:18 +0000 (05:32 +0000)]
Improvement of Python API documentation (SMESH and plugins):
- move base Mesh_Algorithm class to the separate python module
gdd [Thu, 23 Aug 2012 13:08:11 +0000 (13:08 +0000)]
Fix wrong display of preferences in Properties window.
Update doc to add MED_BALL elements.
vsr [Thu, 23 Aug 2012 07:48:33 +0000 (07:48 +0000)]
Add classes inheritance diagrams to documentation
vsr [Thu, 23 Aug 2012 07:35:00 +0000 (07:35 +0000)]
Add missing docHelper attributes
vsr [Wed, 22 Aug 2012 13:13:05 +0000 (13:13 +0000)]
Another minor correction
vsr [Wed, 22 Aug 2012 11:47:12 +0000 (11:47 +0000)]
Additional minor changes
vsr [Wed, 22 Aug 2012 10:31:25 +0000 (10:31 +0000)]
small correction of generated documentation
vsr [Wed, 22 Aug 2012 07:33:58 +0000 (07:33 +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)
vsr [Wed, 22 Aug 2012 06:12:24 +0000 (06:12 +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)