Uwe
fa39e0929c
[FEM] update test files to previous Elmer fixes
2022-03-19 03:34:18 +01:00
Anders Torger
7d628a6e03
Add General.NumThreads = CPU core count setting to Gmsh
...
settings file to enable multi-threaded meshing (much faster
for larger models)
2022-03-12 23:26:55 +01:00
luz paz
d877ee4d47
Make source code comments use gender neutral pronouns
...
The changes also include some grammatical fixes as well.
2021-12-02 16:18:04 -05:00
Ajinkya Dahale
0a91d2e731
[FEM] Change reference files to avoid failed tests
...
Fixes two errors introduced in/due to 7621382272ae712ebf4493d996d1a1a918e95df7.
First one is a typo. The writer used "translations" where the reference file for
the test used "translation". Went with "translation" since that was mentioned in
the comment just above.
Second one is some missed out new lines in the reference file
`.../constraint_transform_beam_hinged.inp`. These lines were added in
`.../frequency_beamsimple.inp` but not here.
2021-08-18 17:19:24 +02:00
fandaL
df215f4fce
FEM:request for reaction forces on Constraint displacement
2021-08-11 10:02:40 +02:00
Bernd Hahnebach
df68388888
FEM: calculix unit tests, add beam cross section tests
2021-08-04 22:26:07 +02:00
Bernd Hahnebach
00a6821903
FEM: calculix writer, force constraint, do not write zero loads
2021-08-02 11:14:11 +02:00
Bernd Hahnebach
7f92c9acdc
FEM: Mystran solver, add examples and writer unit tests
2021-07-31 16:57:01 +02:00
Bernd Hahnebach
ebc8f8c857
FEM: ccx canti quad4 example and unit test, improve mesh
2021-07-29 22:25:38 +02:00
Bernd Hahnebach
d6568c8303
FEM: examples and unit tests calculix solver, add ccx cantilever with quad8 elements
2021-07-29 13:10:30 +02:00
Bernd Hahnebach
1ea0d9a9e0
FEM: examples and unit tests calculix solver, add ccx cantilever with quad4 elements
2021-07-29 13:10:22 +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
a8a6d01d6c
FEM: calculix unit tests, add ccx cantilever with seg2, seg3, tria3 and tria6 mesh elements
2021-07-28 17:24:13 +02:00
Bernd Hahnebach
616ee70e34
FEM: examples and unit tests, some heavy file renaming
2021-07-25 19:20:39 +02:00
Bernd Hahnebach
a8ac4f5fb6
FEM: calculix writer, improve information about units in input file
2021-07-14 10:46:43 +02:00
Bernd Hahnebach
e7efd877d8
FEM: calculix writer, improve floats writing for femelement material
2021-07-14 10:15:18 +02:00
Bernd Hahnebach
fef8689c48
FEM: calculix writer, improve floats writing for femelement geometry
2021-07-14 09:16:47 +02:00
Bernd Hahnebach
bbbb8760ab
FEM: calculix writer, continue improve floating point writing for constraints
2021-07-14 09:16:39 +02:00
Bernd Hahnebach
3777067694
FEM: calculix writer, improve floating point writing
2021-07-13 22:27:31 +02:00
Bernd Hahnebach
7d68686758
FEM: calculix writer, move constraint initialtemperature in separate module, use generic constraint writer and fix unit tests
2021-07-12 01:03:20 +02:00
Bernd Hahnebach
51db88451a
FEM: calculix writer, do no longer write method names into input file, fix all unit test files
2021-07-12 01:02:46 +02:00
Bernd Hahnebach
71ad243da6
FEM: constraint centrif, add unit test
2021-07-09 22:04:14 +02:00
Sudhanshu Dubey
8279d687fb
FEM: constraint transform beam hinged, add unit test
2021-07-09 17:40:36 +02:00
Bernd Hahnebach
9602e3aac3
FEM: constraint transform torque example, code improvement and unit test fix
2021-07-09 13:17:58 +02:00
Sudhanshu Dubey
da14b75b6b
FEM: contraint transform example, add unit test
2021-07-09 13:17:50 +02:00
Bernd Hahnebach
624c02fdcf
FEM: calculix writer, move heatflux suface faces getter in separate method (like other constraints do)
2021-07-07 11:40:46 +02:00
Bernd Hahnebach
35c9510d0c
FEM: calculix writer, use obj name as unique identifier for constraint section print
2021-07-06 14:55:38 +02:00
Bernd Hahnebach
5a9fef24bf
FEM: examples, typo in flexural buckling
2021-06-15 20:38:28 +02:00
Tobias Vaara
e56fe24cfc
FEM: unit tests, add calculix flexural buckling
2021-06-09 08:23:14 +02:00
Bernd Hahnebach
1c0f52cb1b
FEM: unit test, add simple calculix frequency example
2021-06-09 08:23:14 +02:00
donovaly
58b0dd38c2
[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
ac6f25ea4a
[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
16e851e0e0
FEM: fix unit test because of denisty writing. See 8f32144b447. This reverts f7605f29633
2021-03-17 09:33:21 +01:00
Bernd Hahnebach
4984d0031b
FEM: unit tests, fix denisty writing in existing unit tests
2021-03-13 22:38:56 +01:00
UR-0
de9329a6c1
[FEM]implement Gmsh mesh property "MeshSizeFromCurvature"
2021-03-13 21:13:30 +01:00
wmayer
2b60042821
FEM: fix also typos in inp files to avoid to break unit tests
...
See also: 5c6b59b6530d
2021-01-04 13:38:43 +01: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
7e943a80ae
FEM: unit tests, add calculix test for ccx_cantilever_selfweight example
2020-07-14 20:46:53 +02:00
Sudhanshu Dubey
2d40c82435
FEM: unit tests, add z88 writing test framework
2020-07-13 16:47:57 +02:00
Bernd Hahnebach
b900b2956b
FEM: elmer unit tests, better names in the regard of unit schema
2020-07-13 16:25:04 +02:00
Bernd Hahnebach
fc10c05719
FEM: elmer unit tests, add SI units file writing test
2020-07-13 16:24:58 +02:00
Bernd Hahnebach
856c1206bd
FEM: constants, more exact values
2020-07-13 08:08:57 +02:00
Bernd Hahnebach
5426541179
FEM: calculix writer, better information in the regard of units
2020-07-13 08:08:45 +02:00
Bernd Hahnebach
5f88fa2ebb
FEM: examples, rename material multiple two boxes
2020-07-10 08:41:13 +02:00
Sudhanshu Dubey
fc89991203
FEM: unit tests, add test for multibody face analysis example
2020-07-10 08:41:09 +02:00
Sudhanshu Dubey
aa13a93dff
FEM: unit tests, add test for multibody analysis example
2020-07-10 08:41:05 +02:00
Bernd Hahnebach
8b82fdf7f5
FEM: elmer writer, equation elasticity, only write needed material values
2020-07-07 12:33:54 +02:00
Bernd Hahnebach
fe4e706a04
FEM: elmer unit tests, add ccx cantilever prescribed displacement example
2020-07-07 08:00:26 +02:00