]>
SALOME platform Git repositories - plugins/netgenplugin.git/log
prascle [Thu, 7 Feb 2013 14:47:42 +0000 (14:47 +0000)]
PR: distributed geom and smesh scripts: first step
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!
vsr [Mon, 19 Nov 2012 11:19:26 +0000 (11:19 +0000)]
Increment version to 6.6.0
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>
ana [Mon, 22 Oct 2012 07:41:30 +0000 (07:41 +0000)]
Generating documentation by CMake:small fix
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.
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
eap [Mon, 15 Oct 2012 15:01:02 +0000 (15:01 +0000)]
No newline at end of file
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
eap [Fri, 21 Sep 2012 14:36:34 +0000 (14:36 +0000)]
initialize myAllowQuadrangles for 3D hyp
eap [Wed, 29 Aug 2012 17:57:20 +0000 (17:57 +0000)]
-#include "SMESH_*D_Algo.hxx"
+#include "SMESH_Algo.hxx"
eap [Fri, 24 Aug 2012 13:34:49 +0000 (13:34 +0000)]
comment out obsolete methods relating to treatment of notebook variables
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
vsr [Wed, 22 Aug 2012 11:48:28 +0000 (11:48 +0000)]
Minor change for documentation generation
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)
eap [Mon, 13 Aug 2012 11:06:24 +0000 (11:06 +0000)]
remove commented code
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
eap [Mon, 23 Jul 2012 10:44:44 +0000 (10:44 +0000)]
class NETGEN_2D_Only_Algorithm(NETGEN_Algorithm):
...
+ def SetQuadAllowed(self, toAllow=True):
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();
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
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
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
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
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);
}
vsr [Tue, 5 Jun 2012 12:34:35 +0000 (12:34 +0000)]
Merge from V6_5_BR 05/06/2012
rnv [Thu, 12 Apr 2012 07:13:25 +0000 (07:13 +0000)]
Porting documentation on the Doxygen-1.8.0
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.
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.
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.
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.
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.
vsr [Thu, 22 Mar 2012 11:13:49 +0000 (11:13 +0000)]
Add functions to know that SALOME module version is development one
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
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
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;
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
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()
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
eap [Mon, 5 Mar 2012 14:07:13 +0000 (14:07 +0000)]
http://www.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
gdd [Fri, 17 Feb 2012 14:30:45 +0000 (14:30 +0000)]
Replace Descret by Discrete in variable and method names.
jfa [Mon, 26 Dec 2011 14:18:17 +0000 (14:18 +0000)]
Porting to OCCT development version: Standard_PI -> M_PI
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
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
vsr [Mon, 5 Dec 2011 11:51:56 +0000 (11:51 +0000)]
Merge from V6_4_BR 05/12/2011
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)
gdd [Tue, 11 Oct 2011 15:28:21 +0000 (15:28 +0000)]
Fix m4 macro: add missing library TKGeomBase to the linker options
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
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
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
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
gdd [Thu, 1 Sep 2011 13:40:26 +0000 (13:40 +0000)]
Fix and update translation files
rnv [Fri, 12 Aug 2011 11:23:37 +0000 (11:23 +0000)]
Win32 compilation.
jfa [Wed, 10 Aug 2011 14:13:44 +0000 (14:13 +0000)]
Porting to OCCT6.5.1
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
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
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()
vsr [Fri, 15 Jul 2011 11:23:52 +0000 (11:23 +0000)]
Merge from V6_3_BR 15/07/2011
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
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
eap [Tue, 5 Jul 2011 08:46:19 +0000 (08:46 +0000)]
0021271 : [CEA 473] Implement min size in netgen plugin
eap [Tue, 5 Jul 2011 08:44:56 +0000 (08:44 +0000)]
Hide "Allow Quadrangles" in 3D case
eap [Fri, 1 Jul 2011 15:18:55 +0000 (15:18 +0000)]
Add "Allow quadrangles" to "Simple netgen parameters" hypothesis
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
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
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
vsr [Mon, 6 Jun 2011 09:39:58 +0000 (09:39 +0000)]
Merge from V6_3_BR 06/06/2011
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
eap [Wed, 6 Apr 2011 08:41:21 +0000 (08:41 +0000)]
validate only enabled controls
adam [Sat, 19 Mar 2011 18:19:11 +0000 (18:19 +0000)]
Activate WITH_SMESH_CANCEL_COMPUTE with automake
gdd [Fri, 18 Mar 2011 08:51:01 +0000 (08:51 +0000)]
Update patch to work with gcc 4.5
adam [Thu, 17 Mar 2011 11:03:40 +0000 (11:03 +0000)]
Implement Cancel Compute
vsr [Fri, 4 Mar 2011 16:05:25 +0000 (16:05 +0000)]
Avoid configure warning
adam [Mon, 28 Feb 2011 10:03:09 +0000 (10:03 +0000)]
Remove warnings
eap [Tue, 22 Feb 2011 14:32:46 +0000 (14:32 +0000)]
Restore lost modifications done for
0020748 : Add Gradation in Netgen 2D hypothesis
eap [Tue, 22 Feb 2011 11:39:51 +0000 (11:39 +0000)]
patch for netgen-4.9.13 sources
eap [Tue, 22 Feb 2011 08:20:55 +0000 (08:20 +0000)]
remove debug output
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
adam [Thu, 17 Feb 2011 14:41:02 +0000 (14:41 +0000)]
Remove warnings
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
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
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
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"
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"
vsr [Fri, 24 Dec 2010 08:22:38 +0000 (08:22 +0000)]
Merge from V6_2_BR 23/12/2010
vsr [Mon, 6 Dec 2010 13:04:17 +0000 (13:04 +0000)]
Improve hack_libtool utility to workaround problems on some Linux configurations
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)
prascle [Mon, 29 Nov 2010 13:35:09 +0000 (13:35 +0000)]
PR: SMDS memory improvement, VTK version from Paraview 3.9
vsr [Fri, 26 Nov 2010 15:48:51 +0000 (15:48 +0000)]
Merge from V5_1_main 26/11/2010
vsr [Thu, 25 Nov 2010 12:50:21 +0000 (12:50 +0000)]
Merge from V5_1_main branch 24/11/2010
gdd [Wed, 24 Nov 2010 17:00:12 +0000 (17:00 +0000)]
Replace CHECK_MPICH by CHECK_MPI
vsr [Thu, 11 Nov 2010 13:05:42 +0000 (13:05 +0000)]
0021063 : [CEA 434] Compilation using gnu compiler v4.5
vsr [Thu, 10 Jun 2010 10:35:22 +0000 (10:35 +0000)]
Merge from V5_1_main 10/06/2010
inv [Mon, 24 May 2010 11:54:45 +0000 (11:54 +0000)]
Changing version to 6.1.0
vsr [Fri, 14 May 2010 15:49:35 +0000 (15:49 +0000)]
Merge from V5_1_main 14/05/2010
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;
ouv [Thu, 11 Feb 2010 16:44:17 +0000 (16:44 +0000)]
Additional fix for issue
0020692 : Duplicate check_*.m4 between modules.
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
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
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
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