Bernd Hahnebach
|
c849182303
|
FEM: unit test, add test for isOfTypeNew
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
13b1ea6024
|
FEM: unit test, add test for FreeCADs isDerivedFrom
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
5fc5122fcb
|
FEM: unit test, add test for isDerivedFrom def from fem utils modul
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
a8b3b2f239
|
FEM: unit test, add type test for all FEM objects from object creation module
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
9e87dfa6cf
|
FEM: fem utils, add def to return type for all objects (Python and C++)
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
b73853efa5
|
FEM: fem tools package, move fem utils in it
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
ace7f38224
|
FEM: unit test, better name for CalculiX new framework machine
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
cec9342803
|
FEM: unit test, remove not needed back slashes
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
6d7f31f3b6
|
FEM: unit test, rename make objects test def
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
907adad9ab
|
FEM: ccx tools, delete elmer code since ccx tools only support ccx
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
5ee46bc8dd
|
FEM: ccx tools, comment improvements
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
0f4b4c9634
|
FEM: constraint body heat source, use for proxy type the same name sheme like other constraints
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
c34bbb007a
|
FEM: proxy type, use for all classes the notation Fem:: same as C++ classes
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
8f91010ba6
|
FEM: typo in comment
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
220905c407
|
FEM: Python base constraint, move modules into gui and obj packages
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
a8a9e13ca9
|
FEM: Python base constraint, split in obj and gui module
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
13335e531c
|
FEM: fem tools package, move ccx tools in it
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
01d215fece
|
FEM: fem tools package, add this new package
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
cf62473cbd
|
FEM: input writer, move module into solver package
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
c4b52499b6
|
FEM: make objects module, fix type of constraint fluid boundary
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
ab9f0ff145
|
FEM: obj types, sort constraints
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
1559fed0e7
|
FEN: z88 writer, comment some logs
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
910f573e4d
|
FEM: ccx input writer, get rid of code duplicate in time meassurement
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
07ee3b7c3d
|
FEM: z88 input writer, add time output
|
2018-01-11 06:22:28 +01:00 |
|
Bernd Hahnebach
|
8964584fd4
|
FEM: new solver framework, add log if input file writing was finished for Z88 and CCX
|
2018-01-11 06:22:27 +01:00 |
|
Bernd Hahnebach
|
2ce33df6d0
|
FEM: solver framework, use ccx tools as standard solver on new installations
|
2018-01-11 06:22:27 +01:00 |
|
joha2
|
90f3aada2d
|
FEM: solver framework, two checks for _dirTypes
|
2018-01-11 06:22:27 +01:00 |
|
Bernd Hahnebach
|
3e6fcd8e81
|
FEM: Python imports, fix import in feminout package
|
2018-01-07 18:09:10 -02:00 |
|
Bernd Hahnebach
|
74aa6b04b3
|
FEM: code formating, Python flake8: W503
|
2018-01-01 22:54:46 +01:00 |
|
Bernd Hahnebach
|
93850bd9a4
|
FEM: code formating, Python flake8: E211, E305
|
2018-01-01 22:54:46 +01:00 |
|
luzpaz
|
f6edbbdc5a
|
FEM: Typo residuals
|
2018-01-01 22:54:46 +01:00 |
|
Bernd Hahnebach
|
c121e76f1e
|
FEM: unit test, add all python packages to import test
|
2018-01-01 22:54:46 +01:00 |
|
Bernd Hahnebach
|
7c1cccdd6e
|
FEM: cmake, only copy Python GUI modules if gui is build
|
2017-12-31 15:25:34 +01:00 |
|
Bernd Hahnebach
|
8c85db3cfe
|
FEM: make objects module, less code duplication on imports
|
2017-12-31 15:25:34 +01:00 |
|
Bernd Hahnebach
|
30e33e4802
|
FEM: python imports, small improvements on some imports
|
2017-12-31 15:25:34 +01:00 |
|
Unknown
|
34b485b648
|
FEM: source typos
|
2017-12-31 15:25:34 +01:00 |
|
Unknown
|
93dd48dc6a
|
FEM: Moar typos
|
2017-12-31 15:25:34 +01:00 |
|
Unknown
|
988a406395
|
FEM: typos
|
2017-12-16 16:36:17 +01:00 |
|
Bernd Hahnebach
|
540a2cc79e
|
FEM: fem command package, rename it to commands
|
2017-12-16 09:43:41 -02:00 |
|
Bernd Hahnebach
|
6c8dc3dd00
|
FEM: fem interface package, rename it to inout
|
2017-12-16 09:43:41 -02:00 |
|
Bernd Hahnebach
|
b28c2bd1c1
|
FEM: Python modules ui panels, move them to resources folder
|
2017-12-16 09:43:41 -02:00 |
|
Bernd Hahnebach
|
bb8fdeccc7
|
FEM: task panels, move them into the view provider modules
|
2017-12-16 09:43:41 -02:00 |
|
Bernd Hahnebach
|
b030184f89
|
FEM: Gui cmake, remove init gui module since it will be compied with all Python modules
|
2017-12-16 09:43:41 -02:00 |
|
Bernd Hahnebach
|
6593f58b14
|
FEM: netgen, add command only if FEM is build with netgen
|
2017-12-16 09:43:41 -02:00 |
|
wmayer
|
d95a65b260
|
add VTK related commands only if VTK was found at configure time
|
2017-12-14 14:07:07 +01:00 |
|
Bernd Hahnebach
|
45b9386551
|
FEM: cmake, use only one cmake file for Python packages and modules
|
2017-12-13 22:00:45 +01:00 |
|
Bernd Hahnebach
|
dfdd8fc829
|
FEM: cmake, sort in cmake
|
2017-12-13 12:38:22 +01:00 |
|
Bernd Hahnebach
|
53ae390562
|
FEM: constraint flow velocity, fix task panel
|
2017-12-13 12:38:22 +01:00 |
|
Bernd Hahnebach
|
9bcdd09473
|
FEM: constraint transform, fixes #3283
|
2017-12-13 12:38:22 +01:00 |
|
Bernd Hahnebach
|
3d862b8dea
|
FEM: make objects module, better name for ccx tools solver def
|
2017-12-13 12:38:22 +01:00 |
|