]>
SALOME platform Git repositories - plugins/blsurfplugin.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
inv [Tue, 5 Oct 2010 11:55:13 +0000 (11:55 +0000)]
Changing version to 5.1.5
vsr [Wed, 22 Sep 2010 14:17:42 +0000 (14:17 +0000)]
Hack libtool (!) to workaround problem with wrong linkage of native libraries
eap [Fri, 17 Sep 2010 05:53:51 +0000 (05:53 +0000)]
0020993 : EDF 1571 BLSURFPLUGIN: BlSurf can't mesh a disk with a disk included in it
+ // make INTERNAL face oriented FORWARD (issue
0020993 )
+ if (f.Orientation() != TopAbs_FORWARD && f.Orientation() != TopAbs_REVERSED )
+ f.Orientation(TopAbs_FORWARD);
eap [Wed, 15 Sep 2010 10:19:55 +0000 (10:19 +0000)]
0020968 :
EDF1545 SMESH: Problem in the creation of a mesh group on geometry
Correct a default _phySize
BLSURFPlugin_BLSURF.cxx
+ // GetDefaultPhySize() sometimes leads to computation failure
+ _phySize = mesh.GetShapeDiagonalSize() / _gen->GetBoundaryBoxSegmentation();
BLSURFPlugin_BLSURF.hxx
- void SetParameters(const BLSURFPlugin_Hypothesis* hyp, blsurf_session_t *bls);
+ void SetParameters(const BLSURFPlugin_Hypothesis* hyp, blsurf_session_t *bls,SMESH_Mesh& aMesh);
vsr [Tue, 31 Aug 2010 09:14:42 +0000 (09:14 +0000)]
SALOME internationalization: add textual resources for French language
vsr [Tue, 31 Aug 2010 07:25:20 +0000 (07:25 +0000)]
SALOME internationalization: add textual resources for French language
gdd [Tue, 27 Jul 2010 09:51:30 +0000 (09:51 +0000)]
Study can be NULL => do not write MESSAGE
adam [Fri, 11 Jun 2010 13:09:52 +0000 (13:09 +0000)]
cmake on 64 bits
vsr [Thu, 10 Jun 2010 07:03:06 +0000 (07:03 +0000)]
Merge from V5_1_4_BR (5_1_4rc2) 09/06/2010
vsr [Fri, 7 May 2010 15:14:06 +0000 (15:14 +0000)]
Merge from V5_1_4_BR 07/05/2010
dmv [Fri, 12 Mar 2010 11:23:51 +0000 (11:23 +0000)]
0020769 : [CEA 398] Problem with BLSurf Plugin
adam [Tue, 2 Mar 2010 15:48:37 +0000 (15:48 +0000)]
windows port
nge [Mon, 15 Feb 2010 10:29:37 +0000 (10:29 +0000)]
Fix of issue EDF 1287 BLSURFPLUGIN: Problem of size map on edge
ouv [Thu, 11 Feb 2010 16:43:58 +0000 (16:43 +0000)]
Additional fix for issue
0020692 : Duplicate check_*.m4 between modules.
ouv [Tue, 2 Feb 2010 11:48:32 +0000 (11:48 +0000)]
Fix of issue
0020679 : EDF 1264 BLSURFPLUGIN: Crash of Salome during mesh computation, locale issue
nge [Tue, 2 Feb 2010 09:56:00 +0000 (09:56 +0000)]
Remove PreCAD related code
nge [Thu, 28 Jan 2010 16:18:42 +0000 (16:18 +0000)]
Added some comments
Add basic support of distene PreCAD tool
nge [Mon, 18 Jan 2010 16:32:01 +0000 (16:32 +0000)]
Remove unnecessary print text
eap [Fri, 15 Jan 2010 13:04:43 +0000 (13:04 +0000)]
0020656 : EDF 883 SMESH: A face is badly meshed with BlSurf - Netgen1D2D is OK
* Make nodes on vertices and edges be located at their 3d
representation instead of projections on face surface
vsr [Tue, 8 Dec 2009 16:13:17 +0000 (16:13 +0000)]
Merge from V5_1_3_BR branch (07/12/09)
vsr [Mon, 23 Nov 2009 14:50:16 +0000 (14:50 +0000)]
Move GeomSelectionTools from BLSURF module to SMESH
eap [Fri, 30 Oct 2009 11:29:12 +0000 (11:29 +0000)]
untabify
eap [Fri, 30 Oct 2009 09:34:10 +0000 (09:34 +0000)]
untabify
adam [Mon, 12 Oct 2009 08:17:18 +0000 (08:17 +0000)]
windows port
maintenance team [Mon, 12 Oct 2009 07:30:15 +0000 (07:30 +0000)]
Changing version to 5.1.3
adam [Fri, 9 Oct 2009 14:34:57 +0000 (14:34 +0000)]
windows port
nge [Thu, 8 Oct 2009 14:28:00 +0000 (14:28 +0000)]
small GUI modification
nge [Thu, 8 Oct 2009 11:24:28 +0000 (11:24 +0000)]
Correction after merge
nge [Thu, 8 Oct 2009 11:24:06 +0000 (11:24 +0000)]
Correction (missing at end of line)
nge [Thu, 8 Oct 2009 10:18:52 +0000 (10:18 +0000)]
merge from branch V5_1_sizemap tag mergeto_V5_1_main_8oct09
adam [Fri, 18 Sep 2009 13:17:15 +0000 (13:17 +0000)]
windows port
adam [Fri, 18 Sep 2009 12:46:52 +0000 (12:46 +0000)]
windows port
adam [Fri, 18 Sep 2009 09:00:49 +0000 (09:00 +0000)]
Port new blsurf version on windows
nge [Mon, 14 Sep 2009 09:48:11 +0000 (09:48 +0000)]
Recover previously removed includes.
ptv [Tue, 25 Aug 2009 05:19:06 +0000 (05:19 +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:31:11 +0000 (08:31 +0000)]
Issue 20406: Time compilation when recompiling
vsr [Thu, 13 Aug 2009 04:54:02 +0000 (04:54 +0000)]
Issue
0020194 : EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined
vsr [Fri, 24 Jul 2009 05:36:59 +0000 (05:36 +0000)]
Issue
0020436 : [ CEA 348 ] Update plugin BLSURF (2.7 -> 2.8)
vsr [Wed, 15 Jul 2009 08:16:02 +0000 (08:16 +0000)]
Merge from V5_1_2_BR branch (14 July 2009)
vsr [Fri, 10 Jul 2009 06:43:22 +0000 (06:43 +0000)]
Fix compilation problem on Debian Sarge
skl [Mon, 29 Jun 2009 13:14:25 +0000 (13:14 +0000)]
Implememtation of evaluation for improvement
0019296 .
vsr [Thu, 4 Jun 2009 15:43:00 +0000 (15:43 +0000)]
Fix automake problem
vsr [Thu, 4 Jun 2009 14:20:32 +0000 (14:20 +0000)]
Fix automake problem
nge [Wed, 3 Jun 2009 16:41:06 +0000 (16:41 +0000)]
Remove useless files
nge [Wed, 3 Jun 2009 16:35:48 +0000 (16:35 +0000)]
Fixes:
- Compilation with option --without-gui is OK (engine does not depend on GUI anymore ...)
- Multi-study now fully available
- Works with stand-alone CPP container
maintenance team [Mon, 1 Jun 2009 10:25:41 +0000 (10:25 +0000)]
Changing version to 5.1.2
nge [Fri, 29 May 2009 14:34:14 +0000 (14:34 +0000)]
Size Map feature integration.
Dev doc added.
adam [Wed, 27 May 2009 13:16:44 +0000 (13:16 +0000)]
*** empty log message ***
adam [Wed, 27 May 2009 09:25:44 +0000 (09:25 +0000)]
compatibility cmake and gcc 4.3.2
vsr [Fri, 22 May 2009 12:21:01 +0000 (12:21 +0000)]
0020354 : EDF 1031 OTHER warnings with automake 1.10
mzn [Wed, 25 Feb 2009 17:54:48 +0000 (17:54 +0000)]
Fix for bug
0019977 : Installation of Salome modules wihtout gui.
vsr [Wed, 25 Feb 2009 04:59:47 +0000 (04:59 +0000)]
Change version to 5.1.1
vsr [Tue, 17 Feb 2009 07:37:27 +0000 (07:37 +0000)]
Merge from BR_V5_DEV
17Feb09
jfa [Thu, 27 Mar 2008 14:38:52 +0000 (14:38 +0000)]
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
jfa [Wed, 28 Mar 2007 08:03:32 +0000 (08:03 +0000)]
Import a new plugin, sent by Stephane LIAUZU