Commit Graph

67 Commits

Author SHA1 Message Date
Stefan Tröger
1cff507a7f FEM: Multiframe adoptions
- To support timedata and the relevant filters the pipeline needs to be fully setup, hence not only working on data
 - Multiblock source algorithm is needed to supply the time data for the algorithms
2025-03-22 23:27:10 +01:00
lyphrowny
cbea6b6094 FEM: reformat codebase 2024-06-23 16:26:36 +03:00
marioalexis
cbdef026f5 Fem: Export PostObject data to VTK - fixes #5816 2024-03-21 20:38:05 -05:00
Victor Predko
f76f842302 File formats: Uppercase file types when importing a file. (#10977)
* Added uppercase extensions for supported formats

In the file App\Application.cpp

* Added file types in upper case

* Adds uppercase file types to the file import filter.

Fixes #10879

* Added filter for *.fcmacro *.fcscript
2023-10-16 14:40:46 -03:00
luzpaz
129d5882a7 Migrate domain name from freecadweb to freecad (#9352)
* Migrate domain name from freecadweb to freecad
* Migrate src/Mod/Material files
* Migrate Stylesheet related files
* Migrate *.svg files
* Migrate miscellaneous files
* Migrate some build files
* Migrate recently added TD AR_IRAM template files

Closes #6415
2023-04-24 15:19:20 -05:00
Bernd Hahnebach
ffd51eda61 FEM: python code formatting 2022-07-31 23:47:45 +02:00
Uwe
529c48cca4 [FEM] remove unneeded checks for Python 3
since we only support Python >=3, these checks can go
2022-07-31 15:36:54 +02:00
Uwe
6625281986 [FEM] enable to run Elmer multi-threaded
- this needs proper testing, especially on a non-Windows system

- note that for some tasks multi-threading requires non-standard additional solvers like MUMPS. Ideally the user should be informed about this, depending on the equations he uses. But this should not block this PR, meaning to use multi-threading in general.
2022-07-16 14:59:25 +02:00
Bernd Hahnebach
e100971fa0 FEM: add Nastran mesh exporter based on pyNastran 2021-07-31 16:56:35 +02:00
Bernd Hahnebach
a62b5b314b FEM: code formatting, revert parts of commit f4a65dcbb6 2021-02-16 16:17:47 +01:00
luz paz
f4a65dcbb6 FEM: doxygen 2020-12-04 17:50:00 +01:00
Bernd Hahnebach
a3a61c3348 FEM: normalise license headers 2020-05-22 18:55:05 +02:00
Bernd Hahnebach
4c9c66015a FEM: unit tests, add app to test fem module name 2020-05-22 15:55:56 +02:00
Bernd Hahnebach
5a2fcf83e3 FEM: Py2, deactivate migration modules 2020-05-22 08:12:31 +02:00
Bernd Hahnebach
6e0e7580fd FEM: add modules to migrate old FEM app and gui objects 2020-05-16 08:29:46 +02:00
Bernd Hahnebach
8796d7bc11 FEM: App and Gui init script:
- improve imports
- add comments
- some code formating
2020-05-13 17:58:05 +02:00
Bernd Hahnebach
ba34cc6a96 FEM: mesh export, add export to Python module 2020-04-17 22:51:36 +02:00
Bernd Hahnebach
5620122ae7 FEM: code formating and unifor licence header in Python modules 2020-03-04 07:50:21 +01:00
luz.paz
1baf5da3cf FEM: [skip ci] fix header uniformity
This PR fixes header uniformity across all FEM WB files
2019-12-21 20:00:14 +01:00
Bernd Hahnebach
fbba0bbd38 FEM: code formating, small ones 2019-08-16 08:33:06 +02:00
joha2
d78f5a1151 FEM: added import/export of mesh as YAML/JSON 2019-06-08 22:24:48 +02:00
Bernd Hahnebach
4b7ddfe407 FEM: file types, sort them for im- and export 2019-01-20 00:32:17 +01:00
Bernd Hahnebach
150bcfcd77 FEM: mesh api, import of Abaqus inp mesh file with Fem API 2018-12-14 22:51:39 +01:00
Bernd Hahnebach
b441c0d3e8 FEM: mesh api, import of z88 mesh file with Fem API 2018-12-14 22:51:39 +01:00
Bernd Hahnebach
e01546b0a9 FEM: mesh api, export of z88 mesh file with Fem API 2018-12-12 08:47:33 -03:00
Bernd Hahnebach
50ab6e292c FEM: Python code formating, flake8 2018-09-19 21:40:57 +02:00
wmayer
67b5ee0931 now each module registers its unit tests itself 2018-08-28 13:14:16 +02:00
Bernd Hahnebach
2540f2a3bb FEM: mesh export, fix init file and better output 2018-03-14 07:47:17 +01:00
Bernd Hahnebach
06df53ef6e FEM: vtk import, fix import of generic vtk files 2018-03-12 15:10:17 +01:00
Bernd Hahnebach
e3ef7fc90b FEM: vtk export, fix module name in init 2018-03-12 15:10:17 +01:00
Bernd Hahnebach
6eee1b46ff FEM: code formating, flake8 2018-02-21 14:33:45 +01:00
Bernd Hahnebach
6fe8a881e8 FEM: init module, better file import export description 2018-02-19 07:03:14 +01:00
Bernd Hahnebach
6c8dc3dd00 FEM: fem interface package, rename it to inout 2017-12-16 09:43:41 -02:00
Bernd Hahnebach
014f8cac3b FEM: package feminterface, move all import and export modules in new package feminterface 2017-12-07 17:12:39 +01:00
Bernd Hahnebach
ec7669992a FEM: code formating, get rid of mixed line endings in one file, use unix ones (standard in FEM) 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
4efcad7751 FEM: z88 disp reader, adapt new result mesh creation for results objects 2017-08-22 18:23:50 +02:00
joha2
85c2e6a1ee FEM: Fenics meshes, add support for xdmf format, some more improvements 2017-05-27 19:57:28 -03:00
joha2
d751423dbd FEM: fenics xml mesh format, add mesh import 2017-03-04 13:02:11 -03:00
joha2
10dd719631 FEM: fenics xml mesh format, add export module 2017-02-28 17:35:26 +01:00
Bernd Hahnebach
e07b45d59d FEM: better module names for CalculiX result reader modules 2017-02-16 14:00:39 +01:00
Bernd Hahnebach
9431d8ed4c FEM: better module name for Z88 o2 result reader 2017-02-16 14:00:39 +01:00
Bernd Hahnebach
ea1829c9fa FEM: vtk result file reading, activate import in python vtk import module 2017-02-16 07:54:26 +01:00
Bernd Hahnebach
3f08dd5739 FEM: import Z88 results, change module name to import... 2017-01-30 18:22:28 +01:00
Bernd Hahnebach
469e391f66 FEM: import VTK results, change module name to import... 2017-01-30 18:22:23 +01:00
qingfengxia
9ce1662ae1 Fem: add FemResult export to VTK files for visualization externally 2017-01-30 18:22:11 +01:00
Bernd Hahnebach
8d786be579 FEM: code formating, make all python module start the same way
- module info
- doxygen documentation
- imports
- code
2016-11-22 19:50:50 +01:00
qingfengxia
72be9094ea Fem: add feature off vtk unstructured mesh import and export 2016-10-29 15:12:18 +02:00
fandaL
7d2f1cbaf3 FEM: import mesh from .inp file 2016-08-15 21:35:54 +02:00
Bernd Hahnebach
30baceeb61 FEM: python code formating flake8: add white space to start comment block, where missing 2016-07-21 18:40:51 -03:00
Bernd Hahnebach
966ce79207 FEM: trailing white spaces and format space in module Init.py 2016-05-26 12:06:44 +02:00