65 Commits

Author SHA1 Message Date
vsr
7a6fe8cb2b Change version to 3.2.10 V3_2_0_maintainance_FINAL V3_2_10 V3_2_10rc1 2008-05-13 13:19:26 +00:00
maintenance team
38b11905c3 Change version to 3.2.8 V3_2_9 V3_2_9rc1 V3_2_9rc2 V3_2_9rc3 2007-11-16 08:10:59 +00:00
maintenance team
b4dd1ea56c Change version to 3.2.8 V3_2_8 V3_2_8rc1 V3_2_8rc2 2007-09-28 09:11:28 +00:00
maintenance team
d1ed4d43ef Correction for 15881. Problem compilation on RedHat and DebianSarge T15881 T32x_16Aug2007_16h00m T_13901 T_24092007 T_reliquat_2007 2007-07-30 12:31:06 +00:00
eap
9565b39f81 PAL15881 New NETGEN capability: is it possible to do only a 2D mesh ?
create NETGEN_2D_ONLY algorithm
2007-07-20 11:29:20 +00:00
eap
7caa737797 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>;
2007-07-20 11:27:49 +00:00
eap
2a1dcc2d04 PAL15881 New NETGEN capability: is it possible to do only a 2D mesh ?
+  NETGENPlugin_Mesher::RemoveTmpFiles();
2007-07-20 11:27:20 +00:00
eap
8aa09ae908 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();
2007-07-20 11:26:50 +00:00
eap
7c12dca52a PAL15881 New NETGEN capability: is it possible to do only a 2D mesh ?
+	NETGENPlugin_NETGEN_2D_ONLY.cxx \
+	NETGENPlugin_NETGEN_2D_ONLY_i.cxx
2007-07-20 11:25:24 +00:00
eap
da18b44963 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"/>
2007-07-20 11:24:35 +00:00
eap
30859bc68d 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
2007-07-20 11:24:17 +00:00
jfa
ee63a46d6e Change version to 3.2.7 V3_2_7 V3_2_7rc1 2007-06-26 07:27:25 +00:00
jfa
efeb59f024 Join modifications for CCRT by Jean Rahuel. 2007-06-05 06:21:44 +00:00
vsr
d38a69aaf9 Convert DOS coding to UNIX 2007-05-29 07:43:19 +00:00
eap
07a1186497 PAL14921 (memory limitation and Salome freeze)
-  Unexpect aCatch(SalomeException);
+  // PAL14921. Enable catching std::bad_alloc and Standard_OutOfMemory outside
+  //Unexpect aCatch(SalomeException);
2007-05-18 09:08:18 +00:00
eap
defb336a7b PAL13330 (When mesh generation does not success, trace where)
Catch SIGSEGV in Netgen
T_EDF_15278 T_PAL_15278 V3_2_6 V3_2_6pre5
2007-04-18 12:56:44 +00:00
eap
861e381989 PAL13330( When mesh generation does not success, trace where )
describe problems using SMESH_ComputeError
V3_2_6pre4
2007-04-10 14:55:55 +00:00
vsr
2c929246f6 Increment SALOME version number : 3.2.6 V3_2_6a1 V3_2_6pre2 V3_2_6pre3 2007-03-02 13:57:13 +00:00
jfa
c2c6bf25cc Change version to 3.2.5 V3_2_5 V3_2_5pre1 2007-02-01 10:32:18 +00:00
vsr
59ab1d8e2b Introducing check procedure for Fortran; correct compilation/linkage rules for Fortran source files. 2007-01-22 13:13:02 +00:00
jfa
29bdee2b25 Change version to 3.2.4 NPAL14357 V3_2_4 V3_2_4_delivery V3_2_4pre1 V3_2_4pre2 2006-12-04 09:05:02 +00:00
vsr
3797701125 Fix pb with 64bit patch V3_2_3 V3_2_3pre1 V3_2_3pre2 V3_2_3pre4 V3_2_3pre5 2006-11-02 08:00:30 +00:00
vsr
7004be4f8a NETGENPLUGIN: improve netgen performance 2006-10-31 11:51:53 +00:00
jfa
27a9ce955f Change version to 3.2.3 2006-10-30 14:52:41 +00:00
vsr
41ac578763 Improve netgen check script.
Add netgen mesh plugin check script.
2006-10-30 09:09:05 +00:00
skl
566aa2640b Corrected for IPAL13589. 2006-10-11 05:09:27 +00:00
maintenance team
0b1c10baab Addinng @LIB_LOCATION_SUFFIX@ 2006-09-29 16:13:59 +00:00
maintenance team
33346e31ba Update for gcc4.1.1 2006-09-26 08:18:38 +00:00
vsr
1dd5913e4e Increment version number: 3.2.2 2006-08-25 07:09:10 +00:00
jfa
9ab44e1f03 Change version name to 3.2.1 For_OCT_611 T3_2_1_pre V3_2_1 2006-07-11 09:35:46 +00:00
asv
30b91f7405 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.
2006-06-27 07:45:55 +00:00
jfa
a1bb961bcb PAL12417: Readme of NETGENPLUGIN - CASROOT must be set. 2006-06-14 10:02:01 +00:00
jfa
8e59f8e772 Join modifications from branch BR_DEBUG_3_2_0b1 T3_2_0b2 V3_2_0 V3_2_0b2 2006-06-01 11:42:55 +00:00
jfa
e97896c68f Join modifications from branch OCC_debug_for_3_2_0b1 T3_2_0b1 V3_2_0b1 2006-05-06 08:54:13 +00:00
jfa
98817b13cb Change version name to 3.2.0a2 OCC_3_2_0a2_TC T2_3_2_0a2 V3_2_0a2 2006-03-15 13:00:11 +00:00
jfa
14f4b7bcf8 Join modifications from branch OCC_development_for_3_2_0a2 2006-03-13 16:03:52 +00:00
jfa
f197df9d7c Update version to 3.2.0a1 V3_2_0a1 2006-02-08 09:47:47 +00:00
smh
85b350e775 Merge from OCC_development_generic_2006
Preparation of 3.2.0a1
2006-02-07 15:23:55 +00:00
jfa
51ca259680 Join modifications from branch BR_3_1_0deb T_OCC_development_generic_2006_start 2005-12-28 09:28:42 +00:00
eap
803a003b3e PAL10974: move isReversedElem() to SMESH_Algo as IsReversedSubMesh() T_Before_Join_BR_3_1_0deb 2005-12-20 14:07:13 +00:00
smh
9717464672 VERSION update BR_3_1_0_deb T_3_1_0b1_pre V3_1_0b1 2005-12-06 15:06:43 +00:00
vsr
f54104df4f Increment version number: 3.1.0a3 2005-11-18 10:11:33 +00:00
eap
494eae7646 PAL10500. Take care of degenerated edges V3_1_0a3 2005-11-16 06:52:27 +00:00
vsr
e14394313c Update version number: 3.1.0a2 ForTest2_3_1_0a2 V3_1_0a2 2005-10-26 07:54:33 +00:00
smh
c8e104e7f8 Preparation of 3.1.0a2: version ID. ForTest_3_1_0a2 2005-10-18 15:06:52 +00:00
eap
6685097bb2 PAL9513. Make peresence of "Max Element Volume" hypothesis optional 2005-10-11 09:14:49 +00:00
jfa
c008dcfba5 Update version to 3.1.0a 2005-10-04 14:47:46 +00:00
jfa
a4b2b52ce5 PAL10013: Mesh with coincident nodes after NETGEN applying 2005-09-22 06:54:23 +00:00
eap
e339065f45 PAL9022. Attach generated mesh elements to whatever meshed shape, SHELL or SOLID 2005-09-07 04:33:54 +00:00
smh
ea90d8a33a Version 3.0.2 V_3_0_2 V_3_0_2a 2005-09-01 06:51:30 +00:00