Commit Graph

1490 Commits

Author SHA1 Message Date
wmayer
12893d3623 replace 'GMSH' with correct spelling 'Gmsh' 2017-11-15 10:11:16 +01:00
Bernd Hahnebach
9d26428997 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
0887335876 FEM: typo in unit test comment 2017-11-15 09:49:15 +01:00
Bernd Hahnebach
bb764b1475 FEM: unit test, extend the make objects test 2017-11-08 23:01:31 +01:00
Bernd Hahnebach
551f6dc4ae 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
5c6a51c1ac FEM: code formating, flake8 2017-11-08 23:01:31 +01:00
Bernd Hahnebach
7c7f56bf3e FEM: general prefs, use directory chooser for working dir setting 2017-11-01 10:37:25 -02:00
Wilfried Hortschitz
c309ea41ed FEM: material task panel, repair restore of values considering locales 2017-11-01 10:37:25 -02:00
wmayer
795a57c777 fix layout in ccx preferences page 2017-10-29 19:13:06 +01:00
wmayer
5022b41d92 add fem test for testing group behaviour of analysis object 2017-10-25 11:17:18 +02:00
looooo
7529754c34 py3: some diff for fem with py3 2017-10-25 10:56:31 +02:00
wmayer
80bc1255c7 support of backward compatibility to load old fem project files 2017-10-24 20:09:35 +02:00
wmayer
ce6809415b inherit FemAnalysis from DocumentObjectGroup and remove Member property 2017-10-24 20:07:05 +02:00
Yorik van Havre
cfe2d134a2 Updated translations from crowdin 2017-10-23 18:32:02 -02:00
Bernd Hahnebach
e1bcab8f4c FEM: unit test, better material object identifier 2017-10-19 13:30:53 +02:00
Bernd Hahnebach
20e24975f5 FEM: code formating, trailing whitespaces and flake8 2017-10-19 13:30:53 +02:00
Bernd Hahnebach
585a28c433 FEM: gmsh tools, comment some debug prints if they do not have any content 2017-10-19 13:30:53 +02:00
Unknown
ef46b7cc6b FEM: various typos 2017-10-19 13:30:53 +02:00
wmayer
dcaf263e4c issue #0002080: Attempt to remove FEM analysis result (displacement & stress) results in false warning 2017-10-18 19:50:59 +02:00
wmayer
76eba3a579 for FEM constraints allow global links 2017-10-11 18:48:13 +02:00
Unknown
50f30eb02a FEM: typo fixes
+ some whitespace formatting
2017-10-07 11:51:00 +02:00
Bernd Hahnebach
16a0d911af FEM: objects fem module, comment typo 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
03d3d8ffe4 FEM: command modules, get rid of duplicate selection code 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
b729f18084 FEM: nonlinear material command, only allow to add nonlinear material to solid material 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
53505122ed 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
a800bcc906 FEM: icons, sort them in qrc file 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
86b925744e FEM: objects fem module, fix comments 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
8f0c057ff4 FEM: objects fem module, sort defs 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
8a9fcd33df FEM: move observer into PyGui 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
ec7669992a 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
c7886b3e36 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
ab8f8919b6 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
a8a9650816 harmonize show() function of Part, Mesh, Fem, Path and Points modules 2017-09-29 00:35:48 +02:00
Bernd Hahnebach
0681f490d1 FEM: unit tests, use for all objects creations the fem objects module 2017-09-19 11:33:20 +02:00
Bernd Hahnebach
0692a83925 FEM: objects module, add doc parameter to creation tools 2017-09-19 11:33:08 +02:00
wmayer
770c9ce095 fix various coverity issues 2017-09-15 11:48:38 +02:00
luzpaz
5c1eadf947 misc typos
misc-typos
2017-09-15 09:54:14 +02:00
wmayer
09737f2db3 rename method from remObject to removeObject to be more readable 2017-09-13 18:57:38 +02:00
looooo
29429af805 Fem: fix one import statement for python3 2017-09-13 08:01:29 +02:00
Bernd Hahnebach
656239948d FEM: py3, set prints in brackets 2017-09-11 10:21:01 +02:00
Bernd Hahnebach
d272c581e9 FEM: unit test, make it simpler to add new directories to the python module import test and add some comments 2017-09-11 10:21:01 +02:00
wmayer
155c0007e4 add security check for data validation in FEM fluid boundary panel 2017-09-10 17:52:11 +02:00
qingfengxia
05b19019ac FEM: bugfix for Console print std::string which needs c_str() conversion 2017-09-10 17:09:44 +02:00
qingfengxia
3990115f6e FEM: enable thermal and turbulence boundary setting UI 2017-09-10 17:09:19 +02:00
qingfengxia
f9c1884595 FEM: enable edge selection for FemConstraintFluidBoundary of 2D case 2017-09-10 17:09:00 +02:00
wmayer
949c86d364 Port to occ7.2:
+ Standard_Failure::Caught() is now marked as deprecated and should be replaced with standard C++ exception handling
2017-09-01 16:27:46 +02:00
Yorik van Havre
fe3f671b81 Updated translation strings (and sent to crowdin) 2017-08-31 10:46:55 -03:00
Bernd Hahnebach
7f23886e81 FEM: mech result task panel, use the result tools stat def instead of an own method 2017-08-31 11:09:13 +02:00
Bernd Hahnebach
cbe3054c70 FEM: command purge results, make it independent from ccx analysis tools 2017-08-31 11:09:13 +02:00
Bernd Hahnebach
2cc72df72f FEM: since result object does not depend on analysis mesh, make analysis tools independed from result object 2017-08-31 11:09:13 +02:00