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
wmayer
2df34a3c99
for inner loop use a different iterator variable than for outer loop, remove superfluous argument from Message()
2018-10-06 19:42:58 +02:00
Markus Lampert
4e62302aa3
Cleaning up startEditing/finishEditing/isEditing
2018-10-05 11:30:45 +02:00
Bernd Hahnebach
6f90e4c892
FEM: vtk, tools, better comments in header file
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
209eaeb39d
FEM: vtk, import and export FC result, better log messages
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
4fabaf94fc
FEM: vtk, import and export FC result, get the FC result properties for them from a seperate method
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
276948da4a
FEM: in out and vtk, make use of stats calculations for vtk import
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
3a3c02c22f
FEM: import tools, move stats calculation in separate method
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
94fee7a6a3
FEM: vtk, import FC result, further code improvements
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
110d6c327a
FEM: vtk, import FC result, small code improvements
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
64676c9285
FEM: vtk, import FC result, get rid of needless essential property
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
44dd56df2a
FEM: vtk, import FC result, move defs together
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
d5752eebe2
FEM: vtk, export FC result, move defs together
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
f9cac3e0e3
FEM: vtk, import FC result, get rid of needles result types
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
421f54ac65
FEM: vtk, export FC result, small code improvements
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
c19909f503
FEM: vtk, export FC result, get rid of needless result types
...
- an result is an result, we just gone export what we have
- a vtk result can consists of all kind of result types
2018-10-01 17:53:30 -03:00