mpa
|
4052f4fdf1
|
Cmake: add a deletion of documentation directory to command make clean
|
2013-10-23 06:51:01 +00:00 |
|
mpa
|
9569036bf2
|
- SALOME_BUILD_DOC, SALOME_BUILD_TESTS and SALOME_BUILD_DOC should be independent in each module
- Add definitions and include directories of dependent modules
|
2013-10-23 06:48:43 +00:00 |
|
vsr
|
2c329c3f03
|
Add alternative automatic triangulation and tetrahedralization hypotheses sets
|
2013-10-18 11:11:48 +00:00 |
|
vsr
|
0cb412870a
|
Correct netgen headers detection
|
2013-10-14 13:44:14 +00:00 |
|
rnc
|
34970f3a3d
|
IMP: NETGENPLUGIN / CMake build procedure: CAS and VTK can be found on the base of the configuration exposed by GUI if any
|
2013-10-14 09:16:04 +00:00 |
|
rnv
|
a6960ceab7
|
Porting NETGENPLUGIN SALOME module build procedure to the CMake build system: initial version.
|
2013-10-11 12:38:59 +00:00 |
|
eap
|
8d75206ca6
|
Pb: nothing is generated on several-solids shape if there is a
sub-mesh on an empty geom group.
|
2013-10-10 10:28:16 +00:00 |
|
eap
|
005805f161
|
-#include "GEOM_Object.hxx"
|
2013-09-26 08:21:18 +00:00 |
|
eap
|
f5389785da
|
22170: [CEA 704] Redirect NETGEN outup in a log file
redirect cout-output to the file as well
|
2013-09-10 13:41:19 +00:00 |
|
eap
|
d3f5a4cc76
|
Progress bar
|
2013-09-03 15:43:58 +00:00 |
|
eap
|
5a195df013
|
- cout << "NOTE: netgen output log was REMOVED " << _outputFileName << endl;
|
2013-08-23 15:00:28 +00:00 |
|
vsr
|
229f703ec6
|
Merge from V7_2_BR 09/08/2013
|
2013-08-12 10:51:49 +00:00 |
|
eap
|
328c64b611
|
Fix regression of SMESH_TEST/Grids/smesh/3D_mesh_Extrusion/A3
Pb with INTERNAL FACE
|
2013-08-08 14:48:03 +00:00 |
|
eap
|
93e99a8303
|
0022291: EDF 2712 SMESH: Bad dump of QuadrangleParameters
+ idl-module="NETGENPlugin"
|
2013-08-07 09:35:26 +00:00 |
|
eap
|
f39fa7b8d8
|
progress bar
|
2013-08-05 12:24:30 +00:00 |
|
rnc
|
9d09502341
|
IMP: NETGENPLUGIN: Japanese translations
|
2013-07-25 12:56:56 +00:00 |
|
eap
|
cffc818f79
|
0022170: [CEA 704] Redirect NETGEN outup in a log file
Keep output files in case of failure in DEBUG mode only
|
2013-07-23 12:58:30 +00:00 |
|
eap
|
20a307c4b6
|
0022170: [CEA 704] Redirect NETGEN outup in a log file
Notify on outup redirection in DEBUG mode only
|
2013-07-23 12:55:24 +00:00 |
|
eap
|
72ea55dd02
|
Progress bar
+ virtual double GetProgress() const;
|
2013-07-23 12:52:05 +00:00 |
|
eap
|
a71e83346d
|
Progress bar
+ double GetProgress(const SMESH_Algo* holder, const int * algoProgressTic ) const;
+ ~NETGENPlugin_Mesher();
+ void SetSelfPointer( NETGENPlugin_Mesher ** ptr );
|
2013-07-23 12:51:46 +00:00 |
|
akl
|
a0570677a1
|
Additional fix for 0022170: [CEA 704] Redirect NETGEN outup in a log file:
standard error stream of 'netgen' is redirected to the same temporary file as standard output stream.
|
2013-07-11 10:21:33 +00:00 |
|
eap
|
f4ce2ed242
|
Compute Progress bar
- res = 0.5 * netgen::multithread.percent / 100.; // [0., 0.5]
+ res = 0.001 + 0.5 * netgen::multithread.percent / 100.; // [0., 0.5]
|
2013-07-09 12:01:11 +00:00 |
|
eap
|
672042c687
|
+ virtual double GetProgress() const;
|
2013-07-03 16:22:00 +00:00 |
|
eap
|
31d67dddec
|
+ cout << "NOTE: netgen output log REMOVED " << _outputFileName << endl;
|
2013-07-03 16:20:36 +00:00 |
|
eap
|
1860b7824a
|
CoTech decision: move MEDWrapper from MED to SMESH
Remove dependency on MED module
|
2013-06-26 11:39:19 +00:00 |
|
eap
|
aabb991fa6
|
0022232: [CEA 837] Memory corruption in GEOM/SMESH that leads to segfault on debian64
Fix "Conditional jump or move depends on uninitialised value(s)" valgrind error
- initialize NETGENPlugin_NetgenLibWrapper::isComputeOk
|
2013-06-19 14:21:33 +00:00 |
|
akl
|
c5e023e735
|
Correction of implementation of 0022170 ([CEA 704] Redirect NETGEN outup in a log file) to avoid patching of "netgen" product.
|
2013-06-03 10:48:54 +00:00 |
|
akl
|
28e6f61a7e
|
Implementation of 0022170: [CEA 704] Redirect NETGEN outup in a log file.
Output of 'netgen' is redirected to temporary file.
|
2013-05-31 08:47:45 +00:00 |
|
eap
|
45442a99f6
|
correct orientation is assured by StdMeshers_FaceSide, no need to care more about it
|
2013-05-30 16:26:56 +00:00 |
|
eap
|
ddab65ce00
|
0022100: EDF 2413 SMESH: Take into account TRIA7
Generate quadratic volumes from a quadratic 2D mesh w/o shape
|
2013-05-16 17:28:31 +00:00 |
|
akl
|
69fdeabe97
|
Correction because of 'smeshDC' refactoring.
|
2013-04-18 04:56:15 +00:00 |
|
vsr
|
3de7ed3286
|
Increment version to 7.2.0
|
2013-04-12 15:27:20 +00:00 |
|
akl
|
6194f11dd9
|
Using HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and customize the header and footer only.
|
2013-04-11 07:30:14 +00:00 |
|
akl
|
4875887c0f
|
Install example scripts.
|
2013-04-11 07:17:59 +00:00 |
|
vsr
|
1510dffa8d
|
Improve documentation
|
2013-04-09 06:33:39 +00:00 |
|
vsr
|
dfad94e1f0
|
Improve documentation
|
2013-04-09 06:05:15 +00:00 |
|
vsr
|
3e0fd2fabf
|
Improve documentation
|
2013-04-08 16:39:32 +00:00 |
|
vsr
|
1e54d14b39
|
Restore documentation of methods dynamically added by plug-ins to the Mesh class, killed by previous integration
|
2013-04-05 10:47:52 +00:00 |
|
vsr
|
b9a1fa194f
|
Restore documentation of methods dynamically added by plug-ins to the Mesh class, killed by previous integration
|
2013-04-05 10:38:32 +00:00 |
|
vsr
|
5764dd74c2
|
Restore documentation of methods dynamically added by plug-ins to the Mesh class, killed by previous integration
|
2013-04-05 09:36:23 +00:00 |
|
vsr
|
76fbcbaf58
|
Restore documentation of methods dynamically added by plug-ins to the Mesh class, killed by previous integration
|
2013-04-05 09:25:37 +00:00 |
|
vsr
|
db7aa8538f
|
Merge from BR_plugins_pbyacs 03/04/2013
|
2013-04-04 07:11:14 +00:00 |
|
inv
|
7c07317f73
|
Fix bug with missing documentation for dynamic methods
|
2013-04-04 06:30:54 +00:00 |
|
vsr
|
fbceed67d3
|
Merge from V6_main 01/04/2013
|
2013-04-01 13:28:55 +00:00 |
|
vsr
|
40fec9b4db
|
Set dev tag back to 1
|
2013-03-20 11:14:24 +00:00 |
|
vsr
|
826abb8a5f
|
Increment version of 7.1.0
|
2013-03-20 09:32:03 +00:00 |
|
vsr
|
0fe999d4f3
|
Merge from V6_main 15/03/2013
|
2013-03-15 14:52:50 +00:00 |
|
akl
|
b22cd8fe61
|
Fix to build by CMAKE with Netgen-5.0.0
|
2013-03-12 10:48:19 +00:00 |
|
vsr
|
a7ea391a07
|
Merge from V6_main 06/03/2013
|
2013-03-06 13:59:46 +00:00 |
|
vsr
|
7fb1d4d449
|
Merge from V6_main 28/02/2013
|
2013-02-28 15:39:38 +00:00 |
|