Salome HOME
plugins/ghs3dplugin.git
10 years agoPorting GHS3DPLUGIN SALOME module build procedure to the CMake build system: initial...
rnv [Fri, 11 Oct 2013 11:51:39 +0000 (11:51 +0000)]
Porting GHS3DPLUGIN SALOME module build procedure to the CMake build system: initial version.

10 years agoInitialMemory and MaxMemory options type are now double instead of long.
gdd [Tue, 8 Oct 2013 14:27:10 +0000 (14:27 +0000)]
InitialMemory and MaxMemory options type are now double instead of long.
There is still a bug in the SetValue() method of the SMESHGUI_SpinBox (value is not set).

10 years ago0022172: [CEA 790] create the groups corresponding to domains (note 0016221)
eap [Fri, 4 Oct 2013 10:06:13 +0000 (10:06 +0000)]
0022172: [CEA 790] create the groups corresponding to domains (note 0016221)

Make GHS3DPlugin_Hypothesis::DefaultToMakeGroupsOfDomains() == false

10 years agoBUG: Fixed computation failure introduced by a previous integration
rnc [Thu, 12 Sep 2013 15:47:57 +0000 (15:47 +0000)]
BUG: Fixed computation failure introduced by a previous integration

10 years agoIMP: EDF 2680: New options for log files
rnc [Wed, 11 Sep 2013 15:01:13 +0000 (15:01 +0000)]
IMP: EDF 2680: New options for log files

The user can now choose to print the log in a file or in the standard output
The user can choose to keep only log files, keep all working files or keep log files when computation fails only

10 years agoMerge from V7_2_1_BR BR_new_bop4
rnc [Mon, 2 Sep 2013 12:33:46 +0000 (12:33 +0000)]
Merge from V7_2_1_BR

10 years ago22172: [CEA 790] create the groups corresponding to domains
eap [Fri, 30 Aug 2013 08:13:34 +0000 (08:13 +0000)]
22172: [CEA 790] create the groups corresponding to domains

 Now group creation depends only on SetToMakeGroupsOfDomains flag

10 years ago22172: [CEA 790] create the groups corresponding to domains
eap [Thu, 29 Aug 2013 10:49:55 +0000 (10:49 +0000)]
22172: [CEA 790] create the groups corresponding to domains

 Now group creation depends only on SetToMakeGroupsOfDomains flag

10 years ago0022172: [CEA 790] create the groups corresponding to domains
eap [Thu, 29 Aug 2013 10:45:59 +0000 (10:45 +0000)]
0022172: [CEA 790] create the groups corresponding to domains

   "To make groups of domains" option is by default on for a mesh w/o
   shape and off for a mesh on shape

10 years ago22172: [CEA 790] create the groups corresponding to domains
eap [Wed, 28 Aug 2013 13:57:59 +0000 (13:57 +0000)]
22172: [CEA 790] create the groups corresponding to domains

 Now group creation depends only on SetToMakeGroupsOfDomains flag

10 years ago0022291: EDF 2712 SMESH: Bad dump of QuadrangleParameters
eap [Wed, 7 Aug 2013 09:35:10 +0000 (09:35 +0000)]
0022291: EDF 2712 SMESH: Bad dump of QuadrangleParameters

+               idl-module="GHS3DPlugin"

10 years agoPR : merge from V7_2_1
prascle [Sat, 3 Aug 2013 11:12:21 +0000 (11:12 +0000)]
PR : merge from V7_2_1
memory leaks

10 years agoIMP: Japanese translations
rnc [Wed, 24 Jul 2013 13:48:05 +0000 (13:48 +0000)]
IMP: Japanese translations

10 years agoIn CancelCompute() kill "sh -c mg-tetra.exe ..." command as well as "mg-tetra.exe...
eap [Tue, 9 Jul 2013 15:49:59 +0000 (15:49 +0000)]
In CancelCompute() kill "sh -c mg-tetra.exe ..." command as well as "mg-tetra.exe ..."

