Commit Graph

3264 Commits

Author SHA1 Message Date
wmayer
7723ad94f9 Fem: make sure to remove selection gate when closing task panel 2020-09-16 12:15:01 +02:00
Sudhanshu Dubey
80a73d604c FEM: tests, adding check for file
... to solve the issue reported at https://forum.freecadweb.org/viewtopic.php?p=424935#p424935
2020-09-08 07:49:02 +02:00
Sudhanshu Dubey
959328c6cf FEM: correcting string comparison 2020-09-08 07:48:56 +02:00
wmayer
b161bdb78f Base: [skip ci] add an enum for unit schemes in Python to avoid to work with numbers 2020-08-07 23:02:25 +02:00
Bernd Hahnebach
8f3cb220b1 FEM: elmer writer, make use of new unit schema FEM: mm, N 2020-08-07 19:19:44 +02:00
luz paz
f0d823eb51 Crowdin: Merge new translations [skip-ci] 2020-08-07 17:17:35 +02:00
Bernd Hahnebach
ad4a22b8a7 FEM: examples, fix another non ascii character 2020-07-31 09:07:07 +02:00
Bernd Hahnebach
4ef7bcdc17 FEM: examples, fix non ascii character in code 2020-07-31 09:04:28 +02:00
wmayer
29d01aefa0 Py2: fix Python2 builds 2020-07-30 14:37:11 +02:00
Bernd Hahnebach
7d8e532380 FEM: improve short cuts 2020-07-30 09:05:42 +02:00
Sudhanshu Dubey
f46e278a68 FEM: square pipe examples, typo corrected for consistency 2020-07-30 08:10:27 +02:00
Sudhanshu Dubey
f7abc8ac19 FEM: examples, add electrostatics electricforce example
From elmer tutorial nongui6
2020-07-30 08:10:25 +02:00
Sudhanshu Dubey
80085d43a9 FEM: examples, added capacitance two balls example 2020-07-30 08:10:23 +02:00
Sudhanshu Dubey
f1f5e10494 FEM: examples, bimetall, add solver elmer 2020-07-30 08:10:21 +02:00
Sudhanshu Dubey
5cd52e85b9 FEM: examples, add constraint transform beam hinged example 2020-07-30 08:10:19 +02:00
Sudhanshu Dubey
7695e295b2 FEM: examplesgui, enhancements
- double click to setup example
- wait cursor when loading example
- sorting second level
2020-07-30 08:10:15 +02:00
Sudhanshu Dubey
bb8a909075 FEM: examplesgui, setting default solver to None
leaving it for the example to decide
2020-07-30 08:10:15 +02:00
Bernd Hahnebach
129c4c1fb7 FEM: show result, make it possible to use the menu and icon if there is a pure result object in a document. 2020-07-26 23:40:21 +02:00
Bernd Hahnebach
c61a1d2dbf FEM: solver frame work, beside dir fix 2020-07-21 22:12:16 +02:00
Bernd Hahnebach
0518db90b6 FEM: unit tests, fix z88 for installed FC 2020-07-21 20:54:30 +02:00
Bernd Hahnebach
a3de62c8f1 FEM: calculix solver, fix result mesh purging on multiple result obj. 2020-07-21 07:27:42 +02:00
Sudhanshu Dubey
94509e8c18 FEM: unit tests, add tests for cantilever examples 2020-07-21 00:06:08 +02:00
Sudhanshu Dubey
36b00c0e91 FEM: unit tests, add test for node load example 2020-07-20 23:52:28 +02:00
Sudhanshu Dubey
be6ce20a48 FEM: unit tests, add test for edge load calculation example 2020-07-20 23:52:13 +02:00
Sudhanshu Dubey
f4980e73cb FEM: examples, add node load calculation example 2020-07-20 23:52:05 +02:00
Sudhanshu Dubey
5681af9206 FEM: examples, add edge load calculation on twisted hollow profile 2020-07-20 23:51:58 +02:00
Bernd Hahnebach
2f4c0bc5a8 FEM: fix unit test after coverity test 2020-07-20 23:11:18 +02:00
Bernd Hahnebach
6c47bb5b9e FEM: coverity, some left outs 2020-07-20 23:10:47 +02:00
Bernd Hahnebach
af4a520716 FEM: coverity, control flow issues 2020-07-20 22:34:04 +02:00
Bernd Hahnebach
8a6eaed01f FEM: coverity, Null pointer dereferences 2020-07-20 22:33:54 +02:00
Bernd Hahnebach
93a00dc4b2 FEM: elmer and z88 writer, add input files directory print 2020-07-20 19:37:34 +02:00
Bernd Hahnebach
cbf48af184 FEM: elmer tasks, better handling of not available elmer env variables 2020-07-20 19:37:25 +02:00
Bernd Hahnebach
1db461837d FEM: examples, selfweight elmer, change solver attribute 2020-07-20 19:37:17 +02:00
wmayer
983939b32d Coverity: Uninitialized scalar/pointer field 2020-07-20 17:34:30 +02:00
wmayer
560e13c5f2 Coverity: Unchecked return value 2020-07-20 17:34:30 +02:00
wmayer
0a6929a122 Coverity: Dereference after null check 2020-07-20 17:34:25 +02:00
wmayer
36363b3f14 Coverity: Resource leak 2020-07-20 17:34:24 +02:00
Bernd Hahnebach
fbd222ca2a FEM: migrate tools, fix github links 2020-07-20 16:22:47 +02:00
Bernd Hahnebach
d93229b8c5 FEM: writer base: use warning instead of error message 2020-07-20 16:22:47 +02:00
Bernd Hahnebach
a860aac641 FEM: elmer tasks, comment regression added with bf209daba4d1 2020-07-20 08:09:52 +02:00
wmayer
af42f439d9 PVS: V612 The '(4) / 3' expression was implicitly cast from 'int' type to 'float' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part 2020-07-18 10:59:28 +02:00
wmayer
d8ee57c0a1 PVS: V590 Consider inspecting this expression. The expression is excessive or contains a misprint. 2020-07-18 10:59:28 +02:00
wmayer
103f094088 PVS: V1762 It is possible a virtual function was overridden incorrectly 2020-07-18 10:59:28 +02:00
wmayer
9e2dc54094 PVS: V560 A part of conditional expression is always true 2020-07-18 10:59:27 +02:00
wmayer
1ae38aea04 PVS: V522 There might be dereferencing of a potential null pointer 2020-07-18 10:59:27 +02:00
wmayer
4807fd3b33 PVS: V730 Not all members of a class are initialized inside the constructor 2020-07-18 10:59:27 +02:00
Bernd Hahnebach
4c94a53458 FEM: elmer tasks, add TODO comments 2020-07-16 00:09:35 +02:00
Bernd Hahnebach
a936aa8744 FEM: elmer solver, improve binary handling on Linux 2020-07-16 00:09:28 +02:00
Bernd Hahnebach
46164a2b2b FEM: elmer equations, delete wrong tool tips 2020-07-16 00:09:19 +02:00
Bernd Hahnebach
eaad0c1310 FEM: examples selfweight, comments 2020-07-16 00:09:11 +02:00