Commit Graph

118 Commits

Author SHA1 Message Date
Bernd Hahnebach
bbd340bc1a FEM: unit tests, add some comment 2018-05-23 17:59:29 +02:00
Bernd Hahnebach
f63d39a8fb FEM: unit tests, move mesh tests in own test module 2018-03-27 12:29:13 -03:00
Bernd Hahnebach
fe39f310e4 FEM: unit tests, add some example code to run FEM unit tests 2018-02-08 09:46:40 +01:00
Bernd Hahnebach
e556259fa4 FEM: unit tests, move module fem common test module to common test module 2018-02-07 19:03:48 +01:00
Bernd Hahnebach
b781978ab2 FEM: unit tests, move solver framework and ccxtools test classes in separate modules 2018-02-07 19:03:48 +01:00
Bernd Hahnebach
8fa12736fc FEM: unit test, move solver framework in new test class 2018-01-11 06:22:28 +01:00
Bernd Hahnebach
280ea2f6ad FEM: unit test, again add TestFem and import the test classes from new test package 2017-12-07 17:12:39 +01:00
Bernd Hahnebach
d4072318de FEM: test package, move unit test module in new test 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
a20a751e8c FEM: new solver frame work, fix it in the regard of the analysis object change to a real group object 2017-12-02 13:17:30 +01:00
Bernd Hahnebach
e0e8bd056f FEM: unit test elmer, add a testmode to solver framework 2017-12-02 13:17:30 +01:00
Bernd Hahnebach
c29e46d0b3 FEM: unit tests, elmer sifio and geo writing 2017-12-02 13:17:30 +01:00
Bernd Hahnebach
2bff03af6d FEM: unit test, add all new objs to the make obj test 2017-12-02 13:17:30 +01:00
Bernd Hahnebach
7c1e15e8f8 FEM: unit test, add elmer solver and equations to module import test 2017-12-02 13:17:30 +01:00
Bernd Hahnebach
a02d55f11e FEM: unit test, add new solve modules ccx and z88 and add a input file write test for new ccx solver 2017-12-02 13:17:30 +01:00
Bernd Hahnebach
939bbfa371 FEM: ccx, add it to the new solver framework but use the old ccx writer 2017-12-02 13:17:30 +01:00
Unknown
d58c22426a FEM: code formating, typos in comments
some aren't really typos but are more cosmetic.
2017-12-02 13:17:30 +01:00
Bernd Hahnebach
112ce0c4cb FEM: code formating, flake8, trailing ws and typo in comment 2017-11-29 11:09:13 +01:00
Bernd Hahnebach
607ddccbbf FEM: ccx writer, use the new Abaqus writer parameter and fix unit test 2017-11-25 16:54:02 -02:00
Bernd Hahnebach
10eaae5005 FEM: typo in unit test comment 2017-11-15 09:49:15 +01:00
Bernd Hahnebach
8b55b3407e FEM: unit test, extend the make objects test 2017-11-08 23:01:31 +01:00
Bernd Hahnebach
cb912113d7 FEM: unit test, move FEM objects test to the right test class and fix code formating flake8 2017-11-08 23:01:31 +01:00
wmayer
5ddc000d71 add fem test for testing group behaviour of analysis object 2017-10-25 11:17:18 +02:00
wmayer
18c8a15cb5 inherit FemAnalysis from DocumentObjectGroup and remove Member property 2017-10-24 20:07:05 +02:00
Bernd Hahnebach
2d4991a650 FEM: unit test, better material object identifier 2017-10-19 13:30:53 +02:00
Unknown
fb49c5a078 FEM: typo fixes
+ some whitespace formatting
2017-10-07 11:51:00 +02:00
Bernd Hahnebach
f2e45423eb FEM: unit tests, use for all objects creations the fem objects module 2017-09-19 11:33:20 +02:00
Bernd Hahnebach
f84079e5fb FEM: objects module, add doc parameter to creation tools 2017-09-19 11:33:08 +02:00
Bernd Hahnebach
07a7b1b055 FEM: unit test, make it simpler to add new directories to the python module import test and add some comments 2017-09-11 10:21:01 +02:00
Bernd Hahnebach
ea84ed71c0 FEM: since result object does not depend on analysis mesh, make analysis tools independed from result object 2017-08-31 11:09:13 +02:00
Bernd Hahnebach
cb74b2bb9c FEM: unit tests, import all FEM python modules 2017-08-04 06:57:12 +02:00
Bernd Hahnebach
1a76db8d4d FEM: unit tests, code formating, flake8 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
bd1c463d80 FEM: unit tests: case frd file mflow and networkpressure reading, adapt to the slightly changed frd result file 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
ef8c9d8f87 FEM: unit tests, use 1DFlow results of unit test python code analysis 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
ef3ca3ba51 FEM: unit tests, add test case for reading frd file with mflow and npressure 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
715b93cf74 FEM: unit tests, adapte 1DFlow example and extend stats comparing to mflow and networkpressure in conjunction with inout nodes file 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
87f8c32e4c FEM: unit tests, code formating, delete some empty lines 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
b633911a34 FEM: load stats, give error message if more than one results object in the analysis and no result object was geven 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
83177900f0 FEM: working dir, check if it has a slash at the end, if not add one 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
59544f8a69 FEM: unit tests, create tempdir if not exist, delete not needed imports 2017-07-17 19:53:32 -03:00
Bernd Hahnebach
aef1188aed FEM: unit test, again enable all stat types except 1DFlow, fix osx failure by only use 14 diggits 2017-07-17 19:53:32 -03:00
Bernd Hahnebach
3b97d96141 FEM: unit test, tests for seg2 and seg3 python mesh API 2017-07-17 19:53:32 -03:00
Bernd Hahnebach
6100f76c5e FEM: unit tests, temporary workaround for py3 2017-07-10 19:21:40 -03:00
Bernd Hahnebach
21184e830e FEM: unit test, fix unit test if not all stats are used 2017-07-10 19:21:40 -03:00
Bernd Hahnebach
09ec91eb60 FEM: unit tests, add all result stats, except 1DFlow 2017-07-08 12:27:12 -03:00
Bernd Hahnebach
ad8e311b22 FEM: unit tests, use better coordinate values 2017-07-08 12:27:12 -03:00
Bernd Hahnebach
f3ac9d06a4 FEM: unit tests, small unit test def for writeABAQUS diggits 2017-07-01 11:00:52 +02:00
Bernd Hahnebach
363175d54f FEM: unit test, fix 1DFlow unit test 2017-06-30 07:53:15 +02:00
Bernd Hahnebach
806c70af8d FEM: 1DFlow, delete not needed files and code formating 2017-06-26 22:36:02 +02:00
kgoao
394e251362 FEM: FluidSection: Unit test 2017-06-26 22:36:02 +02:00