Salome HOME
plugins/netgenplugin.git
16 years agoCorrection for 15881. Problem compilation on RedHat and DebianSarge T15881 T32x_16Aug2007_16h00m T_13901 T_24092007 T_reliquat_2007
maintenance team [Mon, 30 Jul 2007 12:31:06 +0000 (12:31 +0000)]
Correction for 15881. Problem compilation on RedHat and DebianSarge

16 years agoPAL15881 New NETGEN capability: is it possible to do only a 2D mesh ?
eap [Fri, 20 Jul 2007 11:29:20 +0000 (11:29 +0000)]
PAL15881 New NETGEN capability: is it possible to do only a 2D mesh ?
   create NETGEN_2D_ONLY algorithm

16 years agoPAL15881 New NETGEN capability: is it possible to do only a 2D mesh ?
eap [Fri, 20 Jul 2007 11:27:49 +0000 (11:27 +0000)]
PAL15881 New NETGEN capability: is it possible to do only a 2D mesh ?
+    else if (strcmp(aHypName, "NETGEN_2D_ONLY") == 0)
+      aCreator = new NETGENPlugin_Creator_i<NETGENPlugin_NETGEN_2D_ONLY_i>;

16 years agoPAL15881 New NETGEN capability: is it possible to do only a 2D mesh ?
eap [Fri, 20 Jul 2007 11:27:20 +0000 (11:27 +0000)]
PAL15881 New NETGEN capability: is it possible to do only a 2D mesh ?
+  NETGENPlugin_Mesher::RemoveTmpFiles();

16 years agoPAL15881 New NETGEN capability: is it possible to do only a 2D mesh ?
eap [Fri, 20 Jul 2007 11:26:50 +0000 (11:26 +0000)]
PAL15881 New NETGEN capability: is it possible to do only a 2D mesh ?
+  static void PrepareOCCgeometry(netgen::OCCGeometry& occgeom,
+                                 const TopoDS_Shape&  shape);
+  static void RemoveTmpFiles();

16 years agoPAL15881 New NETGEN capability: is it possible to do only a 2D mesh ?
eap [Fri, 20 Jul 2007 11:25:24 +0000 (11:25 +0000)]
PAL15881 New NETGEN capability: is it possible to do only a 2D mesh ?
+ NETGENPlugin_NETGEN_2D_ONLY.cxx \
+ NETGENPlugin_NETGEN_2D_ONLY_i.cxx

16 years agoPAL15881 New NETGEN capability: is it possible to do only a 2D mesh ?
eap [Fri, 20 Jul 2007 11:24:35 +0000 (11:24 +0000)]
PAL15881 New NETGEN capability: is it possible to do only a 2D mesh ?
+    <algorithm type="NETGEN_2D_ONLY"
+               label-id="Netgen 2D"
+               icon-id="mesh_algo_netgen_2d.png"
+               hypos="LengthFromEdges,MaxElementArea"
+               opt-hypos="QuadranglePreference"
+               input="EDGE"
+               output="TRIA,QUAD"
+               dim="2"/>

16 years agoPAL15881 New NETGEN capability: is it possible to do only a 2D mesh ?
eap [Fri, 20 Jul 2007 11:24:17 +0000 (11:24 +0000)]
PAL15881 New NETGEN capability: is it possible to do only a 2D mesh ?
   /*!
+   * NETGENPlugin_NETGEN_2D_ONLY: interface of "Netgen 2D" algorithm,
+   * generating 2D elements on a geometrical face taking
+   * into account pre-existing nodes on face boundaries
+   */
+  interface NETGENPlugin_NETGEN_2D_ONLY : SMESH::SMESH_2D_Algo

16 years agoChange version to 3.2.7 V3_2_7 V3_2_7rc1
jfa [Tue, 26 Jun 2007 07:27:25 +0000 (07:27 +0000)]
Change version to 3.2.7

16 years agoJoin modifications for CCRT by Jean Rahuel.
jfa [Tue, 5 Jun 2007 06:21:44 +0000 (06:21 +0000)]
Join modifications for CCRT by Jean Rahuel.

16 years agoConvert DOS coding to UNIX
vsr [Tue, 29 May 2007 07:43:19 +0000 (07:43 +0000)]
Convert DOS coding to UNIX

17 years agoPAL14921 (memory limitation and Salome freeze)
eap [Fri, 18 May 2007 09:08:18 +0000 (09:08 +0000)]
PAL14921 (memory limitation and Salome freeze)
-  Unexpect aCatch(SalomeException);
+  // PAL14921. Enable catching std::bad_alloc and Standard_OutOfMemory outside
+  //Unexpect aCatch(SalomeException);

