Commit Graph

147 Commits

Author SHA1 Message Date
luz.paz
7a1f98fda1 Misc. source comment typo and whitespace fixes 2019-05-06 13:42:30 +02:00
Bernd Hahnebach
5f1daadd38 FEM: solver run, fix missing imports 2019-04-04 09:00:36 +02:00
Bernd Hahnebach
1f5ceba439 FEM: working dir, add error messages to the error calls 2019-04-03 15:21:27 +02:00
Bernd Hahnebach
0b5b36e463 FEM: solver writer base, check if really a mesh object was given 2019-04-01 23:28:38 +02:00
Bernd Hahnebach
b5c9356ab6 FEM: elmer, use console print and delete not needed prints in unit test 2019-04-01 23:28:37 +02:00
Bernd Hahnebach
6651f5d3b6 FEM: solver writer base, possibility to instantiate the class without dir parameter 2019-04-01 23:28:37 +02:00
Bernd Hahnebach
f953a9b0e2 FEM: anylysis output, improve prints 2019-04-01 23:28:37 +02:00
Bernd Hahnebach
6ca0e3e141 FEM: solver frame work, move get dir setting to snake_case 2019-04-01 23:28:36 +02:00
Bernd Hahnebach
08ab746b82 FEM: solver frame work, move get custom dir to snake_case 2019-04-01 23:28:36 +02:00
Bernd Hahnebach
61d246ec3a FEM: solver frame work, move get binary to snake_case 2019-04-01 23:28:35 +02:00
Bernd Hahnebach
29ee9b20e0 FEM: solver settings, add methods to retrieve the comments writing preference parameter 2019-04-01 23:28:35 +02:00
Bernd Hahnebach
7def2450f7 FEM: solver settings, code improvements 2019-04-01 23:28:35 +02:00
Bernd Hahnebach
13552951f5 FEM: solver writer and tasks, code formating 2019-04-01 23:28:35 +02:00
Bernd Hahnebach
3cf449d7e2 FEM: solver settings, small code improvements and some comments 2019-03-31 11:18:18 +02:00
Bernd Hahnebach
87ff284889 FEM: solver settings, binary path print log and print message 2019-03-31 11:18:18 +02:00
Bernd Hahnebach
e1f9f31de4 FEM: solver settings, use FreeCAD instead of App 2019-03-31 11:18:17 +02:00
Bernd Hahnebach
162595346a FEM: fix in solver settings, use a standard value if binary could not be read 2019-03-31 11:18:17 +02:00
Bernd Hahnebach
f9a4335735 FEM: ccx tools task panel and solver run, use new ccx tools class init without analysis 2019-03-31 11:18:15 +02:00
Bernd Hahnebach
99bd486607 FEM: run, improvements in error messages 2019-03-31 11:18:15 +02:00
Bernd Hahnebach
abb5437be3 FEM: run, use Error at the end of exception class 2019-03-31 11:18:14 +02:00
Bernd Hahnebach
4da61569ce FEM: z88 writer, cut writing time at second diggit 2019-03-31 11:18:13 +02:00
Bernd Hahnebach
04817423b5 FEM: solver run, add method to run fem solver and use in commands and example module 2019-03-31 11:18:12 +02:00
Bernd Hahnebach
8647272841 FEM: imports, use small character for fem utils imports 2019-03-31 11:18:11 +02:00
Bernd Hahnebach
0d1c841437 FEM: input file writer, use join from os package 2019-03-31 11:18:10 +02:00
luz.paz
2ec8128338 Crowdin: cont... 2019-03-22 10:44:14 -03: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
1a99804521 FEM: elmer solver prefs, use elmer path for elmer grid prefs 2019-03-06 12:22:32 +01:00
Bernd Hahnebach
b8cc6ec14b FEM: frame work solver settings, delete duplicate code 2019-03-06 12:22:31 +01:00
Bernd Hahnebach
a19d39d227 FEM: analysis member, get rid of duplicate code in getting the analysis mesh 2019-03-04 22:15:44 +01:00
Bernd Hahnebach
be1b665b78 FEM: solver tasks, use FreeCAD instead of App 2019-03-04 22:15:44 +01:00
Bernd Hahnebach
8a6f3172df FEM: solver framework, use small written modul import names in tasks 2019-03-04 22:15:44 +01:00
Bernd Hahnebach
03f044e841 FEM: analysis, allow result meshes to be analysis member for making an analysis 2019-03-04 22:15:44 +01:00
Bernd Hahnebach
5529c0e5d5 FEM: ccx input writer, cut seconds output by 2 decimals 2019-02-25 17:50:50 +01:00
Bernd Hahnebach
8612214984 FEM: solver framework, fix pref group of working dir 2019-02-25 17:50:48 +01:00
Bernd Hahnebach
93d8347537 FEM: file ending, use FCStd in FEM strings 2019-01-20 00:32:19 +01:00
Bernd Hahnebach
b437fe5330 FEM: solver settings, sort setting 2019-01-20 00:32:17 +01:00
Bernd Hahnebach
19826213ee FEM: code formating, flake8, make line breaks before binary operator, it really reads better :-) 2019-01-05 12:17:51 +01:00
wmayer
e1d0591752 fix flake8 issues suggested by cclauss 2019-01-04 15:30:17 +01:00
Bernd Hahnebach
0dfe012205 FEM: code formating, flake8 2019-01-04 15:28:16 +01:00
Bernd Hahnebach
25ebc7479b FEM: ccx run, do not run ccx if input file writer returned an error 2018-12-21 10:11:48 -02:00
Bernd Hahnebach
a0f3a81139 FEM: z88, delete not needed and not used variable 2018-12-21 10:11:48 -02:00
Bernd Hahnebach
a932505e8d FEM: solver, move observer def into base class and use decode for Py3 bytestrings 2018-12-19 21:50:44 +01:00
easyw
0577783b8e a minor py3 fix 2018-12-11 09:12:15 -03:00
Bernd Hahnebach
a737be92a6 FEM: solver run, fix method names 2018-12-10 20:56:41 -03:00
lorenz
ac720e3cba Fem: Elmer: rename function iterkeys -> keys 2018-12-08 11:27:22 -03:00
looooo
c2be67e812 py3: iteritems -> items, iterkeys -> keys 2018-12-08 11:27:22 -03:00
easyw
6f986a89c1 another py3 compatibility fix 2018-12-08 11:24:56 -03:00
easyw
173f7da07c first step vs py3 compatibility 2018-12-08 11:24:56 -03:00
Bernd Hahnebach
25de353599 FEM: solver frame work ccx and z88, simplify member collection 2018-12-07 08:53:48 -03:00
Bernd Hahnebach
ddb4c77b5b FEM: utils, rename get single member 2018-12-07 08:53:48 -03:00