Bernd Hahnebach
4991343392
FEM: new commands, use same code system as it is used in the other commands
2017-12-02 13:17:30 +01:00
Bernd Hahnebach
1a195cd94f
FEM: new commands, remove add in command names
...
the wiki pages retrive the names from the command names, thus they have to us the same name system
2017-12-02 13:17:30 +01:00
Wilfried Hortschitz
c18c0d1387
FEM: elmer, add electrostatic equation
2017-12-02 13:17:30 +01:00
Markus Hovorka
464df5b83d
FEM: elmer, add it to the new solver framework and add equation object for elmer
2017-12-02 13:17:30 +01:00
Wilfried Hortschitz
14614d3eab
FEM: constraint initial flow velocity, add object, command, icon, task panel, etc.
2017-12-02 13:17:30 +01:00
Markus Hovorka
afd304f89b
FEM: constraint flow velocity, add object, command, icon, task panel, etc
2017-12-02 13:17:30 +01:00
Markus Hovorka
8119d76ad3
FEM: constraint body heat source, add object, command, etc
2017-12-02 13:17:30 +01:00
Markus Hovorka
fa2aa100be
FEM: selection widget, add module
2017-12-02 13:17:30 +01:00
Bernd Hahnebach
c9758d6f93
FEM: old ccx analysis tools, move analysis tools into ccx analysis tools, all new solver should use the new solver frame work
2017-12-02 13:17:30 +01:00
Bernd Hahnebach
939bbfa371
FEM: ccx, add it to the new solver framework but use the old ccx writer
2017-12-02 13:17:30 +01:00
Bernd Hahnebach
f049981619
FEM: z88, remove from old solver framework
2017-12-02 13:17:30 +01:00
Bernd Hahnebach
3b9e162b74
FEM: z88, add it to the new solver framework
2017-12-02 13:17:30 +01:00
Markus Hovorka
6f2dea1560
FEM: new solver framework, initial commit
2017-12-02 13:17:30 +01: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
e0b2ecefcf
FEM: code formating, flake8
2017-11-08 23:01:31 +01:00
Wilfried Hortschitz
88fd4f4253
FEM: material task panel, repair restore of values considering locales
2017-11-01 10:37:25 -02:00
looooo
5d1de6037d
py3: some diff for fem with py3
2017-10-25 10:56:31 +02:00
wmayer
18c8a15cb5
inherit FemAnalysis from DocumentObjectGroup and remove Member property
2017-10-24 20:07:05 +02:00
Unknown
fb49c5a078
FEM: typo fixes
...
+ some whitespace formatting
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
cdd1d785b3
FEM: move observer into PyGui
2017-10-07 11:51:00 +02:00
Bernd Hahnebach
f84079e5fb
FEM: objects module, add doc parameter to creation tools
2017-09-19 11:33:08 +02:00
looooo
fd9de86ec0
Fem: fix one import statement for python3
2017-09-13 08:01:29 +02:00
Bernd Hahnebach
a3639f40e8
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
f82f3047c1
FEM: command purge results, make it independent from ccx analysis tools
2017-08-31 11:09:13 +02:00
luzpaz
13458618e9
trivial typo fix
2017-08-31 11:09:13 +02:00
joha2
69cd7ba949
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
ed7ad967c4
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
313da7a21e
FEM: py3, proper import Units module
2017-08-04 06:57:12 +02:00
Bernd Hahnebach
3182af8a19
FEM: code formating, flake8
2017-08-04 06:57:12 +02:00
wmayer
69dfcd2ae6
add method to get ccx version and inform user in case of problems
2017-08-02 23:59:41 +02:00
wmayer
71cfaa9967
restore cursor when loading results file raises an exception
2017-08-02 21:16:10 +02:00
Bernd Hahnebach
90c204f495
FEM: mechanical result object, it does not depend on an active analysis anymore
2017-08-02 12:45:15 +02:00
Bernd Hahnebach
7def02e826
FEM: mesh result object, make it child of mechanical result
2017-08-02 12:45:15 +02:00
Bernd Hahnebach
7fec06ae7b
FEM: mesh result object, add icon
2017-08-02 12:45:15 +02:00
Bernd Hahnebach
a8ff9bedd4
FEM: mesh result object, implement new object
2017-08-02 12:45:15 +02:00
Bernd Hahnebach
a6da52323e
FEM: set mesh color, use proper return values for python API
2017-08-02 12:45:15 +02:00
qingfengxia
60fb86337f
Fem solve bondary layer meshing issue #3111
2017-08-01 14:12:40 +02:00
qingfengxia
990db4aa73
FEM: add BoundaryLayer support into write_geo() of FemGmshTools.py
2017-08-01 14:12:40 +02:00
qingfengxia
db0d08726a
FEM: add FemMeshBoundaryLayer Command and icon file
2017-08-01 14:12:40 +02:00
qingfengxia
e3d273746d
FEM: add FemMeshBoundaryLayer obj and gui objects
2017-08-01 14:12:40 +02:00
Bernd Hahnebach
84bb32fe70
FEM: result stats, fix some issues and add all result types
2017-07-08 12:27:12 -03:00
Bernd Hahnebach
dadb172771
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
ec8a20c5a7
FEM: mesh objects, use same name sheme as for all other FEM objects
2017-07-03 19:27:38 +02:00
Bernd Hahnebach
57672dae5c
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
cb26278bce
FEM: nonlinear material, set nonlinear geometry for nonlinear material in ccx solver
2017-07-03 19:27:38 +02:00
Bernd Hahnebach
de3fe945ae
FEM: python task panels, more selection on click of list items in task panel
2017-06-26 22:36:02 +02:00