]>
SALOME platform Git repositories - plugins/netgenplugin.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
maintenance team [Fri, 16 Nov 2007 08:10:59 +0000 (08:10 +0000)]
Change version to 3.2.8
maintenance team [Fri, 28 Sep 2007 09:11:28 +0000 (09:11 +0000)]
Change version to 3.2.8
maintenance team [Mon, 30 Jul 2007 12:31:06 +0000 (12:31 +0000)]
Correction for 15881. Problem compilation on RedHat and DebianSarge
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
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>;
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();
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();
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
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"/>
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
jfa [Tue, 26 Jun 2007 07:27:25 +0000 (07:27 +0000)]
Change version to 3.2.7
jfa [Tue, 5 Jun 2007 06:21:44 +0000 (06:21 +0000)]
Join modifications for CCRT by Jean Rahuel.
vsr [Tue, 29 May 2007 07:43:19 +0000 (07:43 +0000)]
Convert DOS coding to UNIX
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);
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
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
vsr [Fri, 2 Mar 2007 13:57:13 +0000 (13:57 +0000)]
Increment SALOME version number : 3.2.6
jfa [Thu, 1 Feb 2007 10:32:18 +0000 (10:32 +0000)]
Change version to 3.2.5
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.
jfa [Mon, 4 Dec 2006 09:05:02 +0000 (09:05 +0000)]
Change version to 3.2.4
vsr [Thu, 2 Nov 2006 08:00:30 +0000 (08:00 +0000)]
Fix pb with 64bit patch
vsr [Tue, 31 Oct 2006 11:51:53 +0000 (11:51 +0000)]
NETGENPLUGIN: improve netgen performance
jfa [Mon, 30 Oct 2006 14:52:41 +0000 (14:52 +0000)]
Change version to 3.2.3
vsr [Mon, 30 Oct 2006 09:09:05 +0000 (09:09 +0000)]
Improve netgen check script.
Add netgen mesh plugin check script.
skl [Wed, 11 Oct 2006 05:09:27 +0000 (05:09 +0000)]
Corrected for IPAL13589.
maintenance team [Fri, 29 Sep 2006 16:13:59 +0000 (16:13 +0000)]
Addinng @LIB_LOCATION_SUFFIX@
maintenance team [Tue, 26 Sep 2006 08:18:38 +0000 (08:18 +0000)]
Update for gcc4.1.1
vsr [Fri, 25 Aug 2006 07:09:10 +0000 (07:09 +0000)]
Increment version number: 3.2.2
jfa [Tue, 11 Jul 2006 09:35:46 +0000 (09:35 +0000)]
Change version name to 3.2.1
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.
jfa [Wed, 14 Jun 2006 10:02:01 +0000 (10:02 +0000)]
PAL12417: Readme of NETGENPLUGIN - CASROOT must be set.
jfa [Thu, 1 Jun 2006 11:42:55 +0000 (11:42 +0000)]
Join modifications from branch BR_DEBUG_3_2_0b1
jfa [Sat, 6 May 2006 08:54:13 +0000 (08:54 +0000)]
Join modifications from branch OCC_debug_for_3_2_0b1
jfa [Wed, 15 Mar 2006 13:00:11 +0000 (13:00 +0000)]
Change version name to 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
jfa [Wed, 8 Feb 2006 09:47:47 +0000 (09:47 +0000)]
Update version to 3.2.0a1
smh [Tue, 7 Feb 2006 15:23:55 +0000 (15:23 +0000)]
Merge from OCC_development_generic_2006
Preparation of 3.2.0a1
jfa [Wed, 28 Dec 2005 09:28:42 +0000 (09:28 +0000)]
Join modifications from branch BR_3_1_0deb
eap [Tue, 20 Dec 2005 14:07:13 +0000 (14:07 +0000)]
PAL10974: move isReversedElem() to SMESH_Algo as IsReversedSubMesh()
smh [Tue, 6 Dec 2005 15:06:43 +0000 (15:06 +0000)]
VERSION update
vsr [Fri, 18 Nov 2005 10:11:33 +0000 (10:11 +0000)]
Increment version number: 3.1.0a3
eap [Wed, 16 Nov 2005 06:52:27 +0000 (06:52 +0000)]
PAL10500. Take care of degenerated edges
vsr [Wed, 26 Oct 2005 07:54:33 +0000 (07:54 +0000)]
Update version number: 3.1.0a2
smh [Tue, 18 Oct 2005 15:06:52 +0000 (15:06 +0000)]
Preparation of 3.1.0a2: version ID.
eap [Tue, 11 Oct 2005 09:14:49 +0000 (09:14 +0000)]
PAL9513. Make peresence of "Max Element Volume" hypothesis optional
jfa [Tue, 4 Oct 2005 14:47:46 +0000 (14:47 +0000)]
Update version to 3.1.0a
jfa [Thu, 22 Sep 2005 06:54:23 +0000 (06:54 +0000)]
PAL10013: Mesh with coincident nodes after NETGEN applying
eap [Wed, 7 Sep 2005 04:33:54 +0000 (04:33 +0000)]
PAL9022. Attach generated mesh elements to whatever meshed shape, SHELL or SOLID
smh [Thu, 1 Sep 2005 06:51:30 +0000 (06:51 +0000)]
Version 3.0.2
sln [Tue, 23 Aug 2005 09:01:05 +0000 (09:01 +0000)]
New field for storing dimension added
san [Thu, 28 Jul 2005 15:28:06 +0000 (15:28 +0000)]
Preparation of v.3.0.1
eap [Tue, 12 Jul 2005 06:24:43 +0000 (06:24 +0000)]
Move MEDWrapper to MED module
eap [Tue, 12 Jul 2005 06:16:23 +0000 (06:16 +0000)]
Move MEDWrapper to MED module
vsr [Tue, 5 Jul 2005 11:45:16 +0000 (11:45 +0000)]
Update version number: 3.0.0
smh [Wed, 15 Jun 2005 05:52:20 +0000 (05:52 +0000)]
SMH: Check msg2qm
eap [Wed, 18 May 2005 07:29:05 +0000 (07:29 +0000)]
Fix Bug PAL8787: pass to Netgen only nodes of triangles
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
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.
vsr [Fri, 21 Jan 2005 07:41:19 +0000 (07:41 +0000)]
Modify the version number of SALOME: 2.2.0.
admin [Fri, 17 Dec 2004 11:38:32 +0000 (11:38 +0000)]
Update from OCC
yfr [Tue, 20 Jul 2004 10:06:08 +0000 (10:06 +0000)]
DCQ:prepare 2.0.0
smh [Fri, 26 Mar 2004 07:05:19 +0000 (07:05 +0000)]
Initial version
smh [Tue, 23 Mar 2004 06:58:45 +0000 (06:58 +0000)]
Initial version
smh [Mon, 22 Mar 2004 12:40:16 +0000 (12:40 +0000)]
Initial version