Commit Graph

1290 Commits

Author SHA1 Message Date
Bernd Hahnebach
38b492b5b5 FEM: import frd, import all steps of peeq, by sodelo 2017-03-18 22:07:24 +01:00
Bernd Hahnebach
5efd28c4d0 FEM: import tools, move calculate abs disp from import vtk to import tools 2017-03-18 22:07:24 +01:00
Bernd Hahnebach
ad7491402b FEM: fluid material, fix command to add such material 2017-03-18 22:07:24 +01:00
Bernd Hahnebach
18ff6c697e FEM: material task panel, check if material properties have the appropriate units 2017-03-18 22:07:24 +01:00
Bernd Hahnebach
6cb479b29a FEM: material task panel, typo in KinematicViscosity 2017-03-18 22:07:24 +01:00
Alexander Gryson
e60d2e200e Forgotton in initial commit 2017-03-18 21:38:37 +01:00
Alexander Gryson
b64f7e6d8c Update Metadata 2017-03-18 21:38:37 +01:00
Alexander Gryson
7fa03440d1 Replace png icons with 64px svgs 2017-03-18 21:38:37 +01:00
Alexander Gryson
0d9b23818f Align FEM workbench icons to guidelines 2017-03-18 21:38:37 +01:00
Bernd Hahnebach
f0416755b4 FEM: cmakes, object fem, init gui modules, sort by name 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
11ec82d453 FEM: fluid section and elment fluid 1D object, make name fit in FEM name system 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
bfb4ce823e FEM: shell thickness and elment geometry 2D object, make name fit in FEM name system 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
5215a7d751 FEM: beam sectiong and element geometry 1D object, make name fit in FEM name system 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
9f3b7ebfe0 FEM: code formating, flake8 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
dc1a46ceaf FEM: icon file, sort by names 2017-03-07 13:40:18 -03:00
joha2
f90ed50fb4 FEM: fenics import/export: one line documentation, fixed make_femmesh call 2017-03-07 13:40:18 -03:00
Yorik van Havre
9f44809e9e Updated translations with latest files from crowdin 2017-03-06 11:53:09 -03:00
joha2
2c4b16d323 FEM: fenics xml mesh format, add mesh import 2017-03-04 13:02:11 -03:00
Bernd Hahnebach
7f9bd4d1ad FEM: make object module, sort methods by name 2017-03-03 11:54:25 -03:00
Bernd Hahnebach
2ab1a1a047 FEM: result task panel, add Fem to module name 2017-03-03 11:54:25 -03:00
Bernd Hahnebach
2c5da013d7 FEM: FEM mesh 2 mesh command, make name fit in FEM name system 2017-03-03 11:54:25 -03:00
Bernd Hahnebach
69de116707 FEM: command modules, add Fem to file and class name 2017-03-03 11:54:25 -03:00
Bernd Hahnebach
d4a6fb166d FEM: mesh clear command, make name fit in FEM name system 2017-03-03 11:54:25 -03:00
Bernd Hahnebach
052f182e96 FEM: mesh print info command, make name fit in FEM name system 2017-03-03 11:54:25 -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
1101dc6ced FEM: results purge command, make name fit in FEM name system 2017-03-03 11:54:25 -03:00
Bernd Hahnebach
1d783a33fb FEM: solver control command, make name fit in FEM name system 2017-03-03 11:54:25 -03:00
Bernd Hahnebach
e478241f8d FEM: solver run command, make name fit in FEM name system 2017-03-03 11:54:25 -03:00
Bernd Hahnebach
687622650c FEM: code formating, use better variable name in the regard of codespell tool 2017-03-03 11:54:25 -03:00
Kunda
cfd087b33f FEM typos 2017-03-01 09:39:25 +01:00
wmayer
26d437ec4b resolve merge conflict 2017-02-28 19:14:46 +01:00
hgutsche
201c9d89b0 Some fixes for doygen syntax errors and some configuration to make it run smoother under Windows 2017-02-28 18:52:04 +01:00
wmayer
e3ea61d165 resolve merge conflict 2017-02-28 18:51:53 +01:00
Bernd Hahnebach
81561f4b49 FEM: visible command names, use FEM instead of Fem 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
1b829a694a FEM: vtk import, comment not used part of the code 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
24fa05ca14 FEM: code formating, flake8 in import Fenics mesh 2017-02-28 17:35:26 +01:00
joha2
4d5707db30 FEM: fenics xml mesh format, add export module 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
0e71f8f3d0 FEM: mesh view provider, add property to adjust max faces to show inner mesh data 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
aa5fffce2e FEM: gmsh mesh object task panel, fix import 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
eb38d089ef FEM: z88 result reader, use generic result fill method 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
98de89a3b2 FEM: fill imported result object, some refactor work 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
f18d56cd50 FEM: result reader, replace try except by if key in dict 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
463ec12c3b FEM: import tools, move fill result obj with imported results inside import tools module 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
a4393f45e3 FEM: import tools, move imported mesh creation def inside new import tools module 2017-02-28 17:35:26 +01:00
Kunda
f4b84e8963 FEM: source code typos, issue 0002914 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
c0cc70d8a9 FEM: gmsh mesh, make geo file better readable 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
3ee9aa0bbf FEM: code formating, flake8 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
260f2760e3 FEM: ccx input writer, write object labels as comments 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
1286365de0 FEM: ccx input writer, typo 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
439c10a02c FEM: vtk post processing, add peeq strain 2017-02-28 17:35:26 +01:00