Salome HOME
plugins/ghs3dplugin.git
12 years agoChanging version to 6.3.1 V6_3_1_BR V6_3_1 V6_3_1rc1 V6_3_1rc2 V6_3_1rc3
inv [Tue, 21 Jun 2011 11:43:44 +0000 (11:43 +0000)]
Changing version to 6.3.1

12 years agoUpdate copyright V6_3_0_public
vsr [Thu, 2 Jun 2011 08:40:18 +0000 (08:40 +0000)]
Update copyright

13 years agoFix bug in GUI BR_Dev_For_6_3_1 V6_3_0 V6_3_0b2 V6_3_0rc1
gdd [Fri, 13 May 2011 13:43:14 +0000 (13:43 +0000)]
Fix bug in GUI

13 years agoCheck if GHS3D_VERSION is already defined
gdd [Fri, 13 May 2011 12:48:51 +0000 (12:48 +0000)]
Check if GHS3D_VERSION is already defined

13 years agoAdd missing IDL function
gdd [Fri, 13 May 2011 12:48:24 +0000 (12:48 +0000)]
Add missing IDL function

13 years agoFix SIGSEGV
gdd [Fri, 13 May 2011 12:47:55 +0000 (12:47 +0000)]
Fix SIGSEGV

13 years agoFix Python dump
gdd [Fri, 13 May 2011 12:47:31 +0000 (12:47 +0000)]
Fix Python dump

13 years ago0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
eap [Fri, 13 May 2011 11:53:15 +0000 (11:53 +0000)]
0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
   Prevent compilation errors on Windows

-      float VerTab_f[nbElem][3];
-      double VerTab_d[nbElem][3];
+      float VerTab_f[3];

13 years agoFix crash of Salome in case of reading GMF files.
gdd [Thu, 12 May 2011 15:32:46 +0000 (15:32 +0000)]
Fix crash of Salome in case of reading GMF files.

13 years agoFix when getting values from hypothesis
gdd [Wed, 11 May 2011 20:27:15 +0000 (20:27 +0000)]
Fix when getting values from hypothesis

13 years agoFix SetEnforcedMesh to work correctly with groups and groups on geom.
gdd [Wed, 11 May 2011 18:06:56 +0000 (18:06 +0000)]
Fix SetEnforcedMesh to work correctly with groups and groups on geom.

13 years ago0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
eap [Wed, 11 May 2011 08:22:42 +0000 (08:22 +0000)]
0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
   fix crash on test_ghs3d_wo_geom_from_blqurf_quadratic_.py

13 years agoEnforced vertices and elements
gdd [Tue, 10 May 2011 17:58:20 +0000 (17:58 +0000)]
Enforced vertices and elements

13 years ago0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
eap [Tue, 10 May 2011 13:58:35 +0000 (13:58 +0000)]
0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
  In importGMFMesh():

+  theMesh.GetMeshDS()->Modified();

13 years ago0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
eap [Tue, 10 May 2011 13:30:19 +0000 (13:30 +0000)]
0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
   not to create nodes inside already meshed domains of imported mesh

13 years ago0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
eap [Tue, 10 May 2011 13:08:37 +0000 (13:08 +0000)]
0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
   restore a lost code about qurdatic input mesh mesh

13 years agoStarted to add the possibility to add enforced vertex from geom vertex.
gdd [Mon, 9 May 2011 18:44:07 +0000 (18:44 +0000)]
Started to add the possibility to add enforced vertex from geom vertex.
In Compute with a geometry, rool back to previous methods WriteFaces and WritePoints.

Bug: the enforced vertices do not work in this case. It seems to come from the version of Ghs3d.

13 years agoSome code refactoring
gdd [Fri, 6 May 2011 19:07:42 +0000 (19:07 +0000)]
Some code refactoring

13 years agoAnother fix
gdd [Fri, 6 May 2011 18:55:04 +0000 (18:55 +0000)]
Another fix

13 years agoTreat case of quadratic enforced mesh
gdd [Fri, 6 May 2011 18:51:45 +0000 (18:51 +0000)]
Treat case of quadratic enforced mesh

13 years agoUpdate plugin
gdd [Fri, 6 May 2011 18:31:21 +0000 (18:31 +0000)]
Update plugin

13 years ago0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
eap [Fri, 6 May 2011 07:31:47 +0000 (07:31 +0000)]
0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
  assure usage of existing medium nodes

13 years ago0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
eap [Fri, 6 May 2011 07:25:19 +0000 (07:25 +0000)]
0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
  fix orientation of volumes

13 years ago1) fix pb on quadratic mesh w/o shape
eap [Thu, 5 May 2011 11:00:25 +0000 (11:00 +0000)]
1) fix pb on quadratic mesh w/o shape
2) fix pb on a cone meshed by MEFISTO (pb of nodes on degenerated edge)
   SMESH_TEST/Grids/smesh/bugs/M7

