]>
SALOME platform Git repositories - plugins/netgenplugin.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
eap [Tue, 30 Mar 2010 08:02:25 +0000 (08:02 +0000)]
0020676 : EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
* Care of nodes on vertices that can be shared between wires
eap [Mon, 29 Mar 2010 07:36:37 +0000 (07:36 +0000)]
Fix regression on reversed submeshes
- Netgen_triangle[ isRev ? 3-iN : iN ] = ngID;
+ Netgen_triangle[ isRev ? 2-iN : iN ] = ngID;
eap [Fri, 26 Mar 2010 13:59:27 +0000 (13:59 +0000)]
Provide correct error description in case of intersecting triangles
eap [Thu, 25 Mar 2010 14:16:34 +0000 (14:16 +0000)]
-#define DUMP_TRIANGLES_SCRIPT "/tmp/trias.py" //!< debug addIntVerticesInSolids()
+//#define DUMP_TRIANGLES_SCRIPT "/tmp/trias.py" //!< debug addIntVerticesInSolids()
eap [Thu, 25 Mar 2010 14:15:39 +0000 (14:15 +0000)]
0020676 : EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
* Make NETGEN take into account internal vertices in faces and solids
* Simplify solution for internal faces
eap [Thu, 18 Mar 2010 09:51:47 +0000 (09:51 +0000)]
0020676 : EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
* Solve problem with internal edges and faces
eap [Fri, 12 Mar 2010 11:56:06 +0000 (11:56 +0000)]
0020776 : EDF 1329 NETGENPLUGIN : Create Group from Geometry issue
* Prevent setting a wrong node on vertex in case if there are equal vertices in the shape
eap [Fri, 12 Mar 2010 08:36:16 +0000 (08:36 +0000)]
0020682 : EDF 1222 SMESH: 3D mesh from a skin mesh and with volumic cells
* Redesign to solve pb with internal face (StudyFiss_bugNetgen3D.hdf)
eap [Fri, 12 Mar 2010 08:34:55 +0000 (08:34 +0000)]
0020682 : EDF 1222 SMESH: 3D mesh from a skin mesh and with volumic cells
* Pb with internal face (StudyFiss_bugNetgen3D.hdf)
+ static SMESH_ComputeErrorPtr readErrors(const std::vector< const SMDS_MeshNode* >& nodeVec);
which is used to show links that lead to "some edges multiple times in surface mesh" error
eap [Tue, 9 Mar 2010 07:17:04 +0000 (07:17 +0000)]
0020693 : EDF 1288 SMESH: Problem to recompute a mesh with a sub-mesh and a conversion linear-quadratic
* Take into account all nodes on edge in case of mixed linear/quadratic mesh
adam [Tue, 2 Mar 2010 15:52:36 +0000 (15:52 +0000)]
*** empty log message ***
adam [Mon, 1 Mar 2010 16:37:18 +0000 (16:37 +0000)]
windows port.
adam [Mon, 1 Mar 2010 16:36:32 +0000 (16:36 +0000)]
*** empty log message ***
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
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
eap [Tue, 26 Jan 2010 07:16:30 +0000 (07:16 +0000)]
untabify
vsr [Tue, 8 Dec 2009 16:04:11 +0000 (16:04 +0000)]
Merge from V5_1_3_BR branch (07/12/09)
adam [Tue, 27 Oct 2009 13:04:27 +0000 (13:04 +0000)]
*** empty log message ***
adam [Mon, 26 Oct 2009 17:13:37 +0000 (17:13 +0000)]
Netgen 4.9.11 compatibility
maintenance team [Mon, 12 Oct 2009 07:30:13 +0000 (07:30 +0000)]
Changing version to 5.1.3
eap [Thu, 8 Oct 2009 13:48:26 +0000 (13:48 +0000)]
minor change
eap [Thu, 8 Oct 2009 13:41:49 +0000 (13:41 +0000)]
0020526 : [CEA] Disk meshing fails
care of orientation of a sole edge in a wire
eap [Thu, 8 Oct 2009 13:39:52 +0000 (13:39 +0000)]
0020526 : [CEA] Disk meshing fails
1) in PrepareOCCgeometry(), map all subshapes in meshedSM is not provided
2) untabify
vsr [Thu, 1 Oct 2009 11:42:20 +0000 (11:42 +0000)]
Remove JoinObjectParameters() method
vsr [Thu, 1 Oct 2009 11:15:36 +0000 (11:15 +0000)]
Issue
0020377 : [windows] Problems with OSD_File Remove
ptv [Thu, 1 Oct 2009 06:28:39 +0000 (06:28 +0000)]
0019296 : Too small Max element Area
adam [Mon, 14 Sep 2009 14:58:16 +0000 (14:58 +0000)]
Fix an un-initialisation
vsr [Wed, 26 Aug 2009 07:02:49 +0000 (07:02 +0000)]
Issue 20371: remove the creation of netgen.prof : additional patch
skl [Tue, 25 Aug 2009 07:49:58 +0000 (07:49 +0000)]
Additional protection in method Evaluate().
ptv [Tue, 25 Aug 2009 05:47:16 +0000 (05:47 +0000)]
0019296 : EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
Replace hard coded values of element types by new enumeration (added in advanced mesh info Improvement)
vsr [Fri, 21 Aug 2009 08:32:58 +0000 (08:32 +0000)]
Issue 20406: Time compilation when recompiling
vsr [Thu, 13 Aug 2009 05:40:23 +0000 (05:40 +0000)]
Issue
0020194 : EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined
adam [Fri, 7 Aug 2009 08:53:33 +0000 (08:53 +0000)]
Contribution from Eduardo Suárez <esuarez@itccanarias.org>
on the forum ...
adam [Fri, 7 Aug 2009 08:11:56 +0000 (08:11 +0000)]
Fix :
o The incomplete makeForSalome.sh
o missing #include <cstring> in
libsrc/general/symbolta.hpp
libsrc/occ/occgeom.hpp
skl [Thu, 6 Aug 2009 12:46:03 +0000 (12:46 +0000)]
Protection before invalid hypothesises for "Evaluate" operation.
vsr [Wed, 15 Jul 2009 08:19:56 +0000 (08:19 +0000)]
Merge from V5_1_2_BR branch (14 July 2009)
maintenance team [Fri, 10 Jul 2009 06:26:38 +0000 (06:26 +0000)]
Fix compilation problem on Debian Sarge
skl [Mon, 29 Jun 2009 13:17:40 +0000 (13:17 +0000)]
Implememtation of evaluation for improvement
0019296 .
eap [Wed, 10 Jun 2009 09:02:43 +0000 (09:02 +0000)]
0020206 : EDF SMESH 987: Netgen1D2D3D +submesh (Regression : Compute Mesh_2)
SMDS_MeshElement::GetNode() no more wraps indices
maintenance team [Mon, 1 Jun 2009 10:25:38 +0000 (10:25 +0000)]
Changing version to 5.1.2
vsr [Fri, 29 May 2009 07:02:39 +0000 (07:02 +0000)]
Issue 20371: remove the creation of netgen.prof ?
adam [Tue, 26 May 2009 09:43:27 +0000 (09:43 +0000)]
cmake port
vsr [Fri, 22 May 2009 12:35:34 +0000 (12:35 +0000)]
0020354 : EDF 1031 OTHER warnings with automake 1.10
eap [Tue, 19 May 2009 15:44:24 +0000 (15:44 +0000)]
0020279 : [CEA 334] control the "random" use when using mesh algorithms
sort faces by IDs
eap [Thu, 12 Mar 2009 12:11:11 +0000 (12:11 +0000)]
0020206 : EDF SMESH 987: Netgen1D2D3D +submesh
orient previosly generated faces correctly
eap [Tue, 10 Mar 2009 16:36:42 +0000 (16:36 +0000)]
0020200 : EDF SMESH 983: changing algo of a mesh and switching back to original algo leads to different result than original
sort nodes by ID
eap [Tue, 10 Mar 2009 10:51:11 +0000 (10:51 +0000)]
0020198 : EDF NETGENPLUGIN 979 : mesh of parallepiped with Netgen1D2D3D crashes Salome
- mparams.grading = 0;
+ mparams.grading = 0.01;
adam [Fri, 6 Mar 2009 15:11:53 +0000 (15:11 +0000)]
Test EXPORTS definition with target name as suggested by cmake
mzn [Wed, 25 Feb 2009 17:53:39 +0000 (17:53 +0000)]
Fix for bug
0019977 : Installation of Salome modules wihtout gui.
adam [Tue, 24 Feb 2009 09:35:11 +0000 (09:35 +0000)]
compatibility windows compilation with cmake
adam [Tue, 24 Feb 2009 09:09:25 +0000 (09:09 +0000)]
*** empty log message ***
eap [Tue, 24 Feb 2009 08:28:39 +0000 (08:28 +0000)]
19923: EDF 765 SMESH : default values of hypothesis
set default values
maintenance team [Wed, 18 Feb 2009 07:06:20 +0000 (07:06 +0000)]
Changing version to 5.1.1
vsr [Tue, 17 Feb 2009 07:15:34 +0000 (07:15 +0000)]
Merge from BR_V5_DEV
16Feb09
jfa [Fri, 7 Mar 2008 07:47:18 +0000 (07:47 +0000)]
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
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