17 years agoPAL13330 (When mesh generation does not success, trace where) T_EDF_15278 T_PAL_15278 V3_2_6 V3_2_6pre5
eap [Wed, 18 Apr 2007 12:56:44 +0000 (12:56 +0000)]
PAL13330 (When mesh generation does not success, trace where)
     Catch SIGSEGV in Netgen

17 years agoPAL13330( When mesh generation does not success, trace where ) V3_2_6pre4
eap [Tue, 10 Apr 2007 14:55:55 +0000 (14:55 +0000)]
PAL13330( When mesh generation does not success, trace where )
   describe problems using SMESH_ComputeError

17 years agoIncrement SALOME version number : 3.2.6 V3_2_6a1 V3_2_6pre2 V3_2_6pre3
vsr [Fri, 2 Mar 2007 13:57:13 +0000 (13:57 +0000)]
Increment SALOME version number : 3.2.6

17 years agoChange version to 3.2.5 V3_2_5 V3_2_5pre1
jfa [Thu, 1 Feb 2007 10:32:18 +0000 (10:32 +0000)]
Change version to 3.2.5

17 years agoIntroducing check procedure for Fortran; correct compilation/linkage rules for Fortra...
vsr [Mon, 22 Jan 2007 13:13:02 +0000 (13:13 +0000)]
Introducing check procedure for Fortran; correct compilation/linkage rules for Fortran source files.

17 years agoChange version to 3.2.4 NPAL14357 V3_2_4 V3_2_4_delivery V3_2_4pre1 V3_2_4pre2
jfa [Mon, 4 Dec 2006 09:05:02 +0000 (09:05 +0000)]
Change version to 3.2.4

17 years agoFix pb with 64bit patch V3_2_3 V3_2_3pre1 V3_2_3pre2 V3_2_3pre4 V3_2_3pre5
vsr [Thu, 2 Nov 2006 08:00:30 +0000 (08:00 +0000)]
Fix pb with 64bit patch

17 years agoNETGENPLUGIN: improve netgen performance
vsr [Tue, 31 Oct 2006 11:51:53 +0000 (11:51 +0000)]
NETGENPLUGIN: improve netgen performance

17 years agoChange version to 3.2.3
jfa [Mon, 30 Oct 2006 14:52:41 +0000 (14:52 +0000)]
Change version to 3.2.3

17 years agoImprove netgen check script.
vsr [Mon, 30 Oct 2006 09:09:05 +0000 (09:09 +0000)]
Improve netgen check script.
Add netgen mesh plugin check script.

17 years agoCorrected for IPAL13589.
skl [Wed, 11 Oct 2006 05:09:27 +0000 (05:09 +0000)]
Corrected for IPAL13589.

17 years agoAddinng @LIB_LOCATION_SUFFIX@
maintenance team [Fri, 29 Sep 2006 16:13:59 +0000 (16:13 +0000)]
Addinng @LIB_LOCATION_SUFFIX@

17 years agoUpdate for gcc4.1.1
maintenance team [Tue, 26 Sep 2006 08:18:38 +0000 (08:18 +0000)]
Update for gcc4.1.1

17 years agoIncrement version number: 3.2.2
vsr [Fri, 25 Aug 2006 07:09:10 +0000 (07:09 +0000)]
Increment version number: 3.2.2

17 years agoChange version name to 3.2.1 For_OCT_611 T3_2_1_pre V3_2_1
jfa [Tue, 11 Jul 2006 09:35:46 +0000 (09:35 +0000)]
Change version name to 3.2.1

17 years agoFix to bug PAL10465.
asv [Tue, 27 Jun 2006 07:45:55 +0000 (07:45 +0000)]
Fix to bug PAL10465.
Modification of resource files location in "build" and "installation" directories.  Now resource files are placed in share/salome/resources/<module_name>.  Various configuration files (configure.in.base, make_module/conclude/commence, etc.) are changed.

