Commit Graph

1435 Commits

Author SHA1 Message Date
Bernd Hahnebach
6482870c8b FEM: gmsh mesh tool, fix geo tolerance value 2017-08-14 09:50:43 +02:00
Bernd Hahnebach
3375bdccc7 FEM: gmsh mesh object, make the geometry tolerance unit less 2017-08-12 13:22:45 +02:00
Bernd Hahnebach
babe9ad1cc FEM: gmsh group meshing, add edges and vertexes 2017-08-12 13:22:45 +02:00
Bernd Hahnebach
cb740b62c2 FEM: code formating, flake8 on new Fenics code 2017-08-12 13:22:45 +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
joha2
841d7c7c88 FEM: Fenics mesh: flake8 restored 2017-08-12 13:22:45 +02:00
joha2
d8b75812d1 FEM: Fenics mesh: improved 1D and 2D export 2017-08-12 13:22:45 +02:00
joha2
a3ae2c2339 FEM: Fenics mesh: writer XDMF, removed write_volumes function and substituted by write_codim function 2017-08-12 13:22:44 +02:00
joha2
fea99b173d FEM: Fenics mesh: export and marking, fixed flake8 issues 2017-08-12 13:22:44 +02:00
joha2
4a9aba78ae FEM: Fenics mesh: added mesh group marking in xdmf file 2017-08-12 13:22:44 +02:00
joha2
e1b6c5ddea FEM: Fenics mesh: some small improvements 2017-08-12 13:22:44 +02:00
joha2
fc6971a8ac FEM: Fenics mesh: implemented generalized cell writeout function with co-dimension parameter 2017-08-12 13:22:44 +02:00
joha2
ae09b83f09 FEM: Fenics xdmf: added writeout of gmsh groups as cell functions 2017-08-12 13:22:44 +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
Markus Hovorka
d8d135d6cc FEM: Use ConstraintPython for SelfWeight 2017-08-04 06:57:12 +02:00
Markus Hovorka
5618637afe FEM: add ConstraintPython object type
Constraints implemented in python can use this object as their base.
That makes it easier to identify them as constraint objects.
2017-08-04 06:57:12 +02:00
Bernd Hahnebach
cb74b2bb9c FEM: unit tests, import all FEM python modules 2017-08-04 06:57:12 +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
fae841448b FEM: frd, vtk and Z88 result import, do not create an analysis object on import of lonley results 2017-08-02 12:45:15 +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
51ca6c1060 FEM: mesh result object, make use of it 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
e140eb060a FEM: code formating, flake8 2017-08-02 12:45:15 +02:00
makkemal
15db7dc8c0 FEM: 3D beam/shell output preferences
FEM 3D Beam shell output ui update

FEM: 3d Beam/Shell output ui variables added
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
Bernd Hahnebach
0e5ce21a5d FEM: Z88 result impoort, small improvements 2017-08-02 12:45:15 +02:00
Bernd Hahnebach
e5d451c89b FEM: Fenics and Z88 mesh import, add empty seg3 dict on return value 2017-08-02 12:45:15 +02:00
Bernd Hahnebach
5a3855fe8f FEM: code formating, better readable return values 2017-08-02 12:45:15 +02:00
Bernd Hahnebach
21146834b5 FEM: gmsh mesh object, some better comment 2017-08-02 12:45:15 +02:00
Bernd Hahnebach
6587d181bb FEM: make python make def of netgen mesh object fit in FEM name sheme 2017-08-02 12:45:14 +02:00
Bernd Hahnebach
a155178771 FEM: code formating, flake8 in new boudary layer code 2017-08-02 06:49:33 +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
eb523d4f60 FEM: add FemMeshBoundaryLayer related py files to CMakefiles 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
qingfengxia
ee2c225f67 FEM: add MeshBoundaryLayerList property in FemMeshGmsh obj 2017-08-01 14:12:40 +02:00
Bernd Hahnebach
1a76db8d4d FEM: unit tests, code formating, flake8 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
bd1c463d80 FEM: unit tests: case frd file mflow and networkpressure reading, adapt to the slightly changed frd result file 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
ef8c9d8f87 FEM: unit tests, use 1DFlow results of unit test python code analysis 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
ef3ca3ba51 FEM: unit tests, add test case for reading frd file with mflow and npressure 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
715b93cf74 FEM: unit tests, adapte 1DFlow example and extend stats comparing to mflow and networkpressure in conjunction with inout nodes file 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
b2c1203808 FEM: move 1DFlow inout nodes file into analysis directory and do not delete it 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
3d8a4884c8 FEM: frd reading, 1DFlow frd reading, add nodes key vector 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
87f8c32e4c FEM: unit tests, code formating, delete some empty lines 2017-07-21 17:35:43 +02:00