Commit Graph

53 Commits

Author SHA1 Message Date
lyphrowny
e99ee08514 FEM: Fix cxx typo and remove calculix from solvers tab in examples (#12876)
* FEM: remove calculix from solvers

* FEM: remove calculix from joint with ccxtools if branches

* FEM: remove calculix from its if

* FEM: fix cxx typo in translations

* FEM: fix cxx typo in classes name

* FEM: fix ccx typo in shortcuts

* FEM: convert FEM_*CcxTools to CamelCase

* FEM: remove tests related to calculix

* FEM: remove test_solver_calculix.py from Fem/CMakeLists.txt

* FEM: convert all 'CalculiXccxTools' to 'CalculiXCcxTools'

* FEM: revert changes in all *_*.ts files

* FEM: convert 'SolverCcxtools' to 'SolverCcxTools'

* FEM: convert remaining 'Ccxtools' to 'CcxTools'
2024-04-01 10:51:23 -05:00
Chris Hennes
7187cdc811 FEM: Remove improperly licensed files
The original authors of these files could not be contacted to correct the licensing mistake in the FCStd files, so the test cases are removed.
2023-06-19 17:47:22 -05: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
ee12068253 FEM: fix failing unit test due to wrong result name, related: 761ac1ca5b1a 2021-07-05 23:58:35 +02:00
Bernd Hahnebach
60c771238b FEM: temporary deactivate two FEM tests to get master back on travis 2021-07-04 21:10:18 +02:00
Bernd Hahnebach
3c1d251014 FEM: code formatting, revert parts of commit 058582edb5b 2021-02-16 16:17:47 +01:00
luz paz
55f471b72c FEM: doxygen 2020-12-04 17:50:00 +01:00
Bernd Hahnebach
9b75c0b7c8 FEM: calculix unit tests, move test from ccxtools to calculix solver 2020-07-06 23:29:22 +02:00
Bernd Hahnebach
dc2211c4b8 FEM: ccx unit test data, rename to calculix and rename some data files 2020-07-06 23:29:12 +02:00
Bernd Hahnebach
713fc0bbc5 FEM: ccx tools unit tests, rename some methods and change base name retrieving 2020-07-06 23:29:12 +02:00
Bernd Hahnebach
dc8af8e535 FEM: ccxtools unit tests, simplifictions 2020-07-03 09:56:59 +02:00
Bernd Hahnebach
1fa1d753b0 FEM: ccxtools unit tests, improve directory handling 2020-07-02 18:13:47 +02:00
Bernd Hahnebach
40fccdcbc8 FEM: ccx constraint section print, add unit test 2020-06-24 09:22:09 +02:00
Bernd Hahnebach
996a59b54a FEM: unit test, fix setting up some examples 2020-06-23 09:12:18 +02:00
Bernd Hahnebach
cc51121c8a FEM: unit tests, code improvements 2020-05-23 09:34:56 +02:00
Bernd Hahnebach
4d961531f3 FEM: normalise license headers 2020-05-22 18:55:05 +02:00
Bernd Hahnebach
e6d64affcb unit tests, deacitvate contact solid solid 2020-05-22 09:31:36 +02:00
Bernd Hahnebach
f681e89b02 FEM: unit tests, reactivate unit test, do not run the test which do not pass on Python 2 2020-05-22 08:12:58 +02:00
Bernd Hahnebach
24247c9a1d FEM: unit test, code improvements 2020-03-17 21:25:04 +01:00
Bernd Hahnebach
d68ca08b54 FEM: unit test, get rid of ActiveDocument 2020-03-17 21:24:53 +01:00
Bernd Hahnebach
af25ac9612 FEM: ccx unit tests, fix create result method 2020-03-14 21:44:49 +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
53edc755dd FEM: unit test, add ccx canti faceload hexa20 writing 2020-03-01 23:09:18 +01:00
Bernd Hahnebach
7b6d44ded8 FEM: constraint tie, add input file writing unit test 2020-02-19 17:56:45 +01:00
Bernd Hahnebach
c6ed136442 FEM: thermomech bimetall, add it to the unit test 2020-02-06 23:36:47 +01:00
Bernd Hahnebach
60704c592c FEM: temporary deactivate contact unit test 2020-02-05 09:04:48 +01:00
Bernd Hahnebach
8a6deb0bba FEM: nonlinear material fix for Py2 and reactivate unit test 2020-02-04 10:40:18 +01:00
Bernd Hahnebach
72da26a0c7 FEM: ccx tools unit test, fix file save name 2020-02-03 23:12:38 +01:00
Bernd Hahnebach
ec192862b2 FEM: change example contact shell shell name 2020-02-01 16:37:15 +01:00
Bernd Hahnebach
dc554690cb FEM: add contact solid solid unit test 2020-02-01 16:37:09 +01:00
Bernd Hahnebach
1750f8bece FEM: ccx tools test, sort imports 2020-01-31 08:26:06 +01:00
Bernd Hahnebach
9b56b92fe1 FEM: unit test, reactivate nonlin mat unit test for Py3 2020-01-30 21:10:56 +01:00
Bernd Hahnebach
3f5234c357 FEM: unit tests, temporary deactivate nonlinear material writing test 2020-01-27 21:34:20 +01:00
Bernd Hahnebach
473c62249e FEM: ccx unit tests, sort methods by abc 2020-01-19 13:41:10 +01:00
Bernd Hahnebach
f59a9e518c FEM: ccx unit tests, remove numbers from test names 2020-01-19 13:41:10 +01:00
Bernd Hahnebach
6ed85d5a8d FEM: ccx unit tests, improve multiple material test name 2020-01-19 13:41:10 +01:00
Bernd Hahnebach
3a8b2464b8 FEM: ccx unit tests, small code improvements 2020-01-19 13:41:10 +01:00
Bernd Hahnebach
bcb7d3cdc4 FEM: ccx unit tests, add material nonlinear input file writing test 2020-01-19 13:41:10 +01:00
Bernd Hahnebach
257dc9ab76 FEM: unit test, ccx tools, use methods for all the rest tests 2020-01-18 06:47:04 +01:00
Bernd Hahnebach
cecafe8957 FEM: unit test, ccx tools, use methods for thermomechanical test 2020-01-18 06:46:58 +01:00
Bernd Hahnebach
2bb267300d FEM: unit test ccx tools, better var name 2020-01-18 06:46:54 +01:00
Bernd Hahnebach
6ee30a51ed FEM, unit test, ccx tools, move result reading in own def 2020-01-18 06:46:49 +01:00
Bernd Hahnebach
4571982423 FEM, unit test, improve ccx tools Flow1D unit test 2020-01-18 06:46:43 +01:00
Bernd Hahnebach
5f5638ae8d FEM: unit tests, improve ccx tests 2020-01-17 08:01:54 +01:00
Bernd Hahnebach
712758c3e5 FEM: unit test, add shell contact inp file writing 2020-01-16 23:00:19 +01:00
Bernd Hahnebach
af9699adb6 FEM: unit test, fix due to example renaming 2019-10-09 03:17:37 +02:00
Bernd Hahnebach
9ec4a1936a FEM: frd reader, fix analysis identifier 2019-09-26 18:30:35 +02:00
Bernd Hahnebach
4ac8d0bbe9 FEM: move setup simple box static and frequency example from unit tests to fem examples 2019-09-26 18:30:16 +02:00
Bernd Hahnebach
8eb00d7c9b FEM: ccx unit tests, improve prints 2019-09-26 07:26:23 +02:00
Bernd Hahnebach
f70e31b111 FEM: move setup flow 1D thermomech example from unit tests to fem examples 2019-09-26 07:26:02 +02:00