Commit Graph

1506 Commits

Author SHA1 Message Date
luzpaz
c1f77477df Misc. typo fixes
Remove double whitespaces between source comments
2017-11-25 16:54:02 -02:00
Bernd Hahnebach
767e742200 FEM: constraint initial temperature, make reference property hidden and readonly 2017-11-25 16:54:02 -02:00
Bernd Hahnebach
957e4bf3f4 FEM: prefs, add an option to deactivate group meshing for analysis 2017-11-25 16:54:02 -02:00
Bernd Hahnebach
607ddccbbf FEM: ccx writer, use the new Abaqus writer parameter and fix unit test 2017-11-25 16:54:02 -02:00
Bernd Hahnebach
b142ce5bc7 FEM: Abaqus writer, add method parameter for elem and group options 2017-11-25 16:54:02 -02:00
Bernd Hahnebach
ab2fbcbcad FEM: Abaqus writer pref ui, move from FEM to Import / Export 2017-11-25 16:54:02 -02:00
Bernd Hahnebach
e94aa1ce78 FEM: Abaqus writer pref ui, some changes proposed by werner
- ui class name matches with file name
- class is not derived from ui but uses it as a private member
- https://forum.freecadweb.org/viewtopic.php?f=10&t=25381
2017-11-25 16:54:02 -02:00
Bernd Hahnebach
a3a9ed66a2 FEM: Abaqus writer, pref GUI for element and group export parameter 2017-11-25 16:54:02 -02:00
Bernd Hahnebach
7556c11849 FEM: Abaqus writer, add groups to inp writer 2017-11-25 16:54:02 -02:00
Bernd Hahnebach
46f1825bbc FEM: Abaqus writer, first get all data and write it afterwards 2017-11-25 16:54:02 -02:00
Bernd Hahnebach
2b67063297 FEM: Abaqus writer, add pref to distingish between:
- all elements
- highest dimension elements
- FEM elements (only edges not belonging to faces and faces not belonging to volumes)
2017-11-25 16:54:02 -02:00
Bernd Hahnebach
97cfaf2f77 FEM: Abaqus writer, write FacesOnly and EdgesOnly for mixed FEM meshes, could be slow on non mixed meshes 2017-11-25 16:54:02 -02:00
Bernd Hahnebach
5d0a4e1ad9 FEM: mesh api, add EdgesOnly and FacesOnly 2017-11-25 16:54:02 -02:00
luzpaz
6782071c1b FEM: Fix typo 2017-11-25 16:54:02 -02:00
Bernd Hahnebach
cdc2260f6a FEM: Gmsh tools, add parameter to write groups of nodes for any group 2017-11-25 16:54:02 -02:00
wmayer
c5b5d2069e Make 'fluid' lower case in menu text and tooltip 2017-11-15 10:16:34 +01:00
wmayer
1f40d24fd9 replace 'GMSH' with correct spelling 'Gmsh' 2017-11-15 10:11:16 +01:00
Bernd Hahnebach
09c724cc4d FEM: gmsh tools, use fixed order for group data in geo file
it is needed to make a unit test for geo writing
2017-11-15 09:49:34 +01:00
Bernd Hahnebach
10eaae5005 FEM: typo in unit test comment 2017-11-15 09:49:15 +01:00
Bernd Hahnebach
8b55b3407e FEM: unit test, extend the make objects test 2017-11-08 23:01:31 +01:00
Bernd Hahnebach
cb912113d7 FEM: unit test, move FEM objects test to the right test class and fix code formating flake8 2017-11-08 23:01:31 +01:00
Bernd Hahnebach
e0b2ecefcf FEM: code formating, flake8 2017-11-08 23:01:31 +01:00
Bernd Hahnebach
9246723ad9 FEM: general prefs, use directory chooser for working dir setting 2017-11-01 10:37:25 -02:00
Wilfried Hortschitz
88fd4f4253 FEM: material task panel, repair restore of values considering locales 2017-11-01 10:37:25 -02:00
wmayer
928dfa120d fix layout in ccx preferences page 2017-10-29 19:13:06 +01:00
wmayer
5ddc000d71 add fem test for testing group behaviour of analysis object 2017-10-25 11:17:18 +02:00
looooo
5d1de6037d py3: some diff for fem with py3 2017-10-25 10:56:31 +02:00
wmayer
632c62cfb6 support of backward compatibility to load old fem project files 2017-10-24 20:09:35 +02:00
wmayer
18c8a15cb5 inherit FemAnalysis from DocumentObjectGroup and remove Member property 2017-10-24 20:07:05 +02:00
Yorik van Havre
05a5e9965e Updated translations from crowdin 2017-10-23 18:32:02 -02:00
Bernd Hahnebach
2d4991a650 FEM: unit test, better material object identifier 2017-10-19 13:30:53 +02:00
Bernd Hahnebach
c5b20fafc8 FEM: code formating, trailing whitespaces and flake8 2017-10-19 13:30:53 +02:00
Bernd Hahnebach
fc9c5121c5 FEM: gmsh tools, comment some debug prints if they do not have any content 2017-10-19 13:30:53 +02:00
Unknown
ed919b37fb FEM: various typos 2017-10-19 13:30:53 +02:00
wmayer
6920cd4db5 issue #0002080: Attempt to remove FEM analysis result (displacement & stress) results in false warning 2017-10-18 19:50:59 +02:00
wmayer
a57a45bf97 for FEM constraints allow global links 2017-10-11 18:48:13 +02:00
Unknown
fb49c5a078 FEM: typo fixes
+ some whitespace formatting
2017-10-07 11:51:00 +02:00
Bernd Hahnebach
89dc795acd FEM: objects fem module, comment typo 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
43a9e96192 FEM: command modules, get rid of duplicate selection code 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
e3348e7eee FEM: nonlinear material command, only allow to add nonlinear material to solid material 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
9893a1290b FEM: analysis command, remove automatic mesh moving, it should work for all FEM objects or for no FEM object 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
1f39fc796b FEM: icons, sort them in qrc file 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
720ae623dd FEM: objects fem module, fix comments 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
2c8e984ee7 FEM: objects fem module, sort defs 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
cdd1d785b3 FEM: move observer into PyGui 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
b627a275b9 FEM: code formating, get rid of mixed line endings in one file, use unix ones (standard in FEM) 2017-10-07 11:51:00 +02:00
wmayer
001135d68f fixes #0003164: Elements of an analysis including the mesh and constraints should be hidden when hiding the analysis (Space) 2017-10-06 22:24:54 +02:00
luzpaz
f3bf8fe919 Misc. typos
+ some are doxy others are just comment code.  
+ some minor whitespace and grammatical tweaks. 
+ app/SCL/* typos have also been submitted upstream (https://github.com/stepcode/stepcode/pull/366). So it's ok to merge them in to master.
2017-10-04 17:59:11 +02:00
wmayer
846195327a harmonize show() function of Part, Mesh, Fem, Path and Points modules 2017-09-29 00:35:48 +02:00
Bernd Hahnebach
f2e45423eb FEM: unit tests, use for all objects creations the fem objects module 2017-09-19 11:33:20 +02:00