10 years agoFix canceling of Compute()
eap [Mon, 8 Jul 2013 14:28:51 +0000 (14:28 +0000)]
Fix canceling of Compute()

+  std::string                     _genericName;

10 years agoFix canceling of Compute()
eap [Mon, 8 Jul 2013 14:28:08 +0000 (14:28 +0000)]
Fix canceling of Compute()

+  static std::string GetExeName();

10 years ago+ <source>GHS3D_TO_MAKE_DOMAIN_GROUPS</source>
eap [Wed, 26 Jun 2013 09:24:02 +0000 (09:24 +0000)]
+        <source>GHS3D_TO_MAKE_DOMAIN_GROUPS</source>
+        <translation type="unfinished">To make groups of domains</translation>

10 years agoCoTech decision: move MEDWrapper from MED to SMESH
eap [Wed, 26 Jun 2013 09:23:51 +0000 (09:23 +0000)]
CoTech decision: move MEDWrapper from MED to SMESH

Remove dependency on MED

10 years agoChange the hypothesis member status from private to protected in GHS3DPlugin_GHS3D... BR_new_bop3
rnc [Mon, 3 Jun 2013 14:38:18 +0000 (14:38 +0000)]
Change the hypothesis member status from private to protected in GHS3DPlugin_GHS3D algorithm for consistency with other algorithms (BLSURF, NETGEN, standard algorithms ...). It will be useful in the frame of the Hexotic size maps development.

11 years ago0022172: [CEA 790] create the groups corresponding to domains
eap [Fri, 24 May 2013 11:41:51 +0000 (11:41 +0000)]
0022172: [CEA 790] create the groups corresponding to domains

+    void SetToMakeGroupsOfDomains(in boolean toMakeGroups);
+    boolean GetToMakeGroupsOfDomains();

11 years ago0022172: [CEA 790] create the groups corresponding to domains
eap [Fri, 24 May 2013 11:41:20 +0000 (11:41 +0000)]
0022172: [CEA 790] create the groups corresponding to domains

"To make groups of domains" option has been added.

11 years ago0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh
eap [Fri, 17 May 2013 08:02:47 +0000 (08:02 +0000)]
0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh

-    elemSearcher = SMESH_MeshEditor( theHelper->GetMesh() ).GetElementSearcher();
+    elemSearcher = SMESH_MeshAlgos::GetElementSearcher( *theHelper->GetMeshDS() );

11 years agoCorrect the copyrights V7_2_BR V7_2_0 V7_2_0_WIN V7_2_0_public V7_2_0p1 V7_2_0p2 V7_2_0rc1 V7_2_0rc2
akl [Mon, 15 Apr 2013 07:00:22 +0000 (07:00 +0000)]
Correct the copyrights

11 years agoIncrement version to 7.2.0
vsr [Fri, 12 Apr 2013 15:24:50 +0000 (15:24 +0000)]
Increment version to 7.2.0

11 years agoUsing HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and custo...
akl [Thu, 11 Apr 2013 07:24:57 +0000 (07:24 +0000)]
Using HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and customize the header and footer only.

11 years agoInstall example scripts.
akl [Thu, 11 Apr 2013 07:13:50 +0000 (07:13 +0000)]
Install example scripts.

11 years agoImprove documentation
vsr [Tue, 9 Apr 2013 06:11:31 +0000 (06:11 +0000)]
Improve documentation

11 years agoRestore documentation of methods dynamically added by plug-ins to the Mesh class...
vsr [Fri, 5 Apr 2013 11:23:34 +0000 (11:23 +0000)]
Restore documentation of methods dynamically added by plug-ins to the Mesh class, killed by previous integration

11 years agoRestore documentation of methods dynamically added by plug-ins to the Mesh class...
vsr [Fri, 5 Apr 2013 09:37:04 +0000 (09:37 +0000)]
Restore documentation of methods dynamically added by plug-ins to the Mesh class, killed by previous integration

11 years agoMerge from BR_plugins_pbyacs 03/04/2013
vsr [Thu, 4 Apr 2013 07:09:59 +0000 (07:09 +0000)]
Merge from BR_plugins_pbyacs 03/04/2013

