lyphrowny
359c1ae2bb
FEM: reformat codebase
2024-06-23 16:26:36 +03:00
Uwe
af684644ab
Fem: Change ConstraintPressure::Force property to App::PropertyForce
2023-10-04 17:03:28 -03:00
luzpaz
38a01939e0
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
dc05f8e9b9
FEM: Python pep8 code formatting
2022-08-06 22:29:12 +02:00
Uwe
fdd103814c
[FEM] fix broken Z88 part 4: don't hardcode memory for iterative solvers
...
- we must not hardcode the number of coincidence vector places
The user must have a chance to change this setting for the iterative solvers according to the Z88 docs.
We use as default the number Z88 uses in its distributed example.
2022-03-25 19:28:24 +01:00
Uwe
f88c95d743
[FEM] fix broken Z88 part 3: don't hardcode memory
...
- we must not hardcode the number of stiffness matrix places, especially not for the Cholesky solver
The user must have a chance to change this setting in case of a solver error. This is also according to the Z88 docs that says it is a two step process:
- the solver first computed the necessary places
- the user must set the value accordingly in case it is too low
- also some code style fixes
2022-03-25 18:40:12 +01:00
Bernd Hahnebach
f8149fa867
FEM: z88 and mystran writer, get rid of deprecated member assignments
2021-08-06 21:35:21 +02:00
Bernd Hahnebach
8973719a41
FEM: z88 tasks and writer, make use of mesh set data getter class
2021-08-06 21:35:16 +02:00
Bernd Hahnebach
1bd94cf4de
FEM: z88 writer, code formatting
2021-08-06 21:35:06 +02:00
Bernd Hahnebach
1f5728227c
FEM: typo
2021-08-04 22:25:56 +02:00
Bernd Hahnebach
52900b40b0
FEM: z88 writer, add circular beam section
2021-08-02 09:52:54 +02:00
Bernd Hahnebach
61b04f8ddc
FEM: z88 writer, delete if tests, prechecks are made before starting writer
2021-07-28 23:37:08 +02:00
Bernd Hahnebach
7f8b42af97
FEM: z88 solver, tria6 example and unit test as well as small writer improvements
2021-07-28 23:22:26 +02:00
Bernd Hahnebach
2aeba3674a
FEM: tasks and writer, use generic solver input writing method name
2021-07-18 14:47:50 +02:00
Bernd Hahnebach
3c1d251014
FEM: code formatting, revert parts of commit 058582edb5b
2021-02-16 16:17:47 +01:00
luz paz
3017fd5902
FEM: z88 solver function typos [skip ci]
2021-02-14 22:13:28 +01:00
luz paz
55f471b72c
FEM: doxygen
2020-12-04 17:50:00 +01:00
Bernd Hahnebach
93a00dc4b2
FEM: elmer and z88 writer, add input files directory print
2020-07-20 19:37:34 +02:00
Bernd Hahnebach
598e46cb18
FEM: z88 some small code improvements
2020-03-27 06:00:35 +01:00
Bernd Hahnebach
c6ae035d50
FEM: code formating and unifor licence header in Python modules
2020-03-04 07:50:21 +01:00
Bernd Hahnebach
ae3c93ba3c
FEM: more Python import cleaning
2020-02-27 08:33:39 +01:00
Bernd Hahnebach
b53c55bc79
FEM: solver writer, use member class as parameter for writer class instaed of all separate fem objs
2020-02-19 07:35:48 +01:00
looooo
1e972eca79
fem: use time.process_time instead of removed time.clock()
2020-01-16 23:13:30 +01:00
Bernd Hahnebach
bab1dd0379
FEM: typos
2019-09-12 21:05:11 +02:00
Bernd Hahnebach
c6e8c6d45f
FEM: solver z88, use single quotes instead of double ones
2019-09-05 18:24:41 +02:00
Bernd Hahnebach
508a65f115
FEM: code formating, max line length < 100, fem solver
2019-05-20 12:33:30 +02:00
Bernd Hahnebach
13552951f5
FEM: solver writer and tasks, code formating
2019-04-01 23:28:35 +02:00
Bernd Hahnebach
4da61569ce
FEM: z88 writer, cut writing time at second diggit
2019-03-31 11:18:13 +02:00
Bernd Hahnebach
0d1c841437
FEM: input file writer, use join from os package
2019-03-31 11:18:10 +02:00
Bernd Hahnebach
599b7a1542
FEM: solver frame work, some code formating for better readable code
2019-03-19 14:15:15 -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
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
Bernd Hahnebach
46dbfc8ce7
FEM: prints, use FreeCAD console prints and console error for ccx tools and writer module
2018-02-07 19:03:48 +01:00
Bernd Hahnebach
d0b5798ae4
FEM: ccx tools, remove setting analysis type with the analysis tools, is done in solver object
2018-02-07 19:03:48 +01:00
Bernd Hahnebach
b9052e72cd
FEM: beam rotation object, add it to the solver frame works
2018-01-23 14:01:27 +01:00
Bernd Hahnebach
264fb175ff
FEM: input writer, move module into solver package
2018-01-11 06:22:28 +01:00
Bernd Hahnebach
c6b1f9bb48
FEM: z88 input writer, add time output
2018-01-11 06:22:28 +01:00
Bernd Hahnebach
0e65035ed4
FEM: code formating, Python flake8: E211, E305
2018-01-01 22:54:46 +01:00
Bernd Hahnebach
792ad0da13
FEM: fem interface package, rename it to inout
2017-12-16 09:43:41 -02:00
Bernd Hahnebach
86f98162b6
FEM: mesh package, move all mesh modules in new mesh package
2017-12-07 17:12:39 +01:00
Bernd Hahnebach
55052cc9aa
FEM: package feminterface, move all import and export modules in new package feminterface
2017-12-07 17:12:39 +01:00
Bernd Hahnebach
3b9e162b74
FEM: z88, add it to the new solver framework
2017-12-02 13:17:30 +01:00