Commit Graph

47 Commits

Author SHA1 Message Date
Bernd Hahnebach
209eaeb39d FEM: vtk, import and export FC result, better log messages 2018-10-01 17:53:30 -03:00
Bernd Hahnebach
4fabaf94fc FEM: vtk, import and export FC result, get the FC result properties for them from a seperate method 2018-10-01 17:53:30 -03:00
Bernd Hahnebach
276948da4a FEM: in out and vtk, make use of stats calculations for vtk import 2018-10-01 17:53:30 -03:00
Bernd Hahnebach
94fee7a6a3 FEM: vtk, import FC result, further code improvements 2018-10-01 17:53:30 -03:00
Bernd Hahnebach
110d6c327a FEM: vtk, import FC result, small code improvements 2018-10-01 17:53:30 -03:00
Bernd Hahnebach
64676c9285 FEM: vtk, import FC result, get rid of needless essential property 2018-10-01 17:53:30 -03:00
Bernd Hahnebach
44dd56df2a FEM: vtk, import FC result, move defs together 2018-10-01 17:53:30 -03:00
Bernd Hahnebach
d5752eebe2 FEM: vtk, export FC result, move defs together 2018-10-01 17:53:30 -03:00
Bernd Hahnebach
f9cac3e0e3 FEM: vtk, import FC result, get rid of needles result types 2018-10-01 17:53:30 -03:00
Bernd Hahnebach
421f54ac65 FEM: vtk, export FC result, small code improvements 2018-10-01 17:53:30 -03:00
Bernd Hahnebach
c19909f503 FEM: vtk, export FC result, get rid of needless result types
- an result is an result, we just gone export what we have
- a vtk result can consists of all kind of result types
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
08400a91b3 FEM: vtk fix, remove scaling of vtk results
- only displacements had been scaled, all other results remained untouched
- if the results should be scaled all results needs to be scaled
- this includes all possible result types with their units
2018-09-26 22:42:26 +02:00
luz.paz
1d8aaad976 FEM: typo fixes 2018-04-29 20:40:15 +02:00
wmayer
1633af4b94 Improve handling of external smesh
+ add SMESH_version.h.cmake to set full version number instead of using compiler define
+ do not set include path of smesh globally
+ do not set library path of smesh globally
+ do not set HAVE_NETGEN define globally
+ improve using debug and release libs of smesh for MSVC
2018-04-28 12:10:55 +02:00
looooo
c999ec1960 external smesh: use version info
for precompiler conditionals
2018-04-28 12:05:30 +02:00
looooo
c74af88e0b port to smesh 8.3
using #ifdef EXTERNAL_SMESH for the diff
2018-04-28 12:05:30 +02:00
Bernd Hahnebach
5337d7af9a FEM: vtk result export, better error message 2018-04-05 08:21:48 +02:00
Bernd Hahnebach
11c8a956c4 FEM: vtk mesh builder, add some logs and code improvements 2018-04-05 08:21:44 +02:00
Bernd Hahnebach
6ab1fd5e9b FEM: vtk mesh builder, fix crash if SMESH grid has node gaps 2018-04-05 08:19:59 +02:00
Bernd Hahnebach
bfeb71005a FEM: VTK, better comments in vtk result data creation 2018-03-21 12:19:59 +01:00
Bernd Hahnebach
376d70363a FEM: VTK import, fixes in SMESH mesh builder for vtk import 2018-03-21 12:19:59 +01:00
Bernd Hahnebach
46bd8756c7 FEM: VTK export, fix vtk mesh builder and vtk result obj 2018-03-21 12:19:59 +01:00
wmayer
1df241ce3f fix typos 2018-03-14 11:59:09 +01:00
Bernd Hahnebach
0d987fdb5c FEM: vtk tools, deactivate penta6, hexa8 and hexa20 since they will kill FreeCAD 2018-03-13 23:36:42 +01:00
Bernd Hahnebach
94db7ead1d FEM: vtk tools, fix quad hexa array name 2018-03-13 23:36:37 +01:00
Bernd Hahnebach
721caa7524 FEM: vtk tools, fix crash in mesh builder if not supported volume is used 2018-03-13 23:36:14 +01:00
luz.paz
fe1195b1ff FEM: Trivial typo 2018-03-12 15:10:17 +01:00
luzpaz
0c0a7824e1 FEM: Typo residuals 2018-01-01 22:54:46 +01:00
luzpaz
c1f77477df Misc. typo fixes
Remove double whitespaces between source comments
2017-11-25 16:54:02 -02:00
wmayer
18c8a15cb5 inherit FemAnalysis from DocumentObjectGroup and remove Member property 2017-10-24 20:07:05 +02:00
Kunda
5aefa825b1 Typo fixes for doxygen and source comments
issue #0002914
2017-03-31 11:25:57 -03:00
Bernd Hahnebach
decbd572da FEM: result show command, make name fit in FEM name system 2017-03-03 11:54:25 -03:00
Bernd Hahnebach
439c10a02c FEM: vtk post processing, add peeq strain 2017-02-28 17:35:26 +01:00
kgoao
0ae847e137 FEM: 1DFlow, result reading and display results 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
9a27373321 FEM: code formating, white spaces 2017-02-17 22:07:56 +01:00
Bernd Hahnebach
90a9fd1a28 FEM: code formating, white spaces 2017-02-16 13:11:14 +01:00
Bernd Hahnebach
7fb489f096 FEM: result object refactor, fix frd, vtk, z88 result file import 2017-02-16 07:54:37 +01:00
qingfengxia
a9c97f1293 FEM: VTK post processing, changes:
- vtk result file reading
- some changes in vtk post processing pipe line
2017-02-16 07:54:16 +01:00
qingfengxia
3d1f53b73f Fem: add length scaling (metre to mm) option for VTK mesh import 2017-01-22 13:19:24 +00:00
Bernd Hahnebach
94ab4188a8 FEM: code formating, remove trailing whitspaces 2017-01-07 15:16:44 -02:00
makkemal
8b3a85e377 FEM: VTK tools, add stress and strain vectors (x,y,z) 2017-01-07 15:16:44 -02:00
makkemal
755f5e3f0d FEM: VTK tools, only import results into vtk if they exists 2017-01-07 15:16:44 -02:00
makkemal
ce827fab24 FEM: VTK tools, fix value assignment 2017-01-07 15:16:44 -02:00
wmayer
7d842679bd in forward declaration replace class keyword when struct is expected
comment out unused parameters
2016-12-29 17:52:39 +01:00
qingfengxia
f4195976ce Fem: clean debug comments in FemVTKTools.cpp and AppFemPy.cpp 2016-10-29 15:12:18 +02:00
qingfengxia
4787fd823b Cfd: add vtk result import feature 2016-10-29 15:12:18 +02:00
qingfengxia
582350fcf7 Fem: add feature off vtk unstructured mesh import and export 2016-10-29 15:12:18 +02:00