wmayer
99bdef7586
apply workaround from Debian to fix error message with not found SMDS_MemoryLimit
2016-07-19 12:13:08 +02:00
wwmayer
4aa23dd774
Merge pull request #222 from wwmayer/pr190
...
Improve NETGEN detection and support V6.
2016-07-19 10:43:28 +02:00
Jose Prous
9fb958f553
fix some compilation errors
2016-07-19 09:53:23 +02:00
vejmarie
da70ba1642
Fix MED Reader
...
Assign same Mesh name into MED archive based on shortfilename during write and read operation
2016-07-16 17:43:20 +02:00
Johannes Obermayr
5b738f9e22
Improve NETGEN detection and support V6.
2016-07-16 17:08:05 +02:00
vejmarie
8051d32adc
Fix UNV file read which was broken due to missing cards
2016-07-15 21:02:45 +02:00
wmayer
037cf48cef
class with virtual methods must have virtual destructor
2016-07-15 13:52:27 +02:00
Mateusz Skowroński
d7240c6b2b
Fix some GCC warnings.
2016-07-15 13:05:37 +02:00
wmayer
f1d59002be
+ handle usage of libmedc < 3.0.7
2016-07-14 21:35:13 +02:00
wmayer
6dc1a93970
+ fix linking errors with MED V2 wrapper classes
2016-07-14 15:10:36 +02:00
vejmarie
c64d575fee
Enable MED class init
2016-07-14 14:53:46 +02:00
vejmarie
e5c5336397
Fix MED Export
2016-07-14 14:53:46 +02:00
vejmarie
abe8457cb3
Add return statement to areteideale
2016-07-11 12:21:21 +02:00
vejmarie
d344319f22
Fix Win32 build (thanks wmayer for the issue) + Mefisto 2D Mesh generation
2016-07-11 12:21:21 +02:00
Mateusz Skowroński
873f8e3ea7
Fix files encoding. Go from ISO8859-1 to UTF-8.
2016-07-07 15:07:38 -03:00
vejmarie
a247aab259
Fix aType detection for QUAD_Tetra elements
2016-07-04 22:40:18 +02:00
wmayer
c8a02521d4
+ do not pollute all projects with vtk options that don't use this library
2016-06-16 10:26:59 +02:00
wmayer
60242ad1cf
+ fix various warnings
2016-06-15 23:55:44 +02:00
wmayer
8a97a9eb12
+ build smesh7 on Windows
2016-06-15 22:36:56 +02:00
Stefan Tröger
3814251020
SMESH: Prevent generator from being deleted
2016-06-15 22:34:10 +02:00
Stefan Tröger
1ab92094b9
SMESH: Make it compatibel to VTK 6.0
2016-06-15 22:34:10 +02:00
Stefan Tröger
55534e98d4
FEM: Use single smesh mesh generator throughout FreeCAD
...
Creating a mesh generator resets a critical data structure and makes all existing meshes invalid. Hence the SMESH_gen is made a singleton and all FreeCAD code is changed accordingly.
2016-06-15 22:34:10 +02:00
Stefan Tröger
61f503ad51
FEM: Make SMESH7 compile with occ6
2016-06-15 22:34:10 +02:00
Jean-Marie Verdun
666a3e5a68
Upgrade to SMESH7.7.1
2016-06-15 22:34:10 +02:00
David Pello
5f0073b9e0
BSD Porting fixes, conditional compilation and use of gettimeofday()
2016-05-15 12:08:43 +02:00
wmayer
bca7a1866e
+ port to OCC 7.0
2016-05-14 16:53:27 +02:00
wmayer
7e01bf11fb
+ remove obsolete #pragma
2016-04-13 11:22:40 +02:00
Stefan Tröger
52ebfae6b1
Remove unneeded files
2016-04-12 18:12:24 +02:00
jriegel
b38f63f391
+ add PlmXmlParser
...
+ add test data for PLMXML and JT
2016-04-12 18:12:03 +02:00
jriegel
1e01f8c223
fix errors from merge of master
2016-04-12 18:12:03 +02:00
wmayer
7dbcbc0f76
+ check if OCCGEOMETRY is already defined
2016-03-28 11:05:51 +02:00
Ian Rees
27f12ae3de
Find Netgen/nglib on MacOS with MacPorts
2016-03-28 10:48:49 +02:00
Ian Rees
8219102dbe
Turn on C++11 support for GCC and Clang
2016-01-30 21:29:31 +13:00
wmayer
25fd2adb03
+ fixes #0002329 : remove the 2 now obsolete Pivy versions distributed with FreeCAD source code
2015-11-05 21:26:05 +01:00
wmayer
9abedaf0d2
+ fix & suppress msvc warnings
2015-10-16 18:26:30 +02:00
wmayer
30b5311aa4
+ fix clang warnings, fix wrong characters
2015-10-05 17:59:19 +02:00
wmayer
36dd6946a9
+ fix clang warnings
2015-10-02 23:32:01 +02:00
Eivind Kvedalen
145452120c
Added various options to silence warnings when compiling salomemesh with clang.
2015-09-30 15:54:15 +02:00
wmayer
8257751ef7
+ fix clang build failure
2015-09-24 13:14:23 +02:00
Mateusz Skowroński
43a4a5938c
Fix files encoding. Go from ISO8859-1 to UTF-8.
2015-09-21 19:50:49 -03:00
wmayer
b936514937
+ fix build problems with MSVC and libpack
2015-09-21 14:51:12 +02:00
Eivind Kvedalen
2206e1cd7f
Added -Wno-sign-compare -Wno-reorder -Wno-switch -Wno-unused-variable -Wno-unused-but-set-variable -Wno-comment to mask warnings when compiling salomesmesh.
2015-09-21 14:50:58 +02:00
wmayer
4d776eb03f
+ fix warning in smesh headers
2015-09-11 18:52:26 +02:00
Alexander Golubev
a8634f09fc
3rdParty/salomesmesh: suppress several small warnings
...
Warnings was about a struct declared as type and as usual added several
additional brackets.
2015-08-29 18:36:01 +02:00
Alexander Golubev
c3dfc7e30c
3rdParty/salomesmesh: fix a couple error-prone warnings
...
The Warnings was about hiding bases class RemoveElement() and
RemoveFreeElement() virtual methodes which may caused calling wrong
function by bases class pointer.
2015-08-29 18:36:01 +02:00
Alexander Golubev
774dac17ac
salomesmesh: suppress several warnings
...
Warning was like:
src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_Mesh.cpp|1028 col 5| warning: add explicit braces to avoid dangling else [-Wdangling-else]
src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp|7377 col 27| warning: '&&' within '||' [-Wlogical-op-parentheses]
2015-08-29 18:35:53 +02:00
Alexander Golubev
b714b8f4ad
salomsmesh: fix more bad conditions
...
warning was:
src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Penta_3D.cpp|832 col 9| warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
2015-08-29 18:35:52 +02:00
Alexander Golubev
a48d05e2bf
salomesmesh: fix an error because of bad priorities in logial operators
2015-08-29 18:35:52 +02:00
Alexander Golubev
75ce52f6b8
salomesmesh: fix broken conditions
...
Warnings was:
src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp|617 col 19| warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
|| bool isAlgo = ( !anHyp->GetType() == SMESHDS_Hypothesis::PARAM_ALGO );
|| ^ ~~
src/3rdParty/salomesmesh/src/Controls/SMESH_Controls.cpp|2165 col 31| warning: '&&' within '||' [-Wlogical-op-parentheses]
|| if ( !aMinStr.IsEmpty() && !aMinStr.IsIntegerValue() ||
2015-08-29 18:35:51 +02:00
Alexander Golubev
09c7179389
salomesmesh: fix function missing return statement
...
3rdParty/salomesmesh/src/SMESHDS/SMESHDS_GroupOnGeom.cpp|95 col 3| warning: control may reach end of non-void function [-Wreturn-type]
|| }
2015-08-29 18:35:50 +02:00