Salome HOME
plugins/netgenplugin.git
11 years agoregression mesh_BLSURF/A1 V6_6_BR V6_6_0 V6_6_0rc1 V6_6_0rc2
eap [Thu, 22 Nov 2012 17:45:08 +0000 (17:45 +0000)]
regression mesh_BLSURF/A1

  fix Evaluate()

-  list< SMESH_subMesh* > meshedSM[3]; // for 0-2 dimensions
+  list< SMESH_subMesh* > meshedSM[4]; // for 0-3 dimensions 3D mesh can be computed!

11 years agoIncrement version to 6.6.0
vsr [Mon, 19 Nov 2012 11:19:26 +0000 (11:19 +0000)]
Increment version to 6.6.0

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
eap [Tue, 13 Nov 2012 06:28:32 +0000 (06:28 +0000)]
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes

+        <hypo>ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges())</hypo>

11 years agoGenerating documentation by CMake:small fix V6_6_0a1 V6_6_0b1
ana [Mon, 22 Oct 2012 07:41:30 +0000 (07:41 +0000)]
Generating documentation by CMake:small fix

11 years ago0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins...
ana [Wed, 17 Oct 2012 06:20:43 +0000 (06:20 +0000)]
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module
* Improve documentation for meshing plug-ins (in particular, dynamically added methods). Porting to CMake.

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
eap [Mon, 15 Oct 2012 15:05:25 +0000 (15:05 +0000)]
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes

   Add StdMeshers_ViscousLayers2D hypothesis

11 years agoNo newline at end of file
eap [Mon, 15 Oct 2012 15:01:02 +0000 (15:01 +0000)]
No newline at end of file

11 years agoSetQuadAllowed() is not needed any more as now it is in the base class
eap [Fri, 21 Sep 2012 14:37:32 +0000 (14:37 +0000)]
SetQuadAllowed() is not needed any more as now it is in the base class

11 years agoinitialize myAllowQuadrangles for 3D hyp
eap [Fri, 21 Sep 2012 14:36:34 +0000 (14:36 +0000)]
initialize myAllowQuadrangles for 3D hyp

11 years ago-#include "SMESH_*D_Algo.hxx"
eap [Wed, 29 Aug 2012 17:57:20 +0000 (17:57 +0000)]
-#include "SMESH_*D_Algo.hxx"
+#include "SMESH_Algo.hxx"

11 years agocomment out obsolete methods relating to treatment of notebook variables
eap [Fri, 24 Aug 2012 13:34:49 +0000 (13:34 +0000)]
comment out obsolete methods relating to treatment of notebook variables

11 years agoImprovement of Python API documentation (SMESH and plugins):
vsr [Fri, 24 Aug 2012 05:56:35 +0000 (05:56 +0000)]
Improvement of Python API documentation (SMESH and plugins):
- move base Mesh_Algorithm class to the separate python module

11 years agoMinor change for documentation generation
vsr [Wed, 22 Aug 2012 11:48:28 +0000 (11:48 +0000)]
Minor change for documentation generation

11 years ago0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins...
vsr [Wed, 22 Aug 2012 05:30:32 +0000 (05:30 +0000)]
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module
* Improve documentation for meshing plug-ins (in particular, dynamically added methods)

11 years agoremove commented code
eap [Mon, 13 Aug 2012 11:06:24 +0000 (11:06 +0000)]
remove commented code

11 years ago0021797: EDF 2343 SMESH: Evaluation of meshes give very different results compared...
eap [Mon, 13 Aug 2012 11:06:09 +0000 (11:06 +0000)]
0021797: EDF 2343 SMESH: Evaluation of meshes give very different results compared to real results

11 years agoclass NETGEN_2D_Only_Algorithm(NETGEN_Algorithm):
eap [Mon, 23 Jul 2012 10:44:44 +0000 (10:44 +0000)]
class NETGEN_2D_Only_Algorithm(NETGEN_Algorithm):
...
+    def SetQuadAllowed(self, toAllow=True):

