Commit Graph

2307 Commits

Author SHA1 Message Date
looooo
f00b935763 py3: FEM, redefine open in import modules 2017-02-19 14:21:34 +01:00
looooo
742effc90a py3: FEM, convert map to list 2017-02-19 14:21:34 +01:00
looooo
6b4f08f853 py3: FEM, fix import Units module 2017-02-19 14:21:34 +01:00
looooo
507321ae8f py3: FEM, put print in brackets and import print_function 2017-02-19 14:21:34 +01:00
looooo
1464152b56 py3: FEM, PyMods, preprocessor conditions, Py::Long vs Py::Int 2017-02-19 14:21:34 +01:00
Bernd Hahnebach
3e0d8b7213 FEM: python import modules, use same method structure in all modules,
methods where only moved around, no changes inside the methods
2017-02-17 22:07:56 +01:00
Bernd Hahnebach
e7474e362a FEM: result task panel, only activate button if result really exists 2017-02-17 22:07:56 +01:00
Bernd Hahnebach
92589b67b2 FEM: result task panel, reorder signal and slots and add comments 2017-02-17 22:07:56 +01:00
Bernd Hahnebach
4840a780f3 FEM: result task panel, fix restore result settings for some result types 2017-02-17 22:07:56 +01:00
Bernd Hahnebach
be395479b5 FEM: result task panel ui, move user defined equation in separate frame 2017-02-17 22:07:56 +01:00
Bernd Hahnebach
1c58db004b FEM: result task panel ui, reorder result radio buttons 2017-02-17 22:07:56 +01:00
Bernd Hahnebach
9a27373321 FEM: code formating, white spaces 2017-02-17 22:07:56 +01:00
Bernd Hahnebach
2bde0b6269 FEM: result task panel, use better object names 2017-02-16 14:00:40 +01:00
Bernd Hahnebach
15dedfc375 FEM: result view provider, implement checks for open result task panel 2017-02-16 14:00:40 +01:00
Bernd Hahnebach
5b91c59a9e FEM: result task panel, reset mesh color and deformation in taskpanel and not by use of FemTools, fixes if mutlip
fixes if problems if multiple meshes or results are in an analysis
2017-02-16 14:00:40 +01:00
Bernd Hahnebach
2b1cf1c3df FEM: result task panel, fix option hide constaints and parts and make a small change inside 2017-02-16 14:00:40 +01:00
Bernd Hahnebach
9cc00c0dab FEM: result task panel, changes in the way the task panel is called be the commands in Gui 2017-02-16 14:00:40 +01:00
Kunda
03f059e713 FEM: Doxygen tweeks
Discussion in [FEM subforum](https://forum.freecadweb.org/viewtopic.php?f=18&t=12833&start=40#p158684)
...Calculix FRD Reader doxygen tweek
...Calculix INP Reader doxygen tweek
...Result import and export VTK file library doxygen tweek
...Z88 Mesh reader and writer doxygen tweek
...Z88 Disp Reader doxygen tweek
...Command show result doxygen tweek
2017-02-16 14:00:40 +01:00
fandaL
845e90c2c5 FEM: frd reader, missing mode_strain_found = False 2017-02-16 14:00:40 +01:00
Bernd Hahnebach
93ce4263bd FEM: ccx writer, better handling of different analysis types 2017-02-16 14:00:40 +01:00
Bernd Hahnebach
45cb08d23b FEM: gmsh mesh class, small improvement in gmsh binary handling 2017-02-16 14:00:39 +01:00
Bernd Hahnebach
905fc3f4df FEM: better module names for CalculiX result reader modules 2017-02-16 14:00:39 +01:00
Bernd Hahnebach
036c86e755 FEM: better module name for Z88 o2 result reader 2017-02-16 14:00:39 +01:00
Bernd Hahnebach
badb906b27 FEM: vtk result file import, workaround for calculating the DisplacementLengths 2017-02-16 14:00:39 +01:00
Bernd Hahnebach
f7a22482e0 FEM: move the new python FemResult object to FemMechanicalResult object derived from C++ FemResult object 2017-02-16 14:00:32 +01:00
Bernd Hahnebach
7183a7a198 FEM: result task panel, codeformating and a comment 2017-02-16 13:11:23 +01:00
makkemal
940b1e5240 FEM: result task panel, fix user defined result errors on new refactoring 2017-02-16 13:11:22 +01:00
Bernd Hahnebach
5aec02016b FEM: result task panel, fix because empty result are really empty now and do not have a 0.0 in list 2017-02-16 13:11:22 +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
585c01a4da FEM: result object refactor, move most properties from C++ to a new Python result object 2017-02-16 07:54:32 +01:00
Bernd Hahnebach
393caefa6c FEM: vtk result file reading, activate import in python vtk import module 2017-02-16 07:54:26 +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
Bernd Hahnebach
581d81d526 FEM: Z88 result reader, fix open Z88 results files directly 2017-01-30 18:22:38 +01:00
Bernd Hahnebach
b61fd65b1c FEM: import Z88 results, change module name to import... 2017-01-30 18:22:28 +01:00
Bernd Hahnebach
ff18274fbe FEM: import VTK results, change module name to import... 2017-01-30 18:22:23 +01:00
Bernd Hahnebach
1bdc6d0435 FEM: export results to vtk, code formating and documatation information 2017-01-30 18:22:18 +01:00
qingfengxia
d442a6dc0f Fem: add FemResult export to VTK files for visualization externally 2017-01-30 18:22:11 +01:00
Bernd Hahnebach
934c059fc6 FEM: GMSH mesh object, in some cases the task panel did not open 2017-01-24 10:16:44 -02:00
Bernd Hahnebach
c15ffae406 FEM: unit tests, get rid of duplicate defs 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
af88f18507 FEM: unit tests, update result files to start with element numbering with 1 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
f923a67b30 FEM: unit tests, start element numbers of the unit test FEM meshes with 1 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
5c8a493e2a FEM: unit tests, make all FEM unit test in one directory in tmp directory 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
24c21e0b12 FEM: unit tests, fix def to update results 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
8ff74d9867 FEM: unit tests, reorder paths 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
4ce04dfdc9 FEM: unit tests, convert result stat file from win to unix line ending 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
0cc8a7d343 FEM: splitted input file, fix if there is no constraint fix but constraint displacement and plane rotation instead 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
e92fe5947f FEM: imports, comment not used imports 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
e8fe23aa25 FEM: code formating, flake8 2017-01-22 17:31:08 +01:00
qingfengxia
42ac9574b2 Fem: add push button to export customed fluid and solid material to FCMat file 2017-01-22 13:22:29 +00:00