wmayer
12893d3623
replace 'GMSH' with correct spelling 'Gmsh'
2017-11-15 10:11:16 +01:00
Bernd Hahnebach
5c6a51c1ac
FEM: code formating, flake8
2017-11-08 23:01:31 +01:00
Wilfried Hortschitz
c309ea41ed
FEM: material task panel, repair restore of values considering locales
2017-11-01 10:37:25 -02:00
looooo
7529754c34
py3: some diff for fem with py3
2017-10-25 10:56:31 +02:00
wmayer
ce6809415b
inherit FemAnalysis from DocumentObjectGroup and remove Member property
2017-10-24 20:07:05 +02:00
Unknown
50f30eb02a
FEM: typo fixes
...
+ some whitespace formatting
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
8a9fcd33df
FEM: move observer into PyGui
2017-10-07 11:51:00 +02:00
Bernd Hahnebach
0692a83925
FEM: objects module, add doc parameter to creation tools
2017-09-19 11:33:08 +02:00
looooo
29429af805
Fem: fix one import statement for python3
2017-09-13 08:01:29 +02: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
luzpaz
cb5047080a
trivial typo fix
2017-08-31 11:09:13 +02:00
joha2
fa05b1b068
FEM: Fenics mesh: added mesh group task panel for xdmf export, flake8, improves issue #3038
2017-08-12 13:22:45 +02:00
Bernd Hahnebach
9ea5d9aef4
FEM: constraint self weight view provider, delete display modes
...
- the new constraint python includes the display modes already
- constraint self weight is retrieved from this new constraint python
- thus the display modes can be removed from the view provider
2017-08-04 07:07:00 +02:00
Bernd Hahnebach
5cd503f624
FEM: py3, proper import Units module
2017-08-04 06:57:12 +02:00
Bernd Hahnebach
347febdbd0
FEM: code formating, flake8
2017-08-04 06:57:12 +02:00
wmayer
3dd1c9fb51
add method to get ccx version and inform user in case of problems
2017-08-02 23:59:41 +02:00
wmayer
46aab48e6a
restore cursor when loading results file raises an exception
2017-08-02 21:16:10 +02:00
Bernd Hahnebach
3eb44c6be2
FEM: mechanical result object, it does not depend on an active analysis anymore
2017-08-02 12:45:15 +02:00
Bernd Hahnebach
193f96771a
FEM: mesh result object, make it child of mechanical result
2017-08-02 12:45:15 +02:00
Bernd Hahnebach
265d10ca80
FEM: mesh result object, add icon
2017-08-02 12:45:15 +02:00
Bernd Hahnebach
6d2fd22778
FEM: mesh result object, implement new object
2017-08-02 12:45:15 +02:00
Bernd Hahnebach
62bbda819b
FEM: set mesh color, use proper return values for python API
2017-08-02 12:45:15 +02:00
qingfengxia
d0e15f5173
Fem solve bondary layer meshing issue #3111
2017-08-01 14:12:40 +02:00
qingfengxia
1c9278185d
FEM: add BoundaryLayer support into write_geo() of FemGmshTools.py
2017-08-01 14:12:40 +02:00
qingfengxia
6b7ec3d85a
FEM: add FemMeshBoundaryLayer Command and icon file
2017-08-01 14:12:40 +02:00
qingfengxia
457a87040a
FEM: add FemMeshBoundaryLayer obj and gui objects
2017-08-01 14:12:40 +02:00
Bernd Hahnebach
a1523e3b1b
FEM: result stats, fix some issues and add all result types
2017-07-08 12:27:12 -03:00
Bernd Hahnebach
c4fc809a12
FEM: mesh objects, show them only if they are edited or needed for result viewing
2017-07-03 19:27:38 +02:00
Bernd Hahnebach
b2fa046e76
FEM: mesh objects, use same name sheme as for all other FEM objects
2017-07-03 19:27:38 +02:00
Bernd Hahnebach
ed95e92beb
FEM: visibility, do not hide parts which depends on mesh name
...
- since the mesh object depend on a part and the part can change this can mess up visibiliy
2017-07-03 19:27:38 +02:00
Bernd Hahnebach
06054bdeb4
FEM: nonlinear material, set nonlinear geometry for nonlinear material in ccx solver
2017-07-03 19:27:38 +02:00
Bernd Hahnebach
f84b0cb53b
FEM: python task panels, more selection on click of list items in task panel
2017-06-26 22:36:02 +02:00
Bernd Hahnebach
ca42551b79
FEM: mesh region task panel, highlight elements on click in list issue #0003017
2017-06-26 11:14:50 -03:00
Bernd Hahnebach
5095d037f4
FEM: python task panels, only start SelectionObserver if noone runs already
2017-06-26 11:14:50 -03:00
Bernd Hahnebach
a8dbc81a59
FEM: material task panel, fix in reference shape type test
2017-06-09 06:42:13 +02:00
Bernd Hahnebach
20b4865061
FEM: gmsh mesh tool, get rid of the error pop up in the regard of BooleanFragments Compound
2017-06-07 23:32:36 -03:00
looooo
6ba65d4d63
py3: Fem: PyGui: use relative imports for PyGui
2017-05-06 15:30:46 +02:00
asiersarasua
ea3d86b735
Fix typos
2017-04-20 09:49:19 +02:00
Bernd Hahnebach
2134e815cb
FEM: fluid material, fix command to add such material
2017-03-18 22:07:24 +01:00
Bernd Hahnebach
90df4d1d21
FEM: material task panel, check if material properties have the appropriate units
2017-03-18 22:07:24 +01:00
Bernd Hahnebach
aaefe9d94a
FEM: material task panel, typo in KinematicViscosity
2017-03-18 22:07:24 +01:00
Bernd Hahnebach
092a5dae48
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
34ad6af337
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
977fd8995e
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
8afbd2b81e
FEM: result task panel, add Fem to module name
2017-03-03 11:54:25 -03:00
Bernd Hahnebach
85bfe10485
FEM: FEM mesh 2 mesh command, make name fit in FEM name system
2017-03-03 11:54:25 -03:00