Commit Graph

127 Commits

Author SHA1 Message Date
Bernd Hahnebach
c6ae035d50 FEM: code formating and unifor licence header in Python modules 2020-03-04 07:50:21 +01:00
Bernd Hahnebach
6ba47bb7af FEM: element geometry types, same name type system as Python constraints 2020-03-02 20:54:44 +01:00
Bernd Hahnebach
318e5603c3 FEM: ccx tools, move pre requisite checks in separate module 2020-03-01 14:28:00 +01:00
Bernd Hahnebach
7be9a9083e FEM: only define analysis types for calculix solver once 2020-03-01 14:27:54 +01:00
Bernd Hahnebach
ae3c93ba3c FEM: more Python import cleaning 2020-02-27 08:33:39 +01:00
Bernd Hahnebach
e0a2e33132 FEM: constants, add new module 2020-02-26 20:58:34 +01:00
Bernd Hahnebach
ab0ace8f61 FEM: improve imports 2020-02-26 20:58:26 +01:00
Bernd Hahnebach
e86ec2848e FEM: move errors in own module 2020-02-25 19:53:23 +01:00
UR-0
458a27f2fc FEM: constraint tie, implement object and ccx writer 2020-02-19 17:56:39 +01:00
Bernd Hahnebach
649d7332d3 FEM: member tools, comment fix 2020-02-19 17:56:37 +01:00
Bernd Hahnebach
b53c55bc79 FEM: solver writer, use member class as parameter for writer class instaed of all separate fem objs 2020-02-19 07:35:48 +01:00
Bernd Hahnebach
b6e1b31e7e FEM: member tools, pep8 and a comment 2020-02-19 07:25:17 +01:00
Bernd Hahnebach
aae21b0235 FEM: solver writer and tasks and ccx tools, use a new member class to collect the analysis member 2020-02-19 07:23:52 +01:00
Bernd Hahnebach
3c85725155 FEM: new member tools, move some analysis member methods from utils 2020-02-19 07:23:50 +01:00
Bernd Hahnebach
f9494a920b FEM: replace fem utils method with FreeCADs obj method 2020-02-17 12:31:57 +01:00
Bernd Hahnebach
2ed72879ef FEM: tokes module, some but not all pep8 codeformating 2020-02-16 22:48:45 +01:00
wmayer
6c583e50df Fem: [skip ci] use ply parser instead of insecure eval() function (not yet enabled) 2020-02-14 01:19:46 +01:00
Bernd Hahnebach
62577019cf FEM: ccx tools pre check, better error messages 2020-02-04 10:15:14 +01:00
Bernd Hahnebach
c9ecf24bc5 FEM: utils, better print message for ref shape check 2020-01-31 08:49:10 +01:00
Bernd Hahnebach
d583fd26cd FEM: console messages line break improvements 2020-01-09 08:10:07 +01:00
luz.paz
73b8ee91ee FEM: [skip ci] fix header uniformity
This PR fixes header uniformity across all FEM WB files
2019-12-21 20:00:14 +01:00
Bernd Hahnebach
80dfbfd381 FEM: fix missing error classes 2019-12-16 05:41:18 +01:00
Bernd Hahnebach
dd55cf6861 FEM: utils, changes and some comments for working dir 2019-12-10 22:43:34 +01:00
luz.paz
30a717beac Fix typos and misc. formatting [skip ci]
Found via `codespell -q 3 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,ba,beginn,behaviour,bloaded,byteorder,calculater,cancelled,cancelling,cas,cascade,centimetre,childs,colour,colours,commen,currenty,dof,doubleclick,dum,eiter,elemente,feld,freez,hist,iff,indicies,initialisation,initialise,initialised,initialises,initialisiert,ist,kilometre,lod,mantatory,methode,metres,millimetre,modell,nd,noe,normale,normaly,nto,numer,oder,orgin,orginx,orginy,ot,pard,pres,programm,que,recurrance,rougly,seperator,serie,sinc,strack,substraction,te,thist,thru,tread,uint,unter,vertexes,wallthickness,whitespaces -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller,./src/Doc/FreeCAD.uml`
2019-10-21 16:02:23 -03:00
luz.paz
fb32601746 Fix various (doxy) typos and whitespace issues
Found via `codespell -q 3 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,ba,beginn,behaviour,bloaded,byteorder,calculater,cancelled,cancelling,cas,cascade,centimetre,childs,colour,colours,commen,currenty,dof,doubleclick,dum,eiter,elemente,feld,freez,hist,iff,indicies,initialisation,initialise,initialised,initialises,initialisiert,ist,kilometre,lod,mantatory,methode,metres,millimetre,modell,nd,noe,normale,normaly,nto,numer,oder,orgin,orginx,orginy,ot,pard,pres,programm,que,recurrance,rougly,seperator,serie,sinc,strack,substraction,te,thist,thru,tread,uint,unter,vertexes,wallthickness,whitespaces -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller,./src/Doc/FreeCAD.uml`
2019-10-03 07:57:13 +02:00
Bernd Hahnebach
af24130fd8 FEM: utils, fix working dir 2019-09-24 16:26:07 +02:00
Bernd Hahnebach
a79f05eafe FEM: typos 2019-09-23 21:16:49 +02:00
Markus Hovorka
66dc7dc046 FEM: Make view proxy optional on object creation 2019-09-23 21:16:43 +02:00
Markus Hovorka
4ca8f5269b FEM: Add documentation to femutils module 2019-09-23 21:16:37 +02:00
Bernd Hahnebach
19de1a4eba FEM: result tools and ccx tools, improve method documentation 2019-09-19 09:11:02 +02:00
Bernd Hahnebach
1e3ab8276c FEM: ccx tools, improve class documentation 2019-09-18 18:27:50 +02:00
Bernd Hahnebach
dae91a4fb2 FEM: ccx tools, use python documentation style 2019-09-15 22:43:10 +02:00
Bernd Hahnebach
802ec1d16f FEM: improve output on solver run 2019-09-12 23:50:35 +02:00
Bernd Hahnebach
157e57d97f FEM: ccx tools, utils imported allready 2019-09-11 07:44:17 +02:00
Bernd Hahnebach
aa2acd9d6f FEM: utils, do not check for unique path 2019-09-10 11:46:35 +02:00
Bernd Hahnebach
620e6af26e FEM: utils and run, get rid of circle import 2019-09-10 07:47:26 +02:00
Bernd Hahnebach
3fe1ee1f69 FEM: use tmp dir if working dir is besides FC file, but FC file has never been saved 2019-09-06 21:59:52 +02:00
Bernd Hahnebach
548bd90f2b FEM: gmsh tools, recode method to get the working path, use the solver prefs 2019-09-06 21:59:44 +02:00
Bernd Hahnebach
53a2d42ce8 FEM: utils, move working dir check from ccx tools to utils 2019-09-06 21:59:37 +02:00
Bernd Hahnebach
eafc9b211a FEM: utils, use snake case for variables too 2019-09-06 21:59:28 +02:00
Bernd Hahnebach
c66f9a5b5c FEM: utils, use snake case for new methods 2019-09-06 21:59:14 +02:00
Bernd Hahnebach
fed8cef90e FEM: move working path methods from solver run to utils 2019-09-06 21:59:05 +02:00
Bernd Hahnebach
b2d0439ec2 FEM: utils, use single quotes instead of double ones 2019-09-05 22:32:37 +02:00
Bernd Hahnebach
8a61cffcd9 FEM: ccx tools, use single quotes instead of double ones 2019-09-05 18:25:07 +02:00
Bernd Hahnebach
08a150ca95 FEM: ccx tools, small indent code formating 2019-08-15 08:40:01 +02:00
Bernd Hahnebach
2ce560120e FEM: objects, use same name system no matter if C++ or Python object 2019-07-03 12:43:27 +02:00
Bernd Hahnebach
a043ad072e FEM: lgtm, various improvements 2019-06-29 13:22:31 +02:00
Bernd Hahnebach
a8413f10fd FEM: utils, add a method to get the Part to mesh 2019-06-27 00:21:34 +02:00
Bernd Hahnebach
e9529b42f6 FEM: ccx tools, pre checks for reinforced material object 2019-06-16 18:29:32 +02:00
Bernd Hahnebach
30ec7477d1 FEM: concrete results, use the new concrete result reading methods on result reading 2019-06-16 18:29:32 +02:00