]>
SALOME platform Git repositories - plugins/ghs3dplugin.git/log
rnv [Fri, 15 Mar 2013 12:14:22 +0000 (12:14 +0000)]
Update header.
vsr [Fri, 15 Mar 2013 09:51:20 +0000 (09:51 +0000)]
Fix problem with generating user docs with CMake (make usr_docs)
akl [Thu, 14 Feb 2013 14:29:09 +0000 (14:29 +0000)]
Fix path to 'am2cmake.py' as soon as it was moved into 'deprecated' subdir.
eap [Fri, 14 Dec 2012 14:01:30 +0000 (14:01 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
Elimenate memory leaks on CORBA objects, servants of SALOMEDS objects etc
vsr [Tue, 11 Dec 2012 12:04:43 +0000 (12:04 +0000)]
Merge from V6_6_BR (V6_6_0rc2) 11/12/2012
gdd [Thu, 18 Oct 2012 12:36:54 +0000 (12:36 +0000)]
Update doc
gdd [Wed, 17 Oct 2012 14:42:52 +0000 (14:42 +0000)]
Merge from BR_meshgems
ana [Wed, 17 Oct 2012 06:15:36 +0000 (06:15 +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.
ana [Wed, 10 Oct 2012 08:43:19 +0000 (08:43 +0000)]
Avoid "GROUP" redefinition on win32: add 'MeshObjectType'enum to namespace SMESH
eap [Mon, 24 Sep 2012 11:50:20 +0000 (11:50 +0000)]
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
Move libmesh5.* to SMESH_SRC/src/DriverGMF
gdd [Thu, 13 Sep 2012 15:12:32 +0000 (15:12 +0000)]
[NEW] Add the volumic gradation parameter.
[FIX] In GUI, replace myEnforcedTableWidget->clear() by myEnforcedTableWidget->clearContents() (header labels were erased)
gdd [Mon, 10 Sep 2012 08:34:28 +0000 (08:34 +0000)]
Change link to Distene english website
gdd [Wed, 5 Sep 2012 08:59:56 +0000 (08:59 +0000)]
Fix reading of .mesh file (missing break statement caused creation of undesirable tetrahedra)
gdd [Mon, 3 Sep 2012 09:44:55 +0000 (09:44 +0000)]
Clarify in doc that input 2D mesh can be triangles or quadrangles.
gdd [Mon, 3 Sep 2012 08:53:51 +0000 (08:53 +0000)]
Fix several bugs in the "Enforced meshes" feature:
- Enforced meshes are now correctly saved to study
- The size parameter was removed (unused)
- When more than 1 enforced mesh is added, all are correctly treated
eap [Wed, 29 Aug 2012 17:49:40 +0000 (17:49 +0000)]
-#include "SMESH_*D_Algo.hxx"
+#include "SMESH_Algo.hxx"
eap [Tue, 28 Aug 2012 09:01:35 +0000 (09:01 +0000)]
0021811 : EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis is incomplete
Fix SIGSEGV on Mandriva2010-32bits
+ double ValTab[] = {0.0};
- GmfSetLin(idxSol, GmfSolAtVertices, 0.0);
+ GmfSetLin(idxSol, GmfSolAtVertices, ValTab);
eap [Fri, 24 Aug 2012 11:43:04 +0000 (11:43 +0000)]
0021811 : EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis is incomplete
enumerate methods that don't change a value of a meshing parameter but
add one more value
+ <python-wrap>
+ <accumulative-methods>
+ SetEnforcedVertex,
+ ...
vsr [Fri, 24 Aug 2012 05:58:09 +0000 (05:58 +0000)]
Improvement of Python API documentation (SMESH and plugins):
- move base Mesh_Algorithm class to the separate python module
vsr [Wed, 22 Aug 2012 11:49:27 +0000 (11:49 +0000)]
Minor change for documentation generation
vsr [Wed, 22 Aug 2012 11:39:09 +0000 (11:39 +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 11:30:22 +0000 (11:30 +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)
gdd [Wed, 8 Aug 2012 14:33:48 +0000 (14:33 +0000)]
0021782 : [CEA 617] Enforced vertices without geometry fails
Documentation is updated. It is precised that enforced vertices given from geometrical entities is available only in mesh with no geometry attached. Enforced vertices given by coordinates is always available.
eap [Wed, 8 Aug 2012 12:19:04 +0000 (12:19 +0000)]
0021782 : [CEA 617] Enforced vertices without geometry fails
enable writting enforced vertices into *_required.mesh GMF file
eap [Wed, 8 Aug 2012 09:33:35 +0000 (09:33 +0000)]
0021776 : [CEA 610] SetEnforcedMeshWithGroup fails or succeeds depending in how we use it
static void addElemInMeshGroup(SMESH_Mesh* theMesh,
const SMDS_MeshElement* anElem,
std::string& groupName,
std::set<std::string>& groupsToRemove)
{
+ if ( !anElem ) return; // issue
0021776
gdd [Mon, 6 Aug 2012 09:42:51 +0000 (09:42 +0000)]
Doc updated for the tui example
gdd [Mon, 6 Aug 2012 09:28:48 +0000 (09:28 +0000)]
Documentation updated for the enforced meshes (to be used on 2D meshes only)
gdd [Mon, 6 Aug 2012 08:57:15 +0000 (08:57 +0000)]
Another fix
gdd [Mon, 6 Aug 2012 08:41:56 +0000 (08:41 +0000)]
21775 : [CEA 2059] Errors in python API of SetEnforcedMesh in GHS3DPluginDC.py
Fix bad test on size (inverted).
eap [Fri, 13 Jul 2012 07:14:55 +0000 (07:14 +0000)]
+ #include <TopoDS_Solid.hxx>
vsr [Tue, 5 Jun 2012 12:35:35 +0000 (12:35 +0000)]
Merge from V6_5_BR 05/06/2012
rnv [Thu, 12 Apr 2012 07:00:28 +0000 (07:00 +0000)]
Porting documentation on the Doxygen-1.8.0
rnv [Tue, 27 Mar 2012 13:45:22 +0000 (13:45 +0000)]
0021308 : EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module: Update documentation.
rnv [Tue, 27 Mar 2012 13:13:13 +0000 (13:13 +0000)]
0021308 : EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module: Update documentation.
gdd [Tue, 27 Mar 2012 09:34:16 +0000 (09:34 +0000)]
Enforced meshes can now have common nodes with the 2D initial skin mesh.
vsr [Thu, 22 Mar 2012 11:21:49 +0000 (11:21 +0000)]
Add functions to know that SALOME module version is development one
eap [Wed, 21 Mar 2012 11:15:15 +0000 (11:15 +0000)]
0021528 : EDF 1817 SMESH: GHS3D quadratic mesh computation fails
No need to assigh nodes to shape if the mesh has no shape
gdd [Tue, 20 Mar 2012 15:24:52 +0000 (15:24 +0000)]
Remove intermediary files after calculation
eap [Wed, 7 Mar 2012 15:29:50 +0000 (15:29 +0000)]
0021308 : Remove hard-coded dependency of the external mesh plugins from the SMESH module
+# Scripts to be installed.
+dist_salomescript_DATA= GHS3DPluginDC.py
eap [Wed, 7 Mar 2012 15:29:16 +0000 (15:29 +0000)]
0021308 : Remove hard-coded dependency of the external mesh plugins from the SMESH module
Describe methods wrapping algorithms and hypotheses into python
vsr [Mon, 5 Mar 2012 08:56:14 +0000 (08:56 +0000)]
Remove unnecessary "using namespace" clause
eap [Wed, 29 Feb 2012 10:15:08 +0000 (10:15 +0000)]
0021500 : EDF 2134 BLSURFPLUGIN: Error message when a problem occurs with the distene licence server
Look for Dlim messages in the lig file
gdd [Wed, 15 Feb 2012 14:12:20 +0000 (14:12 +0000)]
Added method GetHypType()
gdd [Tue, 14 Feb 2012 15:16:35 +0000 (15:16 +0000)]
Save of Hdf file with enforced vertices was badly done
vsr [Mon, 5 Dec 2011 11:52:22 +0000 (11:52 +0000)]
Merge from V6_4_BR 05/12/2011
gdd [Thu, 8 Sep 2011 08:18:47 +0000 (08:18 +0000)]
Fix bug when no hypothesis is set
gdd [Fri, 2 Sep 2011 15:04:32 +0000 (15:04 +0000)]
Small fixes
gdd [Fri, 2 Sep 2011 14:05:03 +0000 (14:05 +0000)]
Fix small bugs
gdd [Fri, 2 Sep 2011 12:00:56 +0000 (12:00 +0000)]
Update GHS3DPLUGIN:
- Fixes for enforced vertices and meshes
- Update GUI
rnv [Fri, 12 Aug 2011 12:17:50 +0000 (12:17 +0000)]
Win32 compilation.
vsr [Tue, 19 Jul 2011 12:09:13 +0000 (12:09 +0000)]
Merge from V6_3_BR 19/07/2011
vsr [Fri, 15 Jul 2011 11:22:58 +0000 (11:22 +0000)]
Merge from V6_3_BR 15/07/2011
vsr [Mon, 6 Jun 2011 09:39:53 +0000 (09:39 +0000)]
Merge from V6_3_BR 06/06/2011
adam [Sat, 19 Mar 2011 18:20:32 +0000 (18:20 +0000)]
Activate WITH_SMESH_CANCEL_COMPUTE with automake
adam [Fri, 18 Mar 2011 10:34:35 +0000 (10:34 +0000)]
Cancel computation for ghs3d
gdd [Fri, 18 Feb 2011 15:32:35 +0000 (15:32 +0000)]
Refactoring of directory structure
adam [Thu, 17 Feb 2011 14:40:30 +0000 (14:40 +0000)]
Remove warnings
eap [Tue, 1 Feb 2011 15:21:12 +0000 (15:21 +0000)]
report SIGSEGV in ghs3d
eap [Tue, 1 Feb 2011 15:18:58 +0000 (15:18 +0000)]
make proxy mesh die before reading wrong input elements to avoid
finding temporary faces
eap [Fri, 28 Jan 2011 07:46:40 +0000 (07:46 +0000)]
0021130 : EDF 1746 SMESH: Issue with export in STL format
move TNodeXYZ from SMESH_MeshEditor to SMESH_TypeDefs.hxx as SMESH_TNodeXYZ
eap [Tue, 18 Jan 2011 12:24:33 +0000 (12:24 +0000)]
0020832 : EDF 1359 SMESH : Automatic meshing of boundary layers
- opt-hypos="GHS3D_Parameters"
+ opt-hypos="GHS3D_Parameters, ViscousLayers"
vsr [Fri, 24 Dec 2010 08:20:12 +0000 (08:20 +0000)]
Merge from V6_2_BR 23/12/2010
vsr [Mon, 6 Dec 2010 13:02:08 +0000 (13:02 +0000)]
Improve hack_libtool utility to workaround problems on some Linux configurations
vsr [Thu, 2 Dec 2010 11:14:30 +0000 (11:14 +0000)]
Fix problem of compilation in --without-gui mode (vtk is required even if GUI is not built)
prascle [Mon, 29 Nov 2010 14:17:20 +0000 (14:17 +0000)]
use of vtk in SMDS
vsr [Thu, 25 Nov 2010 12:49:03 +0000 (12:49 +0000)]
Merge from V5_1_main branch 24/11/2010
gdd [Wed, 24 Nov 2010 16:58:31 +0000 (16:58 +0000)]
Replace CHECK_MPICH by CHECK_MPI
inv [Mon, 24 May 2010 11:54:46 +0000 (11:54 +0000)]
Changing version to 6.1.0
vsr [Fri, 14 May 2010 15:48:58 +0000 (15:48 +0000)]
Merge from V5_1_main 14/05/2010
ouv [Thu, 11 Feb 2010 16:43:14 +0000 (16:43 +0000)]
Additional fix for issue
0020692 : Duplicate check_*.m4 between modules.
eap [Tue, 9 Feb 2010 11:22:22 +0000 (11:22 +0000)]
0020682 : EDF 1222 SMESH: 3D mesh from a skin mesh and with volumic cells
* Avoid creating nodes and tetras at place where volumic elements already exist
dmv [Fri, 5 Feb 2010 11:10:21 +0000 (11:10 +0000)]
0020688 : [CEA] Mesh computation fails
eap [Mon, 1 Feb 2010 14:25:09 +0000 (14:25 +0000)]
020674: EDF 870 SMESH: Mesh generated by Netgen not usable by GHS3D
* Rename HasDegenenaratedEdges() -> HasDegeneratedEdges()
nge [Mon, 1 Feb 2010 14:08:25 +0000 (14:08 +0000)]
Add a new log file with nodes and elements ids mapping between SMDS and GHS3D (SMDS id <=> GHS3D id). The file extension is .ids
eap [Mon, 1 Feb 2010 13:34:04 +0000 (13:34 +0000)]
020674: EDF 870 SMESH: Mesh generated by Netgen not usable by GHS3D
skip nodes on degenerated edges at points writing
eap [Mon, 1 Feb 2010 13:31:45 +0000 (13:31 +0000)]
compilation warning
eap [Thu, 28 Jan 2010 08:17:35 +0000 (08:17 +0000)]
untabify
nge [Tue, 22 Dec 2009 14:15:26 +0000 (14:15 +0000)]
Fixed bad Save/Load of GHS3D hypothesis in hdf file
vsr [Tue, 8 Dec 2009 16:18:42 +0000 (16:18 +0000)]
Merge from V5_1_3_BR branch (07/12/09)
adam [Mon, 12 Oct 2009 13:52:22 +0000 (13:52 +0000)]
windows port
maintenance team [Mon, 12 Oct 2009 07:30:14 +0000 (07:30 +0000)]
Changing version to 5.1.3
adam [Fri, 9 Oct 2009 14:35:28 +0000 (14:35 +0000)]
windows port
nge [Thu, 8 Oct 2009 14:24:49 +0000 (14:24 +0000)]
merge from branch V5_1_sizemap tag mergeto_V5_1_main_8oct09
eap [Fri, 2 Oct 2009 16:18:40 +0000 (16:18 +0000)]
020461: EDF 1102 GHS3DPLUGIN: Bad detection of volumes with Ghs3d mesh
in findShape(), fix getting GC of tetra
eap [Fri, 2 Oct 2009 11:17:45 +0000 (11:17 +0000)]
020461: EDF 1102 GHS3DPLUGIN: Bad detection of volumes with Ghs3d mesh
in findShapeID(), check UV validity using tolerance of shape the node
is on rather than tolerance of face
vsr [Thu, 1 Oct 2009 11:13:04 +0000 (11:13 +0000)]
Issue
0020377 : [windows] Problems with OSD_File Remove
adam [Mon, 21 Sep 2009 08:29:23 +0000 (08:29 +0000)]
windows port
eap [Thu, 17 Sep 2009 12:48:47 +0000 (12:48 +0000)]
0020461 : EDF 1102 GHS3DPLUGIN: Bad detection of volumes with Ghs3d mesh
use improved helper.GetNodeUV() instead of projecting a node to a surface
skl [Tue, 25 Aug 2009 07:49:25 +0000 (07:49 +0000)]
Additional protection in method Evaluate().
ptv [Tue, 25 Aug 2009 05:20:21 +0000 (05:20 +0000)]
0019296 : EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
Replace hard coded values of element types by new enumeration (added in advanced mesh info Improvement)
vsr [Fri, 21 Aug 2009 08:31:46 +0000 (08:31 +0000)]
Issue 20406: Time compilation when recompiling
vsr [Thu, 13 Aug 2009 05:13:44 +0000 (05:13 +0000)]
Issue
0020194 : EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined
skl [Mon, 29 Jun 2009 13:15:29 +0000 (13:15 +0000)]
Implememtation of evaluation for improvement
0019296 .
maintenance team [Mon, 1 Jun 2009 10:25:40 +0000 (10:25 +0000)]
Changing version to 5.1.2
adam [Wed, 27 May 2009 13:13:17 +0000 (13:13 +0000)]
*** empty log message ***
vsr [Fri, 22 May 2009 12:28:12 +0000 (12:28 +0000)]
0020354 : EDF 1031 OTHER warnings with automake 1.10
eap [Thu, 21 May 2009 10:22:02 +0000 (10:22 +0000)]
0020330 : Pb with ghs3d as a submesh
0020042 : EDF 864 SMESH: Mesh of holes (GHS3D/BLSurf)
eap [Thu, 14 May 2009 12:33:57 +0000 (12:33 +0000)]
0020042 : EDF 864 SMESH: Mesh of holes (GHS3D/BLSurf)
fix findShapeID() for triangle near seam geom edge
eap [Wed, 13 May 2009 13:50:33 +0000 (13:50 +0000)]
0020042 : EDF 864 SMESH: Mesh of holes (GHS3D/BLSurf)
fix previous non-compilable integration
eap [Wed, 13 May 2009 12:30:28 +0000 (12:30 +0000)]
0020042 : EDF 864 SMESH: Mesh of holes (GHS3D/BLSurf)
fix findShapeID(): get normal fo geom face at the center of mesh triangle