11 years agoGeneralize "Cancel Compute" mechanism to be able to report
eap [Fri, 20 Jul 2012 16:14:30 +0000 (16:14 +0000)]
Generalize "Cancel Compute" mechanism to be able to report
"Computation canceled" instead of "Algorithm failed" as failure reason

 void NETGENPlugin_NETGEN_*D::CancelCompute()
 {
+  SMESH_Algo::CancelCompute();

11 years ago0021676: EDF 2283 NETGENPLUGIN: Improve Netgen 1D-2D-3D to generate pyramids in case...
eap [Thu, 5 Jul 2012 10:14:43 +0000 (10:14 +0000)]
0021676: EDF 2283 NETGENPLUGIN: Improve Netgen 1D-2D-3D to generate pyramids in case where input 2D mesh includes quadrangles

  Fix passing GetQuadAllowed() parameter

11 years ago0021676: EDF 2283 NETGENPLUGIN: Improve Netgen 1D-2D-3D to generate pyramids in case...
eap [Thu, 5 Jul 2012 09:39:10 +0000 (09:39 +0000)]
0021676: EDF 2283 NETGENPLUGIN: Improve Netgen 1D-2D-3D to generate pyramids in case where input 2D mesh includes quadrangles

11 years ago0021676: EDF 2283 NETGENPLUGIN: Improve Netgen 1D-2D-3D to generate pyramids in case...
eap [Thu, 5 Jul 2012 09:35:10 +0000 (09:35 +0000)]
0021676: EDF 2283 NETGENPLUGIN: Improve Netgen 1D-2D-3D to generate pyramids in case where input 2D mesh includes quadrangles

Allow qudrangles in 3D mesh

11 years ago0021681: EDF 2246 NETGENPLUGIN: Local size not fully taken into account
eap [Tue, 26 Jun 2012 15:33:59 +0000 (15:33 +0000)]
0021681: EDF 2246 NETGENPLUGIN: Local size not fully taken into account
1) if a local size is given on a face, set this size on edges of the face as well
2) take into account local sizes when pre-computing internal edges

11 years ago0021681: EDF 2246 NETGENPLUGIN: Local size not fully taken into account
eap [Tue, 26 Jun 2012 15:31:53 +0000 (15:31 +0000)]
0021681: EDF 2246 NETGENPLUGIN: Local size not fully taken into account

 struct NETGENPlugin_ngMeshInfo
 {
+  char* _copyOfLocalH;
+  void transferLocalH( netgen::Mesh* fromMesh, netgen::Mesh* toMesh );
+  void restoreLocalH( netgen::Mesh* ngMesh);
}

11 years agoMerge from V6_5_BR 05/06/2012
vsr [Tue, 5 Jun 2012 12:34:35 +0000 (12:34 +0000)]
Merge from V6_5_BR 05/06/2012

12 years agoPorting documentation on the Doxygen-1.8.0 V6_5_0a1
rnv [Thu, 12 Apr 2012 07:13:25 +0000 (07:13 +0000)]
Porting documentation on the Doxygen-1.8.0

12 years ago0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins...
rnv [Tue, 27 Mar 2012 13:52:19 +0000 (13:52 +0000)]
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module: Update documentation.

12 years ago0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins...
rnv [Tue, 27 Mar 2012 13:30:22 +0000 (13:30 +0000)]
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module: Update documentation.

12 years ago0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins...
rnv [Tue, 27 Mar 2012 13:18:43 +0000 (13:18 +0000)]
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module: Update documentation.

12 years ago0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins...
rnv [Tue, 27 Mar 2012 13:17:20 +0000 (13:17 +0000)]
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module: Update documentation.

12 years ago0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins...
rnv [Tue, 27 Mar 2012 13:02:49 +0000 (13:02 +0000)]
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module: Update documentation.

