Bernd Hahnebach
2d83f56fc7
FEM: utils, add some defs to collect analysis group member
2018-12-07 08:53:48 -03:00
Bernd Hahnebach
ddb4c77b5b
FEM: utils, rename get single member
2018-12-07 08:53:48 -03:00
Bernd Hahnebach
986dc046d8
FEM: utils, rename get member
2018-12-07 08:53:48 -03:00
Bernd Hahnebach
5c5b100b2f
FEM: elmer writer, use class methond instead of utils method directly
2018-12-07 08:53:48 -03:00
Bernd Hahnebach
c2e5df0e16
FEM: solver tasks, delete duplicate methods
2018-12-07 08:53:48 -03:00
Bernd Hahnebach
99a7bad13d
FEM: unit tests, extend commends to command for every module test
2018-12-07 08:53:48 -03:00
Bernd Hahnebach
9231c60e6e
FEM: unit tests, extend the FEM is derived from test to more Trues
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
4d345e1853
FEM: utils, get rid of duplicate defs
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
57b9eddfb0
FEM: utils, improve method to return the obj type
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
80517c71b8
FEM: utils, rename isOfTypeNew to is_of_type
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
5407c894c5
FEM: utils, rename typeOfObj to type_of_obj
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
30b006fef0
FEM: unit tests, move object tests in separate test module and class
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
666ef18baf
FEM: unit tests, better name for unit test FreeCAD file names
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
6f2f3f6d35
FEM: unit tests, better comments
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
c6f513857d
FEM: unit tests, rename common class
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
ab6f575ba8
FEM: ccx tools, move helper into fem utils module
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
87a52f12a6
FEM: calculix, fix obj type check
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
bf7e8d40cc
FEM: z88, fix obj type check
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
6379919c75
FEM: z88 writer, raise exception if element type is not supported by Z88
2018-12-06 08:53:58 -03:00
Bernd Hahnebach
19a548b834
FEM: results, initialize Stats with the appropriate lenght on obj. creation
2018-11-27 13:23:00 -03:00
Bernd Hahnebach
3ced344e20
FEM: results, fix stats setting
2018-11-27 13:23:00 -03:00
Bernd Hahnebach
bbee961239
FEM: special character, Python seams not to like the ü of Jürgen even it is an comment
2018-11-26 09:10:17 -03:00
Bernd Hahnebach
f988ea32ad
FEM: code formating, more format changes
2018-11-26 09:10:17 -03:00
Bernd Hahnebach
bbcc6d0c34
FEM: code formating, flake8
2018-11-26 09:10:17 -03:00
Bernd Hahnebach
3ff1293201
FEM: code formating, print function
2018-11-26 09:10:17 -03:00
luz.paz
912bce593b
FEM: make file headers title use the same schema in all fem(gui)objects/
...
Cherrypicked from femtemp f3212888c50d
+ 2 femobject uniformity fixes
fem(gui)objects leftover header copyright fix
2018-11-26 09:10:17 -03:00
luz.paz
a1b811f171
FEM: solver, make uniform copyright and developer info
...
.
2018-11-26 09:10:17 -03:00
luz.paz
15e203881b
FEM: solver, make file header title use the same schema in all solver modules
...
Made uniform all __title__ doxy \addtogroup blocks
2018-11-26 09:10:17 -03:00
Yorik van Havre
63bb7db4a6
Fixed coverity issues
...
184348 Bad use of null-like value
175794 Copy-paste error
172913 Copy-paste error
169506 Structurally dead code
169504 Bad use of null-like value
169013 Copy-paste error
2018-11-19 19:36:50 -02:00
Yorik van Havre
31b896ad07
Fixed coverity issues
...
184298 Bad use of null-like value
183849 Bad use of null-like value
183846 Bad use of null-like value
183845 Copy-paste error
183844 Bad use of null-like value
2018-11-19 19:17:56 -02:00
wmayer
e63fa8161a
fix re-throwing an exception
2018-11-15 17:20:55 +01:00
wmayer
145cefb131
Replace Base::Exception with appropriate subclass
2018-11-14 17:19:30 +01:00
looooo
5a915d5db6
add function to retrive femmesh edges by a TopoDS_Edge
2018-11-09 11:11:59 +01:00
Bernd Hahnebach
9c2ef2b5f9
FEM: commands, sort classes
2018-11-06 12:04:49 -03:00
Bernd Hahnebach
a5d5687220
FEM: print mesh info, rename it to display mesh info
2018-11-06 12:04:49 -03:00
Bernd Hahnebach
aaf4fed348
FEM: z88 mesh, some changes:
...
- add a much simpler method to write a FemMesh to Z88 file format by Python
- add a read method which does not create a document object but just returns the FemMesh
2018-11-06 12:04:49 -03:00
luz.paz
c7785267a7
Misc. typos and whitespace
...
Found via `codespell -q 3 --skip="*.po,*.ts,./.git,./src/3rdParty,./src/CXX,./src/zipios++,./src/Mod/Assembly/App/opendcm,./ChangeLog.txt" -I ../fc-word-whitelist.txt` and `grep`. Excess whitespace auto-removed by Atom editor.
2018-11-03 16:13:06 -03:00
wmayer
36271b4052
move from deprecated boost.signals to boost.signals2 library
2018-10-30 19:09:03 +01:00
lorenz
0d9b20adb4
py3: Fem: remove extra b'ees
...
https://forum.freecadweb.org/viewtopic.php?f=18&t=30954
2018-10-28 15:13:30 +01:00
Bernd Hahnebach
61205d086f
FEM: nonlinear material, small fix in setting solver attributes
2018-10-25 11:00:07 -03:00
Bernd Hahnebach
27b51c98e4
FEM: ccx solver task panel run, return error if CalculiX has finished but there are errors in output. Happens on nonpositive jacobians
2018-10-25 11:00:07 -03:00
Bernd Hahnebach
859e4e7778
FEM: ccx tools, small improvements if nonpositive jacobians are in the mesh
2018-10-25 11:00:07 -03:00
luz.paz
ccd7be0bc2
FEM: file headers, fix .cpp and .h header text
2018-10-25 11:00:07 -03:00
Bernd Hahnebach
d8eb9dd470
FEM: code formating, cut lines with more than 200 diggits
2018-10-17 11:23:05 +02:00
Bernd Hahnebach
ef87ae4d36
FEM: ccx solver, add gemetry check analysis
2018-10-17 11:23:05 +02:00
Bernd Hahnebach
601e4b5034
FEM: print message, fix
2018-10-17 11:23:05 +02:00
Bernd Hahnebach
1a01ef0d37
FEM: inout modules, delete not used and not needed variable
2018-10-17 11:23:05 +02:00
luz.paz
892c64823f
FEM: Typos
2018-10-17 11:23:04 +02:00
luz.paz
73fd1b5063
FEM: Grammar and organization fixes
2018-10-17 11:23:04 +02:00
wmayer
6cf9f8c43d
fixes 0003629: FEM, input file is not written if the FreeCAD document name has none standard letters
2018-10-11 12:40:16 +02:00