Commit Graph

1456 Commits

Author SHA1 Message Date
Bernd Hahnebach
f84079e5fb FEM: objects module, add doc parameter to creation tools 2017-09-19 11:33:08 +02:00
wmayer
fde42545ba fix various coverity issues 2017-09-15 11:48:38 +02:00
luzpaz
a3953e95df misc typos
misc-typos
2017-09-15 09:54:14 +02:00
wmayer
712966ff50 rename method from remObject to removeObject to be more readable 2017-09-13 18:57:38 +02:00
looooo
fd9de86ec0 Fem: fix one import statement for python3 2017-09-13 08:01:29 +02:00
Bernd Hahnebach
098ec55b58 FEM: py3, set prints in brackets 2017-09-11 10:21:01 +02:00
Bernd Hahnebach
07a7b1b055 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
6dba95c7f0 add security check for data validation in FEM fluid boundary panel 2017-09-10 17:52:11 +02:00
qingfengxia
bfa78670d2 FEM: bugfix for Console print std::string which needs c_str() conversion 2017-09-10 17:09:44 +02:00
qingfengxia
5dd6073715 FEM: enable thermal and turbulence boundary setting UI 2017-09-10 17:09:19 +02:00
qingfengxia
d03f09d7ae FEM: enable edge selection for FemConstraintFluidBoundary of 2D case 2017-09-10 17:09:00 +02:00
wmayer
0d617f97d6 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
b16b17ced2 Updated translation strings (and sent to crowdin) 2017-08-31 10:46:55 -03: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
Bernd Hahnebach
ea84ed71c0 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
Bernd Hahnebach
01519924d3 FEM: z88, fix some comment in result importer 2017-08-31 11:09:13 +02:00
Bernd Hahnebach
6257cc3e8e FEM: code formating, get rid of tabs 2017-08-31 11:09:13 +02:00
luzpaz
13458618e9 trivial typo fix 2017-08-31 11:09:13 +02:00
Bernd Hahnebach
e427bc0ce2 FEM: z88, fix tet10 import and export node order 2017-08-22 18:23:58 +02:00
Bernd Hahnebach
132671d4da FEM: z88 disp reader, adapt new result mesh creation for results objects 2017-08-22 18:23:50 +02:00
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