]>
SALOME platform Git repositories - modules/smesh.git/log
eap [Wed, 6 May 2009 13:22:09 +0000 (13:22 +0000)]
+//#define MESSAGE(m) {cout<<m<<endl;}
eap [Wed, 6 May 2009 13:21:34 +0000 (13:21 +0000)]
0020340 : EDF 1022 SMESH : Crash with FindNodeClosestTo in a second new study
notify node searcher on mesh destruction
ouv [Wed, 6 May 2009 13:17:00 +0000 (13:17 +0000)]
Improvement of "setenv.py" script - setting of custom enviroment by those modules, which have it, is performed by their own "<module_name>_setenv.py" scripts situated in their "bin" folders.
eap [Wed, 6 May 2009 11:29:28 +0000 (11:29 +0000)]
0020338 : EDF 1019 SMESH : 3D extrusion issue
fix FindMatchingNodesOnFaces() for the case of no nodes on edge (since nb segments == 1 )
eap [Mon, 4 May 2009 15:05:47 +0000 (15:05 +0000)]
IPAL21120 SIGSEGV on Meshing attached Compound with Automatic Hexadralization
Report on bad geometry if GetFaceIndex() returns -1
eap [Tue, 21 Apr 2009 10:01:50 +0000 (10:01 +0000)]
fix dumping colors:
use valid python names instead of names in Study
dmv [Fri, 17 Apr 2009 07:52:07 +0000 (07:52 +0000)]
0020317 : EDF SMESH 1004: "Edit group" changes the name of the group
vsr [Wed, 15 Apr 2009 13:35:33 +0000 (13:35 +0000)]
Improve make procedure (add aclocal flags)
vsr [Wed, 15 Apr 2009 13:14:35 +0000 (13:14 +0000)]
Update copyright notes
maintenance team [Tue, 14 Apr 2009 12:53:15 +0000 (12:53 +0000)]
Changing version to 4.1.5
eap [Fri, 3 Apr 2009 14:32:54 +0000 (14:32 +0000)]
0020210 : EDF SMESH 976: Update of a smesh group after modification of the associated geom group
update groups
eap [Fri, 3 Apr 2009 14:31:44 +0000 (14:31 +0000)]
0020210 : EDF SMESH 976: Update of a smesh group after modification of the associated geom group
use gen->SetPixMap()
eap [Fri, 3 Apr 2009 14:30:54 +0000 (14:30 +0000)]
0020210 : EDF SMESH 976: Update of a smesh group after modification of the associated geom group
+ static void SetPixMap(SALOMEDS::SObject_ptr theSObject,
+ const char* thePixMap);
eap [Fri, 3 Apr 2009 14:28:56 +0000 (14:28 +0000)]
0020210 : EDF SMESH 976: Update of a smesh group after modification of the associated geom group
call mesh->CheckGeomGroupModif() when current study changes
eap [Fri, 3 Apr 2009 14:26:52 +0000 (14:26 +0000)]
0020210 : EDF SMESH 976: Update of a smesh group after modification of the associated geom group
Make SMESH_Gen update meshes at switching GEOM->SMESH
eap [Fri, 3 Apr 2009 14:21:51 +0000 (14:21 +0000)]
0020210 : EDF SMESH 976: Update of a smesh group after modification of the associated geom group
+ void SetShape( const TopoDS_Shape& theShape);
eap [Fri, 3 Apr 2009 14:19:54 +0000 (14:19 +0000)]
0020210 : EDF SMESH 976: Update of a smesh group after modification of the associated geom group
void SMESH_Mesh::ShapeToMesh(const TopoDS_Shape & aShape)
{
...
+ else
+ {
+ _isShapeToMesh = false;
+ _myMeshDS->ShapeToMesh( PseudoShape() );
+ }
jfa [Fri, 3 Apr 2009 08:55:26 +0000 (08:55 +0000)]
Bug
0020185 : EDF SMESH 967 : Anomaly in Merge Nodes.
jfa [Thu, 19 Mar 2009 14:45:23 +0000 (14:45 +0000)]
Bug
0016617 : Regression in V5.1.1rc3: the groups are not generated.
eap [Thu, 19 Mar 2009 06:56:54 +0000 (06:56 +0000)]
0020222 : Quandrangle_2D meshing fail
unite only edges shared by two same faces
eap [Mon, 16 Mar 2009 07:56:53 +0000 (07:56 +0000)]
0020217 : EDF SMESH: Dump file with mesh and group on geom is wrong
fix _pyCommand::GetWord() for case of names with white spaces inside
eap [Thu, 12 Mar 2009 09:49:18 +0000 (09:49 +0000)]
0020213 : RadialPrism_3D_4 failed on V5_1 64 bits
0020214 : Project_2D_4 failed on V5_1 64 bits
different ways of removing deleted and alive elements from submesh
eap [Wed, 11 Mar 2009 15:20:49 +0000 (15:20 +0000)]
0020206 : EDF SMESH 987: Netgen1D2D3D +submesh
clear mesh if an added local algorithm hides a global all-dimensional one
eap [Wed, 11 Mar 2009 15:13:38 +0000 (15:13 +0000)]
0020206 : EDF SMESH 987: Netgen1D2D3D +submesh
in GetSubMesh(), fix detection of SMESHDS_SubMesh'es of geom groups
eap [Wed, 11 Mar 2009 15:08:49 +0000 (15:08 +0000)]
0020206 : EDF SMESH 987: Netgen1D2D3D +submesh
fix detection of SMESHDS_SubMesh'es of geom groups
+ int _nbSubShapes; // initial nb of subshapes in the shape to mesh
eap [Wed, 11 Mar 2009 14:56:10 +0000 (14:56 +0000)]
0020206 : EDF SMESH 987: Netgen1D2D3D +submesh
don't create ordinary submeshes for compounds
eap [Wed, 11 Mar 2009 14:49:19 +0000 (14:49 +0000)]
avoid extra list copying
- aRes = (*it).second;
+ return it->second;
eap [Tue, 10 Mar 2009 16:35:12 +0000 (16:35 +0000)]
0020200 : EDF SMESH 983: changing algo of a mesh and switching back to original algo leads to different result than original
sort nodes and elements by ID
dmv [Fri, 6 Mar 2009 12:40:52 +0000 (12:40 +0000)]
IPAL20918 Color of Group of Nodes or Edges is not changed when Edit Group
vsr [Thu, 5 Mar 2009 06:57:11 +0000 (06:57 +0000)]
Fix linkage problem
eap [Tue, 3 Mar 2009 09:01:11 +0000 (09:01 +0000)]
0020184 : EDF SMESH 952: Projection 2D does not work
project only if there are nodes on face
eap [Tue, 3 Mar 2009 09:00:32 +0000 (09:00 +0000)]
make same as in V5_1_main
+ operator char*() const {
+ return (char*)c_str();
+ }
eap [Tue, 3 Mar 2009 08:52:24 +0000 (08:52 +0000)]
0020184 : EDF SMESH 952: Projection 2D does not work
+ static bool IsBoundaryEdge()
+ bool AssocGroupsByPropagation()
eap [Tue, 3 Mar 2009 08:48:39 +0000 (08:48 +0000)]
0020184 : EDF SMESH 952: Projection 2D does not work
use ShapeAnalysis::OuterWire() insead of BRepTools::OuterWire()
jfa [Mon, 2 Mar 2009 14:57:49 +0000 (14:57 +0000)]
Bug
0020185 : EDF SMESH 967 : Anomaly in Merge Nodes.
eap [Fri, 27 Feb 2009 13:35:39 +0000 (13:35 +0000)]
0020183 : EDF SMESH 966 : Mesh element info anomaly
enable selecting nodes common to 2 shown groups
eap [Fri, 27 Feb 2009 11:33:29 +0000 (11:33 +0000)]
avoid repeated search in std::map
eap [Fri, 27 Feb 2009 11:25:08 +0000 (11:25 +0000)]
0020183 : EDF SMESH 966 : Mesh element info anomaly
fix GetElemObjId() and GetNodeObjId: prevent out_of_range error if id==vector.size()
eap [Wed, 25 Feb 2009 15:43:14 +0000 (15:43 +0000)]
0020182 : EDF SMESH 965 : SIGSEV at study opening with SMESH
be patient to studies with invalid node positions data
eap [Wed, 25 Feb 2009 15:17:05 +0000 (15:17 +0000)]
In Clear(), nullify nb of poly elements
eap [Tue, 24 Feb 2009 10:51:35 +0000 (10:51 +0000)]
0020170 : EDF SMESH: Selection behaviour in object browser from hypothesis editing windows
+ int getActiveObject();
eap [Tue, 24 Feb 2009 10:51:10 +0000 (10:51 +0000)]
0020170 : EDF SMESH: Selection behaviour in object browser from hypothesis editing windows
remove filters before creation/edition of hypothesis and restore them after
dmv [Fri, 20 Feb 2009 11:40:28 +0000 (11:40 +0000)]
0020168 : EDF SMESH 953: uncomplete selection with filter 'belong on geom'
dmv [Fri, 20 Feb 2009 08:05:52 +0000 (08:05 +0000)]
0020168 : EDF SMESH 953: uncomplete selection with filter 'belong on geom'
eap [Fri, 20 Feb 2009 07:14:17 +0000 (07:14 +0000)]
PAL15429 Computation of the mesh, based on "014.brep" via Tetrahedron(NETGEN), is failed.
fix for G7.py
+ /*!
+ * \brief Return number of unique ancestors of the shape
+ */
+ static int NbAncestors(const TopoDS_Shape& shape,
+ const SMESH_Mesh& mesh,
+ TopAbs_ShapeEnum ancestorType=TopAbs_SHAPE);
+
eap [Tue, 17 Feb 2009 07:07:51 +0000 (07:07 +0000)]
PAL15429 Computation of the mesh, based on "014.brep" via Tetrahedron(NETGEN), is failed.
fix for G7.py
+ /*!
+ * \brief Return number of unique ancestors of the shape
+ */
+ static int NbAncestors(const TopoDS_Shape& shape,
+ const SMESH_Mesh& mesh,
+ TopAbs_ShapeEnum ancestorType=TopAbs_SHAPE);
+
admin [Tue, 17 Feb 2009 05:27:54 +0000 (05:27 +0000)]
This commit was generated by cvs2git to create branch 'V4_1_0_maintainance'.
Cherrypick from master 2009-02-17 05:27:49 UTC vsr <vsr@opencascade.com> 'Merge from BR_V5_DEV
16Feb09 ':
src/StdMeshers/StdMeshers_CompositeHexa_3D.cxx
src/StdMeshers/StdMeshers_CompositeHexa_3D.hxx
eap [Mon, 16 Feb 2009 14:07:22 +0000 (14:07 +0000)]
PAL15429 Computation of the mesh, based on "014.brep" via Tetrahedron(NETGEN), is failed.
fix case of wires thouching each other
eap [Fri, 13 Feb 2009 13:45:56 +0000 (13:45 +0000)]
PAL13617 NbSubMesh() method works wrong
dmv [Tue, 3 Feb 2009 11:14:09 +0000 (11:14 +0000)]
0020112 : [CEA 309] Impossible to create a group with a sphere filter
akl [Thu, 22 Jan 2009 15:05:12 +0000 (15:05 +0000)]
Fix of 20128 issue (EDF SMESH 926 : Quadratic conversion of BLSURF mesh).
jfa [Tue, 20 Jan 2009 13:06:02 +0000 (13:06 +0000)]
Fix bug
0020138 : EDF SMESH : Impossible to create (n)D mesh after creating (n+1)D mesh.
vsr [Thu, 15 Jan 2009 14:08:09 +0000 (14:08 +0000)]
Correct make file for shared modules script
dmv [Tue, 30 Dec 2008 14:11:08 +0000 (14:11 +0000)]
0020062 : [CEA 295] Type coherence in *.i files
mzn [Tue, 23 Dec 2008 12:12:49 +0000 (12:12 +0000)]
Fix for bug IPAL20731 (Clipping item is available in pop-up with multiple selection, but it works for one element only).
akl [Fri, 19 Dec 2008 11:19:09 +0000 (11:19 +0000)]
To correct parsing of commands like object.command(obj, 'str=value'),
when '=' character takes place between '' or "" symbols.
akl [Fri, 5 Dec 2008 14:38:51 +0000 (14:38 +0000)]
Rollback the correction of parser of commands like object.command(obj, 'str=value'). Waiting of 4.1.4 issuing.
akl [Fri, 5 Dec 2008 08:56:21 +0000 (08:56 +0000)]
To correct parsing of commands like object.command(obj, 'str=value'),
when '=' character takes place between '' or "" symbols.
abd [Wed, 3 Dec 2008 09:35:52 +0000 (09:35 +0000)]
Fix using of std::set::const_iterator as agrument of set::erase method.
It's incompatible with MS compiler.
vsr [Thu, 27 Nov 2008 15:10:20 +0000 (15:10 +0000)]
Fix problem with devdocs generation
abd [Thu, 27 Nov 2008 13:08:54 +0000 (13:08 +0000)]
Update copyright information
abd [Thu, 27 Nov 2008 12:37:00 +0000 (12:37 +0000)]
Update copyright information
abd [Thu, 27 Nov 2008 12:31:37 +0000 (12:31 +0000)]
Update copyright information
abd [Thu, 27 Nov 2008 12:26:11 +0000 (12:26 +0000)]
Update copyright information
maintenance team [Mon, 24 Nov 2008 09:09:41 +0000 (09:09 +0000)]
Update GUI documentation
eap [Fri, 21 Nov 2008 11:00:48 +0000 (11:00 +0000)]
0019957 : EDF 785 SMESH: Convert Quadratic and Group on GEOM
fix Renumber()
eap [Fri, 21 Nov 2008 11:00:25 +0000 (11:00 +0000)]
0019957 : EDF 785 SMESH: Convert Quadratic and Group on GEOM
add an arg to RemoveFreeElement() and RemoveFreeNode()
eap [Fri, 21 Nov 2008 10:58:40 +0000 (10:58 +0000)]
0019957 : EDF 785 SMESH: Convert Quadratic and Group on GEOM
fix ConvertToQuadratic() and a reverse function: log changes
eap [Fri, 21 Nov 2008 10:57:27 +0000 (10:57 +0000)]
0019957 : EDF 785 SMESH: Convert Quadratic and Group on GEOM
return bool from Remove()
eap [Fri, 21 Nov 2008 10:55:53 +0000 (10:55 +0000)]
0019957 : EDF 785 SMESH: Convert Quadratic and Group on GEOM
optimize Renumber()
eap [Thu, 20 Nov 2008 15:50:36 +0000 (15:50 +0000)]
0020053 : EDF 868 GEOM: Using sub-meshes
dmv [Thu, 20 Nov 2008 14:11:49 +0000 (14:11 +0000)]
4x : SIGSEGV after Close Study with Clipping dialog box opened.
eap [Thu, 20 Nov 2008 13:24:53 +0000 (13:24 +0000)]
0020053 : EDF 868 GEOM: Using sub-meshes
eap [Thu, 20 Nov 2008 08:47:21 +0000 (08:47 +0000)]
Avoid meshing submeshes with global algos under submeshes that are to
be meshed with all-dim algos like NETGEN 1D-2D
dmv [Tue, 18 Nov 2008 15:22:06 +0000 (15:22 +0000)]
0020045 : EDF 852 SMESH: Documention of Projection algorithms
vsr [Tue, 18 Nov 2008 10:02:56 +0000 (10:02 +0000)]
Fix script bugs
vsr [Fri, 14 Nov 2008 08:47:27 +0000 (08:47 +0000)]
20032: new python example : add to Makefile
jfa [Wed, 12 Nov 2008 10:47:19 +0000 (10:47 +0000)]
Bug
0020034 : [CEA 282] crash in SALOME_Session_Server after SMESH computation.
dmv [Mon, 10 Nov 2008 14:30:02 +0000 (14:30 +0000)]
0020037 : EDF 859 SMESH : Mesh Element Info help unavailable
vsr [Wed, 5 Nov 2008 10:12:59 +0000 (10:12 +0000)]
Add new example python script (from CEA)
maintenance team [Wed, 29 Oct 2008 08:13:05 +0000 (08:13 +0000)]
Changing version to 4.1.4
dmv [Tue, 28 Oct 2008 07:37:16 +0000 (07:37 +0000)]
Modification, Transformation. IDs of elements are missing, if selection with rectange is used.
eap [Fri, 24 Oct 2008 08:09:45 +0000 (08:09 +0000)]
PAL20544 4x: problems with Concatenate().
set smeshDC.geompyD in SetCurrentStudy()
dmv [Thu, 23 Oct 2008 08:13:40 +0000 (08:13 +0000)]
Edit Mesh/Sub-Mesh window has strange "half-active" view, if do Compute.
eap [Thu, 23 Oct 2008 06:34:40 +0000 (06:34 +0000)]
PAL20544 4x: problems with Concatenate().
fix SetName(obj, name) for the case if obj is instance of class Mesh
or Mesh_Algorithm
eap [Wed, 22 Oct 2008 14:07:38 +0000 (14:07 +0000)]
0020015 : EDF 835 SMESH : Doc missing for concatenate.
Add Concatenate() command
eap [Wed, 22 Oct 2008 14:07:14 +0000 (14:07 +0000)]
0020015 : EDF 835 SMESH : Doc missing for concatenate.
Convert Concatenate() command
dmv [Wed, 22 Oct 2008 06:43:37 +0000 (06:43 +0000)]
Item Delete in pop-up of link on hypotheses or algorithm doesn't work.
dmv [Fri, 17 Oct 2008 11:26:28 +0000 (11:26 +0000)]
4x, 5x : Selection with rectangle is impossible for mesh elements if Submesh or Group is showed.
eap [Thu, 16 Oct 2008 07:33:07 +0000 (07:33 +0000)]
fix "Clear mesh data"
eap [Tue, 14 Oct 2008 09:22:18 +0000 (09:22 +0000)]
20002: EDF 821 SMESH : ExportMED GUI behavior
warning if no valid mesh selected
eap [Mon, 13 Oct 2008 08:14:09 +0000 (08:14 +0000)]
Speed up "Clear mesh data"
eap [Mon, 13 Oct 2008 08:10:22 +0000 (08:10 +0000)]
19997: Compute does not work in script, ok in GUI
fix MakeComputed() for group projection
abd [Mon, 13 Oct 2008 06:55:40 +0000 (06:55 +0000)]
fix compilation errors
abd [Fri, 10 Oct 2008 09:18:11 +0000 (09:18 +0000)]
Fix win32 compilation problem
abd [Tue, 7 Oct 2008 13:30:33 +0000 (13:30 +0000)]
Fix compilation problems on Win32 Platform
dmv [Tue, 7 Oct 2008 08:42:26 +0000 (08:42 +0000)]
Merge Nodes dialog box with opened Merge Elements crashes Salome. Regress to series3x
eap [Fri, 3 Oct 2008 13:33:40 +0000 (13:33 +0000)]
0013410 : SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
abd [Fri, 3 Oct 2008 11:40:07 +0000 (11:40 +0000)]
Win32 Porting.
Correction of Export/Import defines for Win32 platform.
Removed "using namespace std" from header files.
eap [Fri, 3 Oct 2008 10:39:47 +0000 (10:39 +0000)]
PAL20461 4.x Wrong mesh after creation of 3D mesh from 2D skin.
additionally fix getDependsOnIterator() if submesh map is empty