13 years agoA first fix for quadratic 2d input mesh w/o geometry
gdd [Wed, 4 May 2011 18:29:15 +0000 (18:29 +0000)]
A first fix for quadratic 2d input mesh w/o geometry
There is still a problem of nodes of faces and tetras.

13 years agoFix reading of output mesh file
gdd [Wed, 4 May 2011 17:35:04 +0000 (17:35 +0000)]
Fix reading of output mesh file

13 years agoEnforced meshes
gdd [Tue, 3 May 2011 13:29:23 +0000 (13:29 +0000)]
Enforced meshes

13 years agoEnforced meshes
gdd [Tue, 3 May 2011 13:16:36 +0000 (13:16 +0000)]
Enforced meshes

13 years agoPartial fix for quadratic input 2D mesh.
gdd [Tue, 3 May 2011 10:35:31 +0000 (10:35 +0000)]
Partial fix for quadratic input 2D mesh.
TODO: quadratic quadrangles in input

13 years ago0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
eap [Tue, 3 May 2011 09:12:30 +0000 (09:12 +0000)]
0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
   partial fix after Gilles David modifs

13 years agoMerge from BR_ENFORCED_MESH
gdd [Mon, 2 May 2011 16:52:27 +0000 (16:52 +0000)]
Merge from BR_ENFORCED_MESH

13 years ago0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
eap [Fri, 22 Apr 2011 16:12:17 +0000 (16:12 +0000)]
0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
   Enable generation of quadratic tetrahedrons on input quadratic faces

13 years agoChanging version to 6.3.0 Start_BR_19998_21191_NEW_ENV
inv [Mon, 18 Apr 2011 11:19:13 +0000 (11:19 +0000)]
Changing version to 6.3.0

13 years agoActivate WITH_SMESH_CANCEL_COMPUTE with automake Start_BR_19998_21191 V6_3_0a1
adam [Sat, 19 Mar 2011 18:20:32 +0000 (18:20 +0000)]
Activate WITH_SMESH_CANCEL_COMPUTE with automake

13 years agoCancel computation for ghs3d
adam [Fri, 18 Mar 2011 10:34:35 +0000 (10:34 +0000)]
Cancel computation for ghs3d

13 years agoRefactoring of directory structure
gdd [Fri, 18 Feb 2011 15:32:35 +0000 (15:32 +0000)]
Refactoring of directory structure

13 years agoRemove warnings
adam [Thu, 17 Feb 2011 14:40:30 +0000 (14:40 +0000)]
Remove warnings

13 years agoreport SIGSEGV in ghs3d
eap [Tue, 1 Feb 2011 15:21:12 +0000 (15:21 +0000)]
report SIGSEGV in ghs3d

13 years agomake proxy mesh die before reading wrong input elements to avoid
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

13 years ago0021130: EDF 1746 SMESH: Issue with export in STL format
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

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
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"

13 years agoMerge from V6_2_BR 23/12/2010
vsr [Fri, 24 Dec 2010 08:20:12 +0000 (08:20 +0000)]
Merge from V6_2_BR 23/12/2010

13 years agoImprove hack_libtool utility to workaround problems on some Linux configurations V6_2_0a1
vsr [Mon, 6 Dec 2010 13:02:08 +0000 (13:02 +0000)]
Improve hack_libtool utility to workaround problems on some Linux configurations

13 years agoFix problem of compilation in --without-gui mode (vtk is required even if GUI is...
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)

13 years agouse of vtk in SMDS
prascle [Mon, 29 Nov 2010 14:17:20 +0000 (14:17 +0000)]
use of vtk in SMDS

13 years agoMerge from V5_1_main branch 24/11/2010
vsr [Thu, 25 Nov 2010 12:49:03 +0000 (12:49 +0000)]
Merge from V5_1_main branch 24/11/2010

13 years agoReplace CHECK_MPICH by CHECK_MPI
gdd [Wed, 24 Nov 2010 16:58:31 +0000 (16:58 +0000)]
Replace CHECK_MPICH by CHECK_MPI

13 years agoChanging version to 6.1.0 V6_1_BR TRIPOLI_302 TRIPOLI_303 V6_1_0 V6_1_0a1 V6_1_0a2 V6_1_0rc1 V6_1_0rc2 V6_1_0rc3
inv [Mon, 24 May 2010 11:54:46 +0000 (11:54 +0000)]
Changing version to 6.1.0

14 years agoMerge from V5_1_main 14/05/2010
vsr [Fri, 14 May 2010 15:48:58 +0000 (15:48 +0000)]
Merge from V5_1_main 14/05/2010