17 years agoPAL12417: Readme of NETGENPLUGIN - CASROOT must be set.
jfa [Wed, 14 Jun 2006 10:02:01 +0000 (10:02 +0000)]
PAL12417: Readme of NETGENPLUGIN - CASROOT must be set.

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:42:55 +0000 (11:42 +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:54:13 +0000 (08:54 +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:11 +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:03:52 +0000 (16:03 +0000)]
Join modifications from branch OCC_development_for_3_2_0a2

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

18 years agoMerge from OCC_development_generic_2006
smh [Tue, 7 Feb 2006 15:23:55 +0000 (15:23 +0000)]
Merge from OCC_development_generic_2006

Preparation of 3.2.0a1

18 years agoJoin modifications from branch BR_3_1_0deb T_OCC_development_generic_2006_start
jfa [Wed, 28 Dec 2005 09:28:42 +0000 (09:28 +0000)]
Join modifications from branch BR_3_1_0deb

18 years agoPAL10974: move isReversedElem() to SMESH_Algo as IsReversedSubMesh() T_Before_Join_BR_3_1_0deb
eap [Tue, 20 Dec 2005 14:07:13 +0000 (14:07 +0000)]
PAL10974: move isReversedElem() to SMESH_Algo as IsReversedSubMesh()

18 years agoVERSION update BR_3_1_0_deb T_3_1_0b1_pre V3_1_0b1
smh [Tue, 6 Dec 2005 15:06:43 +0000 (15:06 +0000)]
VERSION update

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

18 years agoPAL10500. Take care of degenerated edges V3_1_0a3
eap [Wed, 16 Nov 2005 06:52:27 +0000 (06:52 +0000)]
PAL10500. Take care of degenerated edges

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

18 years agoPreparation of 3.1.0a2: version ID. ForTest_3_1_0a2
smh [Tue, 18 Oct 2005 15:06:52 +0000 (15:06 +0000)]
Preparation of 3.1.0a2: version ID.

18 years agoPAL9513. Make peresence of "Max Element Volume" hypothesis optional
eap [Tue, 11 Oct 2005 09:14:49 +0000 (09:14 +0000)]
PAL9513. Make peresence of "Max Element Volume" hypothesis optional

18 years agoUpdate version to 3.1.0a
jfa [Tue, 4 Oct 2005 14:47:46 +0000 (14:47 +0000)]
Update version to 3.1.0a

18 years agoPAL10013: Mesh with coincident nodes after NETGEN applying
jfa [Thu, 22 Sep 2005 06:54:23 +0000 (06:54 +0000)]
PAL10013: Mesh with coincident nodes after NETGEN applying

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

18 years agoVersion 3.0.2 V_3_0_2 V_3_0_2a
smh [Thu, 1 Sep 2005 06:51:30 +0000 (06:51 +0000)]
Version 3.0.2

18 years agoNew field for storing dimension added
sln [Tue, 23 Aug 2005 09:01:05 +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:28:06 +0000 (15:28 +0000)]
Preparation of v.3.0.1

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

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

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

18 years agoSMH: Check msg2qm T3_0_0_a2 T3_0_0_a3 T3_0_0_a4 V3_0_0
smh [Wed, 15 Jun 2005 05:52:20 +0000 (05:52 +0000)]
SMH: Check msg2qm

19 years agoFix Bug PAL8787: pass to Netgen only nodes of triangles
eap [Wed, 18 May 2005 07:29:05 +0000 (07:29 +0000)]
Fix Bug PAL8787: pass to Netgen only nodes of triangles

19 years agoFix Bug IPAL8776: compute if nbShells > 1; remove annoing messages and unused variables
eap [Fri, 13 May 2005 07:59:02 +0000 (07:59 +0000)]
Fix Bug IPAL8776: compute if nbShells > 1; remove annoing messages and unused variables

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

19 years agoModify the version number of SALOME: 2.2.0. V2_2_0 V2_2_0b2 V2_2_0b4
vsr [Fri, 21 Jan 2005 07:41:19 +0000 (07:41 +0000)]
Modify the version number of SALOME: 2.2.0.

19 years agoUpdate from OCC OCC_development_01 OCC_initial_01 V2_1_0 V2_2_0a1
admin [Fri, 17 Dec 2004 11:38:32 +0000 (11:38 +0000)]
Update from OCC

19 years agoDCQ:prepare 2.0.0
yfr [Tue, 20 Jul 2004 10:06:08 +0000 (10:06 +0000)]
DCQ:prepare 2.0.0

20 years agoInitial version V1_4_1a Ecole_Ete_a2 Ecole_Ete_a4 Ecole_Ete_a5 Ecole_Ete_a6 V1_4_1 V2_0_0b1
smh [Fri, 26 Mar 2004 07:05:19 +0000 (07:05 +0000)]
Initial version

20 years agoInitial version
smh [Tue, 23 Mar 2004 06:58:45 +0000 (06:58 +0000)]
Initial version

20 years agoInitial version
smh [Mon, 22 Mar 2004 12:40:16 +0000 (12:40 +0000)]
Initial version