]>
SALOME platform Git repositories - plugins/blsurfplugin.git/log
mpa [Wed, 23 Oct 2013 10:14:24 +0000 (10:14 +0000)]
CMake: doing proper string comparison in IF clause
mpa [Tue, 22 Oct 2013 14:07:53 +0000 (14:07 +0000)]
Improve make dev_docs step:
- It does not install anything; only generates output with doxygen
- make install installs output files generated by make dev_docs
- make clean cleans generated files
mpa [Tue, 22 Oct 2013 13:00:57 +0000 (13:00 +0000)]
Cmake: add a deletion of documentation directory to command make clean
mpa [Tue, 22 Oct 2013 12:57:16 +0000 (12:57 +0000)]
CMake: using SALOME_ACCUMULATE_HEADERS() to populate the complete list of includes required by BLSURFPLUGIN header files
mpa [Tue, 22 Oct 2013 12:56:02 +0000 (12:56 +0000)]
- SALOME_BUILD_DOC, SALOME_BUILD_TESTS and SALOME_BUILD_GUI should be independent in each module
- Add definitions and include directories of dependent modules
rnv [Tue, 22 Oct 2013 09:14:55 +0000 (09:14 +0000)]
Porting BLSURFPLUGIN SALOME module to the CMake build system: initial version.
bourcier [Tue, 22 Oct 2013 09:03:32 +0000 (09:03 +0000)]
Adding a horizontal QSplitter to be able to strech the table.
bourcier [Mon, 21 Oct 2013 10:26:30 +0000 (10:26 +0000)]
Always use PreCAD if a PreCAD option has been set, don't matter if topology has been set to PreCAD.
bourcier [Fri, 18 Oct 2013 15:14:05 +0000 (15:14 +0000)]
Fix bug with PreCAD options as char not taken into account.
Now, we can use SetPreCADOptionValue( 'tags', 'ignore' ) in TUI and in GUI.
eap [Wed, 16 Oct 2013 18:02:15 +0000 (18:02 +0000)]
22350: EDF 2747 SMESH: Coincident nodes with BLSURF
Do not merge nodes on VERTEXes, rather use a node assigned to a VERTEX instead
eap [Thu, 10 Oct 2013 12:34:50 +0000 (12:34 +0000)]
22340: EDF 2748 SMESH : 2D viscous layer crash with BLSURF
fix makeProxyFace() for a FACE with holes
bourcier [Tue, 8 Oct 2013 13:53:26 +0000 (13:53 +0000)]
- Remove an unwanted line.
- Set edge_orientation to 1, needed for complex Representative Volume Elements, and works in all cases.
bourcier [Tue, 8 Oct 2013 11:56:53 +0000 (11:56 +0000)]
Fix bug with dump study in PreCad periodicity without vertices set from GUI
bourcier [Thu, 3 Oct 2013 09:14:13 +0000 (09:14 +0000)]
Merge from BR_V7_periodicity 03/10/2013:
Adding periodicity into the BLSURF Paramaters dialog box
eap [Thu, 26 Sep 2013 08:24:27 +0000 (08:24 +0000)]
-#include "GEOM_Object.hxx"
inv [Fri, 23 Aug 2013 08:49:16 +0000 (08:49 +0000)]
Fix compilation problems on 32bit platforms (wrong CORBA mappings)
eap [Fri, 23 Aug 2013 07:35:45 +0000 (07:35 +0000)]
0022103 : EDF 2550 SMESH : Allow viscous layer with 3D extrusion (BLSURF pb)
Fix merge of pre-exiting and just computed nodes on EDGEs
bool compute(SMESH_Mesh& aMesh,
const TopoDS_Shape& aShape,
+ bool allowSubMeshClearing);
bourcier [Thu, 22 Aug 2013 12:54:55 +0000 (12:54 +0000)]
Merge from BR_V7_periodicity 22/08/2013
eap [Wed, 7 Aug 2013 09:34:51 +0000 (09:34 +0000)]
0022291 : EDF 2712 SMESH: Bad dump of QuadrangleParameters
+ idl-module="BLSURFPlugin"
eap [Wed, 31 Jul 2013 08:29:32 +0000 (08:29 +0000)]
0022266 : EDF 2703 SMESH: Gradation priority with BLSurf
+ set_param(css, "max_number_of_points_per_patch", "
1000000 ");
rnc [Wed, 24 Jul 2013 13:48:22 +0000 (13:48 +0000)]
IMP: Japanese translations
eap [Mon, 8 Jul 2013 11:27:50 +0000 (11:27 +0000)]
Compute Progress bar
eap [Wed, 26 Jun 2013 09:17:43 +0000 (09:17 +0000)]
+ <source>ZERO_VALUE_OF</source>
+ <translation type="unfinished">Invalid value (zero) of "%1"</translation>
eap [Wed, 26 Jun 2013 09:17:17 +0000 (09:17 +0000)]
CoTech decision: move MEDWrapper from MED to SMESH
Remove dependency on MED
akl [Thu, 23 May 2013 08:57:25 +0000 (08:57 +0000)]
Fix of
0022207 : EDF 2182 BLSURFPLUGIN: The user is allowed to enter 0 as a global or local size.
Error message is shown now if 'User Size', 'Max Size', 'Mesh angle', 'Mesh distance' contains zero value and user clicks 'OK' in dialog.
The same message is generated at attempt to add or modify items of table in 'Local size' tab by 'Add'/'Modify' buttons.
eap [Fri, 17 May 2013 13:08:06 +0000 (13:08 +0000)]
0022207 : EDF 2182 BLSURFPLUGIN: The user is allowed to enter 0 as a global or local size.
Attempt No 1
inv [Mon, 15 Apr 2013 07:11:34 +0000 (07:11 +0000)]
Fix make ditcheck problem
akl [Mon, 15 Apr 2013 06:59:45 +0000 (06:59 +0000)]
Correct the copyrights
vsr [Fri, 12 Apr 2013 15:23:22 +0000 (15:23 +0000)]
Increment version to 7.2.0
akl [Thu, 11 Apr 2013 11:30:57 +0000 (11:30 +0000)]
Using HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and customize the header and footer only.
akl [Thu, 11 Apr 2013 07:20:37 +0000 (07:20 +0000)]
Using HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and customize the header and footer only.
akl [Thu, 11 Apr 2013 07:12:30 +0000 (07:12 +0000)]
Install example scripts.
akl [Thu, 11 Apr 2013 06:37:29 +0000 (06:37 +0000)]
Using HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and customize the header and footer only.
akl [Thu, 11 Apr 2013 06:22:23 +0000 (06:22 +0000)]
Using HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and customize the header and footer only.
vsr [Mon, 8 Apr 2013 16:29:57 +0000 (16:29 +0000)]
Improve documentation
vsr [Mon, 8 Apr 2013 16:06:58 +0000 (16:06 +0000)]
Improve documentation
vsr [Fri, 5 Apr 2013 11:19:34 +0000 (11:19 +0000)]
Restore documentation of methods dynamically added by plug-ins to the Mesh class, killed by previous integration
vsr [Fri, 5 Apr 2013 09:42:24 +0000 (09:42 +0000)]
Restore documentation of methods dynamically added by plug-ins to the Mesh class, killed by previous integration
vsr [Thu, 4 Apr 2013 07:09:30 +0000 (07:09 +0000)]
Merge from BR_plugins_pbyacs 03/04/2013
inv [Thu, 4 Apr 2013 06:45:14 +0000 (06:45 +0000)]
Fix bug with missing documentation for dynamic methods
vsr [Mon, 1 Apr 2013 13:26:48 +0000 (13:26 +0000)]
Merge from V6_main 01/04/2013
vsr [Wed, 20 Mar 2013 11:14:32 +0000 (11:14 +0000)]
Set dev tag back to 1
vsr [Wed, 20 Mar 2013 09:29:52 +0000 (09:29 +0000)]
Increment version of 7.1.0
vsr [Fri, 15 Mar 2013 14:51:55 +0000 (14:51 +0000)]
Merge from V6_main 15/03/2013
vsr [Wed, 6 Mar 2013 13:59:38 +0000 (13:59 +0000)]
Merge from V6_main 06/03/2013
vsr [Thu, 28 Feb 2013 15:40:38 +0000 (15:40 +0000)]
Merge from V6_main 28/02/2013
vsr [Tue, 12 Feb 2013 14:45:52 +0000 (14:45 +0000)]
Merge from V6_main 11/02/2013
gdd [Wed, 9 Jan 2013 17:53:21 +0000 (17:53 +0000)]
Small modifications
vsr [Thu, 13 Dec 2012 12:19:49 +0000 (12:19 +0000)]
Merge from V6_main 13/12/2012
vsr [Mon, 8 Oct 2012 13:09:32 +0000 (13:09 +0000)]
Merge from V6_main (04/10/2012)
inv [Wed, 15 Aug 2012 10:49:25 +0000 (10:49 +0000)]
Increment version number (prepare SALOME version 7.0.0)
vsr [Thu, 9 Aug 2012 11:51:48 +0000 (11:51 +0000)]
Merge from V6_main_20120808 08Aug12
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