14 years agoAdditional fix for issue 0020692: Duplicate check_*.m4 between modules.
ouv [Thu, 11 Feb 2010 16:43:14 +0000 (16:43 +0000)]
Additional fix for issue 0020692: Duplicate check_*.m4 between modules.

14 years ago0020682: EDF 1222 SMESH: 3D mesh from a skin mesh and with volumic cells
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

14 years ago0020688: [CEA] Mesh computation fails
dmv [Fri, 5 Feb 2010 11:10:21 +0000 (11:10 +0000)]
0020688: [CEA] Mesh computation fails

14 years ago020674: EDF 870 SMESH: Mesh generated by Netgen not usable by GHS3D
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()

14 years agoAdd a new log file with nodes and elements ids mapping between SMDS and GHS3D (SMDS...
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

14 years ago020674: EDF 870 SMESH: Mesh generated by Netgen not usable by GHS3D
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

14 years agocompilation warning
eap [Mon, 1 Feb 2010 13:31:45 +0000 (13:31 +0000)]
compilation warning

14 years agountabify
eap [Thu, 28 Jan 2010 08:17:35 +0000 (08:17 +0000)]
untabify

14 years agoFixed bad Save/Load of GHS3D hypothesis in hdf file BR_FSH_DEV V6_0_0
nge [Tue, 22 Dec 2009 14:15:26 +0000 (14:15 +0000)]
Fixed bad Save/Load of GHS3D hypothesis in hdf file

14 years agoMerge from V5_1_3_BR branch (07/12/09)
vsr [Tue, 8 Dec 2009 16:18:42 +0000 (16:18 +0000)]
Merge from V5_1_3_BR branch (07/12/09)

14 years agowindows port V5_1_3rc1
adam [Mon, 12 Oct 2009 13:52:22 +0000 (13:52 +0000)]
windows port

14 years agoChanging version to 5.1.3
maintenance team [Mon, 12 Oct 2009 07:30:14 +0000 (07:30 +0000)]
Changing version to 5.1.3

14 years agowindows port
adam [Fri, 9 Oct 2009 14:35:28 +0000 (14:35 +0000)]
windows port

14 years agomerge from branch V5_1_sizemap tag mergeto_V5_1_main_8oct09
nge [Thu, 8 Oct 2009 14:24:49 +0000 (14:24 +0000)]
merge from branch V5_1_sizemap tag mergeto_V5_1_main_8oct09

14 years ago020461: EDF 1102 GHS3DPLUGIN: Bad detection of volumes with Ghs3d mesh
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

14 years ago020461: EDF 1102 GHS3DPLUGIN: Bad detection of volumes with Ghs3d mesh
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

14 years agoIssue 0020377: [windows] Problems with OSD_File Remove
vsr [Thu, 1 Oct 2009 11:13:04 +0000 (11:13 +0000)]
Issue 0020377: [windows] Problems with OSD_File Remove

14 years agowindows port
adam [Mon, 21 Sep 2009 08:29:23 +0000 (08:29 +0000)]
windows port

14 years ago0020461: EDF 1102 GHS3DPLUGIN: Bad detection of volumes with Ghs3d mesh
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

14 years agoAdditional protection in method Evaluate().
skl [Tue, 25 Aug 2009 07:49:25 +0000 (07:49 +0000)]
Additional protection in method Evaluate().

14 years ago0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
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)

14 years agoIssue 20406: Time compilation when recompiling
vsr [Fri, 21 Aug 2009 08:31:46 +0000 (08:31 +0000)]
Issue 20406: Time compilation when recompiling

14 years agoIssue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined
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

14 years agoImplememtation of evaluation for improvement 0019296.
skl [Mon, 29 Jun 2009 13:15:29 +0000 (13:15 +0000)]
Implememtation of evaluation for improvement 0019296.

14 years agoChanging version to 5.1.2 V5_1_2_BR V5_1_2 V5_1_2rc1 V5_1_2rc2 V5_1_2rc3 V5_1_2rc4 V5_1_2rc5
maintenance team [Mon, 1 Jun 2009 10:25:40 +0000 (10:25 +0000)]
Changing version to 5.1.2

14 years ago*** empty log message ***
adam [Wed, 27 May 2009 13:13:17 +0000 (13:13 +0000)]
*** empty log message ***

15 years ago0020354: EDF 1031 OTHER warnings with automake 1.10
vsr [Fri, 22 May 2009 12:28:12 +0000 (12:28 +0000)]
0020354: EDF 1031 OTHER warnings with automake 1.10

15 years ago 0020330: Pb with ghs3d as a submesh
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)

15 years ago0020042: 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

15 years ago0020042: EDF 864 SMESH: Mesh of holes (GHS3D/BLSurf)
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

15 years ago0020042: EDF 864 SMESH: Mesh of holes (GHS3D/BLSurf)
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