11 years agoFix bug with missing documentation for dynamic methods
inv [Thu, 4 Apr 2013 06:37:42 +0000 (06:37 +0000)]
Fix bug with missing documentation for dynamic methods

11 years agoMerge from V6_main 01/04/2013 V7_2_0b1
vsr [Mon, 1 Apr 2013 13:27:10 +0000 (13:27 +0000)]
Merge from V6_main 01/04/2013

11 years agoSet dev tag back to 1 V7_2_0a1
vsr [Wed, 20 Mar 2013 11:14:31 +0000 (11:14 +0000)]
Set dev tag back to 1

11 years agoIncrement version of 7.1.0 V7_1_0
vsr [Wed, 20 Mar 2013 09:31:10 +0000 (09:31 +0000)]
Increment version of 7.1.0

11 years agoMerge from V6_main 15/03/2013
vsr [Fri, 15 Mar 2013 14:52:07 +0000 (14:52 +0000)]
Merge from V6_main 15/03/2013

11 years agoMerge from V6_main 28/02/2013 V7_1_0b1
vsr [Thu, 28 Feb 2013 15:42:17 +0000 (15:42 +0000)]
Merge from V6_main 28/02/2013

11 years agoMerge from V6_main 11/02/2013 V7_siman
vsr [Tue, 12 Feb 2013 14:46:35 +0000 (14:46 +0000)]
Merge from V6_main 11/02/2013

11 years agoMerge from V6_main 13/12/2012 BR_KERNEL_REFACTORING V7_1_0_pre
vsr [Thu, 13 Dec 2012 12:22:24 +0000 (12:22 +0000)]
Merge from V6_main 13/12/2012

11 years agoMerge from V6_main (04/10/2012) V7_0_0 V7_0_0rc1
vsr [Mon, 8 Oct 2012 13:10:21 +0000 (13:10 +0000)]
Merge from V6_main (04/10/2012)

11 years agoIncrement version number (prepare SALOME version 7.0.0)
inv [Wed, 15 Aug 2012 10:48:42 +0000 (10:48 +0000)]
Increment version number (prepare SALOME version 7.0.0)

11 years agoMerge from V6_main_20120808 08Aug12
vsr [Thu, 9 Aug 2012 11:46:18 +0000 (11:46 +0000)]
Merge from V6_main_20120808 08Aug12

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.

18 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

18 years agoSMH: MSG2QM T3_0_0_a4 V3_0_0
smh [Tue, 28 Jun 2005 12:25:42 +0000 (12:25 +0000)]
SMH: MSG2QM

19 years agoFix PAL8562: rpath (rpath-link) option needs parameter - directory to search shared...
vsr [Fri, 8 Apr 2005 05:30:28 +0000 (05:30 +0000)]
Fix PAL8562: rpath (rpath-link) option needs parameter - directory to search shared objects in.

19 years agoFix PAL8529: get faces from the shape being meshed only.
eap [Thu, 7 Apr 2005 05:52:05 +0000 (05:52 +0000)]
Fix PAL8529: get faces from the shape being meshed only.
Avaluate available memory: prevent GHS3D error "%% UNABLE TO ALLOCATE MEMORY"
Get rid of QT, use OCC instead.

19 years agoPAL8529. Get rid of QT
eap [Thu, 7 Apr 2005 05:41:08 +0000 (05:41 +0000)]
PAL8529. Get rid of QT

19 years agofix PAL8330. Orient volumes as for MED
eap [Fri, 1 Apr 2005 11:23:40 +0000 (11:23 +0000)]
fix PAL8330. Orient volumes as for MED

19 years agoChange version number to 2.2.2 V2_2_2
vsr [Fri, 25 Mar 2005 13:10:57 +0000 (13:10 +0000)]
Change version number to 2.2.2

19 years agoUpdate version number : 2.2.1 V2_2_1
vsr [Tue, 1 Mar 2005 14:27:46 +0000 (14:27 +0000)]
Update version number : 2.2.1

