Commit Graph

303 Commits

Author SHA1 Message Date
Tobias Vaara
0ad5a0f735 FEM: unit tests, add calculix flexural buckling 2021-06-09 08:23:14 +02:00
Bernd Hahnebach
09f441c93e FEM: unit test, add simple calculix frequency example 2021-06-09 08:23:14 +02:00
donovaly
cc0af9b4dd [FEM] proper support for Gmsh HighOrder optimization
There are 4 optimizers available while we only supported 1. This PR adds support for all.
2021-04-08 13:29:50 +02:00
donovaly
75371bb238 [FEM] add mesh algorithms
- Gmsh has since a while 2 new mesh algorithms
- on the other hand the two algorithms ""Frontal Delaunay" and "Frontal Hex" are deprecated and not listed anymore in the docs: https://gmsh.info/doc/texinfo/gmsh.html#index-Mesh_002eAlgorithm3D
and indeed all attempts with these 2 algorithms fail
2021-03-24 17:01:47 +01:00
Bernd Hahnebach
71141d0964 FEM: fix unit test because of denisty writing. See 3e1b16b198. This reverts 8ec3766b00 2021-03-17 09:33:21 +01:00
Bernd Hahnebach
8ec3766b00 FEM: unit tests, fix denisty writing in existing unit tests 2021-03-13 22:38:56 +01:00
UR-0
65b9f8b43d [FEM]implement Gmsh mesh property "MeshSizeFromCurvature" 2021-03-13 21:13:30 +01:00
Bernd Hahnebach
a62b5b314b FEM: code formatting, revert parts of commit f4a65dcbb6 2021-02-16 16:17:47 +01:00
wmayer
65b4271d53 FEM: fix also typos in inp files to avoid to break unit tests
See also: 22ed94e118
2021-01-04 13:38:43 +01:00
luz paz
f4a65dcbb6 FEM: doxygen 2020-12-04 17:50:00 +01:00
luz paz
1b8f4747e6 femtest/test_information.md: tweaks
Tweaked the markdown
2020-11-10 23:20:29 +01:00
Bernd Hahnebach
d8e476ef42 FEM: object unit tests, improve some comments 2020-09-26 23:29:38 +02:00
Bernd Hahnebach
331fd91e7c FEM: z88 solver, use same object type schema as for all other solver objects 2020-09-26 23:17:36 +02:00
Sudhanshu Dubey
3bdb812a7d 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
e3e3781253 FEM: unit tests, add tests for cantilever examples 2020-07-21 00:06:08 +02:00
Sudhanshu Dubey
103f87ca64 FEM: unit tests, add test for node load example 2020-07-20 23:52:28 +02:00
Sudhanshu Dubey
b51f966c2a FEM: unit tests, add test for edge load calculation example 2020-07-20 23:52:13 +02:00
Sudhanshu Dubey
0a43abcf0f FEM: unit tests, add calculix test for ccx_cantilever_selfweight example 2020-07-14 20:46:53 +02:00
Bernd Hahnebach
75387cf4b1 FEM: unit tests, deactivate another failed py2 test 2020-07-14 09:44:08 +02:00
Bernd Hahnebach
ef28533cc8 FEM: unit tests, fix 2020-07-14 08:37:16 +02:00
Bernd Hahnebach
7df9a2e77c FEM: unit test, do not run a test if it not passes python 2 2020-07-14 07:36:11 +02:00
Bernd Hahnebach
5160d56f2d FEM: unit tests, update test commands 2020-07-13 23:10:11 +02:00
Bernd Hahnebach
41cfe08021 FEM: z88 unit tests, fix for installed FreeCAD 2020-07-13 22:31:07 +02:00
Sudhanshu Dubey
07b9492f76 FEM: unit tests, add z88 writing test framework 2020-07-13 16:47:57 +02:00
Bernd Hahnebach
558ea8e800 FEM: elmer unit tests, better names in the regard of unit schema 2020-07-13 16:25:04 +02:00
Bernd Hahnebach
fdb8448ac5 FEM: elmer unit tests, add SI units file writing test 2020-07-13 16:24:58 +02:00
Bernd Hahnebach
8d8a8dd87d FEM: constants, more exact values 2020-07-13 08:08:57 +02:00
Bernd Hahnebach
af70ea48d4 FEM: calculix writer, better information in the regard of units 2020-07-13 08:08:45 +02:00
Bernd Hahnebach
6e40c19f73 FEM: examples, rename material multiple two boxes 2020-07-10 08:41:13 +02:00
Sudhanshu Dubey
76b131706f FEM: unit tests, add test for multibody face analysis example 2020-07-10 08:41:09 +02:00
Sudhanshu Dubey
1827439843 FEM: unit tests, add test for multibody analysis example 2020-07-10 08:41:05 +02:00
Bernd Hahnebach
c3da895a1f FEM: elmer writer, equation elasticity, only write needed material values 2020-07-07 12:33:54 +02:00
Bernd Hahnebach
614d5f4548 FEM: elmer unit tests, add ccx cantilever prescribed displacement example 2020-07-07 08:00:26 +02:00
Bernd Hahnebach
c251d8c99d FEM: solver calculix unit tests, add all ccx cantiever examples 2020-07-07 07:30:20 +02:00
Bernd Hahnebach
a1bf9d63fa FEM: calculix unit tests, move test from ccxtools to calculix solver 2020-07-06 23:29:22 +02:00
Bernd Hahnebach
e10fae803f FEM: elmer unit test data, rename some test data files 2020-07-06 23:29:20 +02:00
Bernd Hahnebach
74e0912ed6 FEM: elmer unit tests, code improvements 2020-07-06 23:29:18 +02:00
Bernd Hahnebach
3080c8a713 FEM: calculix unit tests, code improvements 2020-07-06 23:29:16 +02:00
Bernd Hahnebach
8875cc5b46 FEM: ccx unit test data, rename to calculix and rename some data files 2020-07-06 23:29:12 +02:00
Bernd Hahnebach
2d9459d968 FEM: ccx tools unit tests, rename some methods and change base name retrieving 2020-07-06 23:29:12 +02:00
Bernd Hahnebach
ac5f8569d0 FEM: ccx unit test data, delete not needed geometry setup files 2020-07-06 23:29:10 +02:00
vocx-fc
1de26011e0 FEM: skip importing examplesgui in unit tests 2020-07-06 06:24:51 +02:00
Bernd Hahnebach
7103688045 FEM: calculix solver unit tests, add generic inp file writing method and make use of it 2020-07-03 15:27:08 +02:00
Bernd Hahnebach
5d5119811a FEM: objects unit tests, improve directory handling 2020-07-03 15:27:00 +02:00
Bernd Hahnebach
755ffe20c7 FEM: mesh unit tests, improve directory handling 2020-07-03 15:26:53 +02:00
Bernd Hahnebach
76b03ae90f FEM: ccxtools unit tests, simplifictions 2020-07-03 09:56:59 +02:00
Bernd Hahnebach
98b804cd72 FEM: ccxtools unit tests, improve directory handling 2020-07-02 18:13:47 +02:00
Bernd Hahnebach
82551c2d0f FEM: elmer unit tests, add ccx canti node load test 2020-07-02 14:25:56 +02:00
Bernd Hahnebach
d8d0a513d2 FEM: unit tests, improve directory handling 2020-07-02 14:25:48 +02:00
Bernd Hahnebach
7890f1a7af FEM: solver elmer unit tests, add generic input file test method and make use of it 2020-07-02 14:25:39 +02:00