15 years ago0020042: EDF 864 SMESH: Mesh of holes (GHS3D/BLSurf)
eap [Wed, 6 May 2009 16:02:06 +0000 (16:02 +0000)]
0020042: EDF 864 SMESH: Mesh of holes (GHS3D/BLSurf)
     fix findShapeID() for case of outer shell of solid bounding a hole

15 years agoFix for bug 0019977: Installation of Salome modules wihtout gui. V5_1_1 V5_1_1a2 V5_1_1rc1 V5_1_1rc2 V5_1_1rc3 V5_1_1rc4 V5_1_1rc5
mzn [Wed, 25 Feb 2009 17:55:48 +0000 (17:55 +0000)]
Fix for bug 0019977: Installation of Salome modules wihtout gui.

15 years agoChanging version to 5.1.1 V5_1_1a1
maintenance team [Wed, 18 Feb 2009 07:06:21 +0000 (07:06 +0000)]
Changing version to 5.1.1

15 years agoMerge from BR_V5_DEV 16Feb09
vsr [Tue, 17 Feb 2009 07:13:13 +0000 (07:13 +0000)]
Merge from BR_V5_DEV 16Feb09

16 years agoJoin modifications from BR_Dev_For_4_0 tag V4_1_1.
jfa [Fri, 7 Mar 2008 07:47:22 +0000 (07:47 +0000)]
Join modifications from BR_Dev_For_4_0 tag V4_1_1.

17 years agoJoin modifications from branch BR_DEBUG_3_2_0b1 T3_2_0b2 V3_2_0 V3_2_0b2
jfa [Thu, 1 Jun 2006 11:43:58 +0000 (11:43 +0000)]
Join modifications from branch BR_DEBUG_3_2_0b1

18 years agoJoin modifications from branch OCC_debug_for_3_2_0b1 T3_2_0b1 V3_2_0b1
jfa [Sat, 6 May 2006 08:55:07 +0000 (08:55 +0000)]
Join modifications from branch OCC_debug_for_3_2_0b1

18 years agoChange version name to 3.2.0a2 OCC_3_2_0a2_TC T2_3_2_0a2 V3_2_0a2
jfa [Wed, 15 Mar 2006 13:00:12 +0000 (13:00 +0000)]
Change version name to 3.2.0a2

18 years agoJoin modifications from branch OCC_development_for_3_2_0a2
jfa [Mon, 13 Mar 2006 16:17:16 +0000 (16:17 +0000)]
Join modifications from branch OCC_development_for_3_2_0a2

18 years agoChanges in configure scripts
nds [Fri, 10 Mar 2006 15:04:07 +0000 (15:04 +0000)]
Changes in configure scripts

18 years agoUpdate version to 3.2.0a1 V3_2_0a1
jfa [Wed, 8 Feb 2006 09:48:01 +0000 (09:48 +0000)]
Update version to 3.2.0a1

18 years agoJoin modifications from branch BR_3_1_0deb OCC_development_generic_2006 T_OCC_development_generic_2006_start
jfa [Tue, 27 Dec 2005 14:49:02 +0000 (14:49 +0000)]
Join modifications from branch BR_3_1_0deb

18 years agoVERSION update T_3_1_0b1_pre T_Before_Join_BR_3_1_0deb V3_1_0b1
smh [Tue, 6 Dec 2005 15:05:29 +0000 (15:05 +0000)]
VERSION update

18 years agoIncrement version number: 3.1.0a3
vsr [Fri, 18 Nov 2005 10:09:49 +0000 (10:09 +0000)]
Increment version number: 3.1.0a3

18 years agoUpdate version number: 3.1.0a2 ForTest2_3_1_0a2 V3_1_0a2 V3_1_0a3
vsr [Wed, 26 Oct 2005 07:30:30 +0000 (07:30 +0000)]
Update version number: 3.1.0a2

18 years agoPAL9022. Attach generated mesh elements to whatever meshed shape, SHELL or SOLID
eap [Wed, 7 Sep 2005 04:37:37 +0000 (04:37 +0000)]
PAL9022. Attach generated mesh elements to whatever meshed shape, SHELL or SOLID

18 years agoNew field for storing dimension added
sln [Tue, 23 Aug 2005 09:01:35 +0000 (09:01 +0000)]
New field for storing dimension added

18 years agoPreparation of v.3.0.1 V3_0_1
san [Thu, 28 Jul 2005 15:26:05 +0000 (15:26 +0000)]
Preparation of v.3.0.1

18 years agoMove MEDWrapper to MED module
eap [Tue, 12 Jul 2005 06:08:09 +0000 (06:08 +0000)]
Move MEDWrapper to MED module

18 years agoUpdate version number: 3.0.0
vsr [Tue, 5 Jul 2005 11:40:29 +0000 (11:40 +0000)]
Update version number: 3.0.0