12 years agoAdd functions to know that SALOME module version is development one
vsr [Thu, 22 Mar 2012 11:13:49 +0000 (11:13 +0000)]
Add functions to know that SALOME module version is development one

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 14 Mar 2012 17:32:01 +0000 (17:32 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

   At finish using netgen, delete netgen::testout fstream in addition to "test.out" file

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Sun, 11 Mar 2012 08:50:43 +0000 (08:50 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

fix class NETGEN_1D2D_Algorithm_2

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 15:22:27 +0000 (15:22 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

1) Use TVar structure to dump arguments that can be defined via notebook variables
2)
+  // method intended to remove explicit treatment of Netgen hypotheses from
+  // SMESH_NoteBook to assure backward compatibility after implemeneting
+  // issue 0021308: Remove hard-coded dependency of the external mesh plugins
+  virtual int getParamIndex(const TCollection_AsciiString& method, int nbVars) const;
+
+  // method used to convert variable parameters stored in an old study
+  // into myMethod2VarParams. It should return a method name for an index of
+  // variable parameters. Index is countered from zero
+  virtual std::string getMethodOfParameter(const int paramIndex, int nbVars) const;

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 15:19:43 +0000 (15:19 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

+# Scripts to be installed.
+dist_salomescript_DATA= NETGENPluginDC.py

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 15:19:07 +0000 (15:19 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

   Call  h->SetVarParameter() instead of h->SetParameters()

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 15:17:44 +0000 (15:17 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

    Describe methods wrapping algorithms and hypotheses into python

12 years agohttp://www.salome-platform.org/forum/forum_10/416888157: NetGen local mesh size in...
eap [Mon, 5 Mar 2012 14:07:13 +0000 (14:07 +0000)]
salome-platform.org/forum/forum_10/416888157: NetGen local mesh size in Salome 6.4.0
   Move setting local size on faces after evaluation of global maxh

12 years agoReplace Descret by Discrete in variable and method names.
gdd [Fri, 17 Feb 2012 14:30:45 +0000 (14:30 +0000)]
Replace Descret by Discrete in variable and method names.

12 years agoPorting to OCCT development version: Standard_PI -> M_PI
jfa [Mon, 26 Dec 2011 14:18:17 +0000 (14:18 +0000)]
Porting to OCCT development version: Standard_PI -> M_PI

12 years agoFix NETGEN patch for development version of CASCADE (6.5.3) - OCC22292: global variab...
vsr [Tue, 20 Dec 2011 12:08:05 +0000 (12:08 +0000)]
Fix NETGEN patch for development version of CASCADE (6.5.3) - OCC22292: global variable PI has been removed

12 years ago0021438: [CEA 521] Dynamic library load error with NETGENPlugin (g++ v 4.6.1): integr...
vsr [Mon, 5 Dec 2011 12:38:45 +0000 (12:38 +0000)]
0021438: [CEA 521] Dynamic library load error with NETGENPlugin (g++ v 4.6.1): integrate patch for gcc 4.6.1

12 years agoMerge from V6_4_BR 05/12/2011
vsr [Mon, 5 Dec 2011 11:51:56 +0000 (11:51 +0000)]
Merge from V6_4_BR 05/12/2011

12 years agoFix detection of NETGEN libraries in m4 macro (didn't work on Ubuntu 11.10) V6_4_0a1
gdd [Wed, 26 Oct 2011 15:57:20 +0000 (15:57 +0000)]
Fix detection of NETGEN libraries in m4 macro (didn't work on Ubuntu 11.10)

12 years agoFix m4 macro: add missing library TKGeomBase to the linker options
gdd [Tue, 11 Oct 2011 15:28:21 +0000 (15:28 +0000)]
Fix m4 macro: add missing library TKGeomBase to the linker options

12 years ago0020918: EDF 1447 SMESH: Mesh common borders (stepbystep.py)
eap [Fri, 7 Oct 2011 11:33:30 +0000 (11:33 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders (stepbystep.py)
   initialize occgeo.face_maxh in case of usage of NETGEN_Parameters_2D hyp

12 years ago0021364: EDF NETGENPLUGIN: Dump of netgen parameters has duplicate lines
eap [Fri, 23 Sep 2011 13:01:12 +0000 (13:01 +0000)]
0021364: EDF NETGENPLUGIN: Dump of netgen parameters has duplicate lines
  dump parameters setting only of if needed, i.e. if a param is set for the
  1st time or is changed

12 years ago0021364: EDF NETGENPLUGIN: Dump of netgen parameters has duplicate lines
eap [Fri, 23 Sep 2011 12:56:21 +0000 (12:56 +0000)]
0021364: EDF NETGENPLUGIN: Dump of netgen parameters has duplicate lines
  in checkParams(), do not restore old params if check is OK

12 years agoImplementation of the issue 21276: EDF 1857 SMESH: Order of algorithms in the combobox
rnv [Thu, 22 Sep 2011 11:58:49 +0000 (11:58 +0000)]
Implementation of the issue 21276: EDF 1857 SMESH: Order of algorithms in the combobox

12 years agoFix and update translation files
gdd [Thu, 1 Sep 2011 13:40:26 +0000 (13:40 +0000)]
Fix and update translation files

12 years agoWin32 compilation.
rnv [Fri, 12 Aug 2011 11:23:37 +0000 (11:23 +0000)]
Win32 compilation.

12 years agoPorting to OCCT6.5.1
jfa [Wed, 10 Aug 2011 14:13:44 +0000 (14:13 +0000)]
Porting to OCCT6.5.1

12 years ago0021337: EDF 1924 NETGENPLUGIN: Mesh optimization
eap [Thu, 28 Jul 2011 12:42:22 +0000 (12:42 +0000)]
0021337: EDF 1924 NETGENPLUGIN: Mesh optimization
   Restore "Optimize" parameter of 2D hyps removed by mistake

12 years ago0021334: [CEA] non regression test : meshing error
eap [Mon, 25 Jul 2011 08:26:16 +0000 (08:26 +0000)]
0021334: [CEA] non regression test : meshing error

+#ifdef NETGEN_NEW
+    occgeo.face_maxh = netgen::mparam.maxh;
+#endif

12 years ago0021334: [CEA] non regression test : meshing error
eap [Mon, 25 Jul 2011 08:25:53 +0000 (08:25 +0000)]
0021334: [CEA] non regression test : meshing error
   Move resizing occgeo.face_maxh back to PrepareOCCgeometry()

12 years agoMerge from V6_3_BR 15/07/2011
vsr [Fri, 15 Jul 2011 11:23:52 +0000 (11:23 +0000)]
Merge from V6_3_BR 15/07/2011

12 years ago0021271: [CEA 473] Implement min size in netgen plugin
eap [Fri, 8 Jul 2011 12:42:09 +0000 (12:42 +0000)]
0021271: [CEA 473] Implement min size in netgen plugin
   set maxh if no hyps defined

12 years agorestore "QuadranglePreference" hyp as it can be used by NETGEN 2D
eap [Fri, 8 Jul 2011 11:42:47 +0000 (11:42 +0000)]
restore "QuadranglePreference" hyp as it can be used by NETGEN 2D
together with "Max. Elemet Area" for example

12 years ago0021271: [CEA 473] Implement min size in netgen plugin
eap [Tue, 5 Jul 2011 08:46:19 +0000 (08:46 +0000)]
0021271: [CEA 473] Implement min size in netgen plugin

12 years agoHide "Allow Quadrangles" in 3D case
eap [Tue, 5 Jul 2011 08:44:56 +0000 (08:44 +0000)]
Hide "Allow Quadrangles" in 3D case

12 years agoAdd "Allow quadrangles" to "Simple netgen parameters" hypothesis
eap [Fri, 1 Jul 2011 15:18:55 +0000 (15:18 +0000)]
Add "Allow quadrangles" to "Simple netgen parameters" hypothesis

12 years agoIPAL22173 TC6.2.0: "Netgen1D-2D" algorithm doesn't work on "flight_solid.brep"
eap [Thu, 30 Jun 2011 10:07:37 +0000 (10:07 +0000)]
IPAL22173 TC6.2.0: "Netgen1D-2D" algorithm doesn't work on "flight_solid.brep"
    Treate a case where a valid mesh is computed anyhow while the algo reports errors

12 years agornc: Removed obsolete hypothesis "quadrangle preference" which has already been remov...
gdd [Thu, 30 Jun 2011 08:41:56 +0000 (08:41 +0000)]
rnc: Removed obsolete hypothesis "quadrangle preference" which has already been removed from SMESH module

12 years agoIPAL22173 TC6.2.0: "Netgen1D-2D" algorithm doesn't work on "flight_solid.brep"
eap [Tue, 28 Jun 2011 08:26:43 +0000 (08:26 +0000)]
IPAL22173 TC6.2.0: "Netgen1D-2D" algorithm doesn't work on "flight_solid.brep"
   1) fix search of a node for edge extremities
   2) add comments

12 years agoMerge from V6_3_BR 06/06/2011
vsr [Mon, 6 Jun 2011 09:39:58 +0000 (09:39 +0000)]
Merge from V6_3_BR 06/06/2011

13 years agornc : Modification of min size of QLinEditWidget in order to let appear the default... V6_3_0a1
gdd [Fri, 8 Apr 2011 14:43:35 +0000 (14:43 +0000)]
rnc : Modification of min size of QLinEditWidget in order to let appear the default name of the hypothesis in Netgne Parameters

13 years agovalidate only enabled controls
eap [Wed, 6 Apr 2011 08:41:21 +0000 (08:41 +0000)]
validate only enabled controls

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

13 years agoUpdate patch to work with gcc 4.5
gdd [Fri, 18 Mar 2011 08:51:01 +0000 (08:51 +0000)]
Update patch to work with gcc 4.5

13 years agoImplement Cancel Compute
adam [Thu, 17 Mar 2011 11:03:40 +0000 (11:03 +0000)]
Implement Cancel Compute

13 years agoAvoid configure warning
vsr [Fri, 4 Mar 2011 16:05:25 +0000 (16:05 +0000)]
Avoid configure warning

13 years agoRemove warnings
adam [Mon, 28 Feb 2011 10:03:09 +0000 (10:03 +0000)]
Remove warnings

13 years agoRestore lost modifications done for 0020748: Add Gradation in Netgen 2D hypothesis
eap [Tue, 22 Feb 2011 14:32:46 +0000 (14:32 +0000)]
Restore lost modifications done for 0020748: Add Gradation in Netgen 2D hypothesis

13 years agopatch for netgen-4.9.13 sources
eap [Tue, 22 Feb 2011 11:39:51 +0000 (11:39 +0000)]
patch for netgen-4.9.13 sources

13 years agoremove debug output
eap [Tue, 22 Feb 2011 08:20:55 +0000 (08:20 +0000)]
remove debug output

13 years agoRegressions bugs/D3, bugs/I5
eap [Mon, 21 Feb 2011 17:53:18 +0000 (17:53 +0000)]
Regressions bugs/D3, bugs/I5
    Support sub-meshes with netgen-4.9.13

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

13 years agoRegression of SMESH_TEST/Grids/smesh/2D_mesh_NETGEN/B6 where some BR_NETGEN_4_9_13
eap [Thu, 3 Feb 2011 14:50:27 +0000 (14:50 +0000)]
Regression of SMESH_TEST/Grids/smesh/2D_mesh_NETGEN/B6 where some
EDGEs and VERTEXes ramain not meshed since equal EDGEs and VERTEXes
exist and netgen makes a sewn mesh on a not sewn geometry

13 years ago0021140: EDF 1759 SMESH: Netgen1D2D fails on subshape
eap [Tue, 25 Jan 2011 15:06:34 +0000 (15:06 +0000)]
0021140: EDF 1759 SMESH: Netgen1D2D fails on subshape
    Fix work on edges computed with the Composed Segment discretizer

13 years ago0021131: EDF 1167 NETGENPLUGIN: SIGSEGV when trying to mesh a shape with degenerated...
eap [Fri, 21 Jan 2011 17:45:09 +0000 (17:45 +0000)]
0021131: EDF 1167 NETGENPLUGIN: SIGSEGV when trying to mesh a shape with degenerated edges
   prevent access to NULL curve of the degenerated edge

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 12:25:36 +0000 (12:25 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
     to work after StdMeshers_ViscousLayers

+               opt-hypos="ViscousLayers"

13 years ago0021116: [CEA] non regression test fails
eap [Wed, 29 Dec 2010 11:59:59 +0000 (11:59 +0000)]
0021116: [CEA] non regression test fails
   make sub-meshes of degenerated EDGE's be "always computed"

13 years agoMerge from V6_2_BR 23/12/2010
vsr [Fri, 24 Dec 2010 08:22:38 +0000 (08:22 +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:04:17 +0000 (13:04 +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:50 +0000 (11:14 +0000)]
Fix problem of compilation in --without-gui mode (vtk is required even if GUI is not built)

13 years agoPR: SMDS memory improvement, VTK version from Paraview 3.9
prascle [Mon, 29 Nov 2010 13:35:09 +0000 (13:35 +0000)]
PR: SMDS memory improvement, VTK version from Paraview 3.9

13 years agoMerge from V5_1_main 26/11/2010
vsr [Fri, 26 Nov 2010 15:48:51 +0000 (15:48 +0000)]
Merge from V5_1_main 26/11/2010

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

13 years agoReplace CHECK_MPICH by CHECK_MPI
gdd [Wed, 24 Nov 2010 17:00:12 +0000 (17:00 +0000)]
Replace CHECK_MPICH by CHECK_MPI

13 years ago0021063: [CEA 434] Compilation using gnu compiler v4.5
vsr [Thu, 11 Nov 2010 13:05:42 +0000 (13:05 +0000)]
0021063: [CEA 434] Compilation using gnu compiler v4.5

13 years agoMerge from V5_1_main 10/06/2010 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
vsr [Thu, 10 Jun 2010 10:35:22 +0000 (10:35 +0000)]
Merge from V5_1_main 10/06/2010

13 years agoChanging version to 6.1.0
inv [Mon, 24 May 2010 11:54:45 +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:49:35 +0000 (15:49 +0000)]
Merge from V5_1_main 14/05/2010

14 years ago020700: EDF 1234 SMESH: Quadrangle preference and Netgen
eap [Thu, 18 Feb 2010 09:00:21 +0000 (09:00 +0000)]
020700: EDF 1234 SMESH: Quadrangle preference and Netgen

-  if ( _hypMaxElementArea || _hypLengthFromEdges )
+  if ( _hypMaxElementArea || _hypLengthFromEdges || _hypQuadranglePreference)
     aStatus = HYP_OK;

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

14 years ago0020693: EDF 1288 SMESH: Problem to recompute a mesh with a sub-mesh and a conversion...
eap [Thu, 11 Feb 2010 13:52:23 +0000 (13:52 +0000)]
0020693: EDF 1288 SMESH: Problem to recompute a mesh with a sub-mesh and a conversion linear-quadratic
* Fix check if a face is triangle

14 years ago0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh comput...
eap [Thu, 11 Feb 2010 08:29:13 +0000 (08:29 +0000)]
0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
* Redesign in order to precompute internal edges

14 years ago0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh comput...
eap [Thu, 11 Feb 2010 08:28:13 +0000 (08:28 +0000)]
0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
* Fix for internal edges

14 years ago0020682: EDF 1222 SMESH: 3D mesh from a skin mesh and with volumic cells
eap [Tue, 9 Feb 2010 11:21:29 +0000 (11:21 +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 ago0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
eap [Wed, 27 Jan 2010 10:07:11 +0000 (10:07 +0000)]
0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
  Let Netgen discretize edges to know nb of segments