19 years agoModify the version number of SALOME: 2.2.0. V2_2_0 V2_2_0b4
qa team [Fri, 21 Jan 2005 07:40:17 +0000 (07:40 +0000)]
Modify the version number of SALOME: 2.2.0.

19 years agoUpdate version number to 2.1.0 CURRENT T15_11_04 V2_1_0 V2_1_0a V2_1_0b V2_1_0c
vsr [Fri, 24 Sep 2004 06:43:07 +0000 (06:43 +0000)]
Update version number to 2.1.0

19 years agoUpdate version number to 2.1.0
vsr [Fri, 24 Sep 2004 06:08:43 +0000 (06:08 +0000)]
Update version number to 2.1.0

19 years agoPAL6664: Missing icon in object browser current210904
jfa [Wed, 15 Sep 2004 04:33:39 +0000 (04:33 +0000)]
PAL6664: Missing icon in object browser

19 years agoPAL5954
jfa [Tue, 31 Aug 2004 12:21:45 +0000 (12:21 +0000)]
PAL5954

20 years agoT1.3-8: rm output files after execution
eap [Wed, 19 May 2004 06:09:38 +0000 (06:09 +0000)]
T1.3-8: rm output files after execution

20 years agoPAL5897: use unique names for in/out files
eap [Tue, 18 May 2004 13:02:08 +0000 (13:02 +0000)]
PAL5897: use unique names for in/out files

20 years agoT1.3-8 (GHS3D): include SALOME_Exception.hh to help make to build dependences
eap [Fri, 2 Apr 2004 12:58:05 +0000 (12:58 +0000)]
T1.3-8 (GHS3D): include SALOME_Exception.hh to help make to build dependences

20 years agoT1.3-8 (GHS3D): fix msgid
eap [Fri, 2 Apr 2004 11:14:27 +0000 (11:14 +0000)]
T1.3-8 (GHS3D): fix msgid

20 years agoT1.3-8 (GHS3D): find ghs3d in PATH
eap [Fri, 2 Apr 2004 10:50:19 +0000 (10:50 +0000)]
T1.3-8 (GHS3D): find ghs3d in PATH

20 years agoT1.3-8 (GHS3D): remove files made by build_configure
eap [Fri, 2 Apr 2004 08:42:53 +0000 (08:42 +0000)]
T1.3-8 (GHS3D): remove files made by build_configure

20 years agoInitial version V1_0
eap [Fri, 2 Apr 2004 07:19:41 +0000 (07:19 +0000)]
Initial version

20 years agoInitial version
eap [Thu, 1 Apr 2004 11:22:58 +0000 (11:22 +0000)]
Initial version

20 years agoInitial version
eap [Thu, 1 Apr 2004 07:38:09 +0000 (07:38 +0000)]
Initial version

20 years agoInitial version
eap [Thu, 1 Apr 2004 07:25:01 +0000 (07:25 +0000)]
Initial version

20 years agoInitial version
eap [Thu, 1 Apr 2004 07:15:46 +0000 (07:15 +0000)]
Initial version

20 years agoInitial version
eap [Thu, 1 Apr 2004 07:03:20 +0000 (07:03 +0000)]
Initial version

20 years agoInitial version
eap [Tue, 30 Mar 2004 13:48:26 +0000 (13:48 +0000)]
Initial version

20 years agoInitial version
eap [Tue, 30 Mar 2004 13:17:47 +0000 (13:17 +0000)]
Initial version

20 years agoInitial version
eap [Tue, 30 Mar 2004 13:11:32 +0000 (13:11 +0000)]
Initial version

20 years agoInitial version
eap [Tue, 30 Mar 2004 12:56:58 +0000 (12:56 +0000)]
Initial version

20 years agoInitial version
eap [Fri, 26 Mar 2004 07:03:02 +0000 (07:03 +0000)]
Initial version

20 years agoInitial version
eap [Thu, 25 Mar 2004 11:21:33 +0000 (11:21 +0000)]
Initial version

20 years agoInitial version
eap [Mon, 22 Mar 2004 12:39:26 +0000 (12:39 +0000)]
Initial version