luz paz
60a6e8e36e
FEM: Added instructions to fem.dox file
2020-12-04 17:50:05 +01:00
luz paz
55f471b72c
FEM: doxygen
2020-12-04 17:50:00 +01:00
luz paz
3830b562d5
FEM: Issue #0004473 : Expose openCommand() to translation
...
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the FEM Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
2020-12-01 14:53:35 +01:00
Bernd Hahnebach
1ccdab3c5d
FEM: gmsh task panel, fix regression added with 692358ea8cfa
2020-11-30 11:53:17 +01:00
Bernd Hahnebach
8744ee985a
FEM: small code change to get lgtm quit
2020-11-26 09:07:47 +01:00
Bernd Hahnebach
fbb3664380
FEM: dummy usage of some vars for flake8 no longer needed
2020-11-26 09:07:39 +01:00
Bernd Hahnebach
6bcc839dba
FEM: trailing whitespaces
2020-11-26 09:07:32 +01:00
Bernd Hahnebach
ed20cd44f5
FEM: remove superfluous 'pass'
2020-11-26 09:07:25 +01:00
Bernd Hahnebach
cf57e5feff
FEM: ccxtools, dir improvements
2020-11-18 23:32:15 +01:00
Bernd Hahnebach
3cdbbe6dbc
FEM: typo in coding conventions
2020-11-18 08:16:01 +01:00
Bernd Hahnebach
a5c80b6eca
FEM: elmer solver, add newline in output
2020-11-11 16:52:16 +01:00
luz paz
7a5da0301d
femtest/test_information.md: tweaks
...
Tweaked the markdown
2020-11-10 23:20:29 +01:00
luz paz
ebc0ef5d53
FEM: remove superfluous 'pass'
...
Fixes LGTM alert
Per the documentation:
```
A 'pass' statement is only necessary when it is the only statement in a block (the list of statements forming part of a compound statement). This is because the purpose of the 'pass' statement is to allow empty blocks where they would otherwise be syntactically invalid. If the block already contains other statements then the 'pass' statement is unnecessary.
```
2020-11-10 23:20:23 +01:00
Yorik van Havre
ae2c707892
Merged crowdin translations
2020-11-10 14:58:06 +01:00
Yorik van Havre
43596a68af
Merged crowdin translations
2020-10-28 12:04:37 +01:00
Bernd Hahnebach
6fda0a2faa
FEM: python, get rid of bare excepts
2020-10-27 08:24:27 +01:00
luz paz
27fc4d6c7e
Fix various typos [skip-ci]
2020-10-24 12:25:46 +02:00
wmayer
38819925a5
Fem: Python header must be included before vtk headers to avoid re-definition of macro _LARGEFILE_SOURCE
2020-10-18 14:45:31 +02:00
Yorik van Havre
c2cec2c38a
Merged crowdin translations
2020-09-30 14:37:02 +02:00
Bernd Hahnebach
b3ca8f2284
FEM: object unit tests, improve some comments
2020-09-26 23:29:38 +02:00
Bernd Hahnebach
41b3421563
FEM: z88 solver, use same object type schema as for all other solver objects
2020-09-26 23:17:36 +02:00
Bernd Hahnebach
7ad6caff84
FEM: python code formating
2020-09-26 23:17:27 +02:00
wmayer
66bf741d37
FEM: [skip ci] Coverity: Dereference after null check
2020-09-22 20:32:21 +02:00
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