Commit Graph

1776 Commits

Author SHA1 Message Date
Bernd Hahnebach
db467a1876 FEM: commands, add recomputes and replace App and Gui wie FreeCAD and FreeCADGui 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
33dbf7ab63 FEM: Python VP objects without task panel, proper prevent edit mode 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
f99d44ab8d FEM: Python reference selection task panel, fix initial selection and selection after delete an item 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
e99e5794fd FEM: Python constraints with ref shapes, add right click to delete all ref shape at once 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
735a157301 FEM: gmsh mesh obj, implement drag and drop for its childs 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
52f937cf32 FEM: gmsh mesh obj, fix initialization of mesh group list 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
1244ae42b3 FEM: C++ constraints, clear selection on unsetEdit, same system as it is on Python constraints 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
995606a2fc FEM: Python constraints, hide meshes while constraint task panel is opened 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
8243c7c194 FEM: python task panel with solid reference shapes, make solids better visible on click if they are in Compound or BooleanFragment 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
2e7af8c721 FEM: meshtools and dependent modules, add error message for retrieving solid elements if out of range 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
4878848548 FEM: code formating, no space after ( 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
bc02985047 FEM: material task panel, use same name system for all gemetrical elements 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
4069177689 FEM: python objects task panel, clear selection on task panel close 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
2299b7fb1a FEM: material task panel, add some TODO comment 2018-05-23 17:59:29 +02:00
luz.paz
43244aa762 More misc. typos 2018-05-19 12:17:52 -04:00
luz.paz
69b3b0b7f2 Misc. typos 2018-05-19 12:06:34 -04:00
Bernd Hahnebach
6c7918e7ab FEM: typos, can't hardly belive there still are some ... 2018-04-29 20:40:15 +02:00
luz.paz
317e81c39e FEM: Clarity fix of term 'dia' as 'diameter' 2018-04-29 20:40:15 +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
looooo
9b930d4d38 py3: fem: some additional fixes 2018-04-17 10:18:32 -03:00
looooo
cdcb3bec4a PySide2: qApp -> QApplication 2018-04-14 10:40:31 +02:00
sL1pKn07
6674467254 [For v018] Fix build with Qt5 beta
Seems need add some headers for build with incoming Qt 5.11 (Tested with 5.11.0beta2)
2018-04-10 12:59:41 +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
Pawel Bogut
033f1de1c3 Gmsh path detection fix for Python3 on Linux 2018-04-04 17:17:38 +02:00
Bernd Hahnebach
2805cbcd9c FEM: fenics mesh, trailing white spaces 2018-04-03 07:00:19 +02:00
joha2
a4316faa8e FEM: Fenics mesh issue #0003038: xml import fixed 2018-04-03 06:56:55 +02:00
wmayer
f7d6e98a63 fix warning 2018-03-30 16:23:07 +02:00
Bernd Hahnebach
a64c445472 FEM: inout, make import inp mesh Python3 compatible 2018-03-27 12:29:14 -03:00
Bernd Hahnebach
c365df28c5 FEM: material task panel, workaround to be able to set poissons ratio to 0 2018-03-27 12:29:13 -03:00
Bernd Hahnebach
20d32da54c FEM: mesh, changes messages into logs 2018-03-27 12:29:13 -03:00
Bernd Hahnebach
feb109f2e1 FEM: unit tests, add various tetra10 mesh element tests 2018-03-27 12:29:13 -03:00
Bernd Hahnebach
f63d39a8fb FEM: unit tests, move mesh tests in own test module 2018-03-27 12:29:13 -03:00
Yorik van Havre
46fd41d70a Merged translations from crowdin 2018-03-26 18:52:02 -03:00
ettaka
acbd182e15 Fix typo in GmshTools 2018-03-25 11:50:54 +02:00
Bernd Hahnebach
ec7fb61921 FEM: mesh api, fix get nodes by face, credits go to user _UR 2018-03-21 12:19:59 +01:00
Bernd Hahnebach
2b04ec02da FEM: analysis, make vtk result pipline object draggable into analysis 2018-03-21 12:19:59 +01: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
luz.paz
46d32d78a3 Misc. typos: Please merge right before 0.17 release
I'm still finding typos in the source code. I propose that you keep this PR open prior ro relaese and then merge  so that if I find other typos in the meantime they will be part this release.
2018-03-18 15:15:16 +01:00
Bernd Hahnebach
343d55fa66 FEM: frd import, fix node order of B32 seg3 2018-03-14 18:55:57 +01:00
wmayer
1df241ce3f fix typos 2018-03-14 11:59:09 +01:00
Bernd Hahnebach
00ed07ca3e FEM: mesh export, fix init file and better output 2018-03-14 07:47:17 +01:00
Bernd Hahnebach
604cf2f262 FEM: vtk export, better object choice on export to vtk 2018-03-14 07:47:06 +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