Commit Graph

4322 Commits

Author SHA1 Message Date
Markus Hovorka
4ca8f5269b FEM: Add documentation to femutils module 2019-09-23 21:16:37 +02:00
Markus Hovorka
ee1716941b FEM: Add documentation for Fem::Constraint 2019-09-21 13:43:13 +02:00
Markus Hovorka
bc870e9e06 FEM: Add documentation to Analysis.h 2019-09-21 13:43:10 +02:00
Markus Hovorka
b58245b7b4 FEM: Remove unnecessary overrides from Analysis
onChanged, execute, mustExecute and getPyObject where overwritten but
the implementation didn't do anything different from the implementation
of the base class DocumentObject in this case. Thus they where
redundent.
2019-09-21 13:43:06 +02:00
Bernd Hahnebach
65ad91cf61 FEM: gmsh tools, make it easier to use an own working dir 2019-09-19 09:11:12 +02:00
Bernd Hahnebach
8d7f479be6 FEM: gmsh tools, fix tmp file creation 2019-09-19 09:11:07 +02:00
Bernd Hahnebach
19de1a4eba FEM: result tools and ccx tools, improve method documentation 2019-09-19 09:11:02 +02:00
Bernd Hahnebach
078237937f FEM: code formating replace lines of # with lines of * 2019-09-19 09:10:56 +02:00
Bernd Hahnebach
e60a561a9e FEM: small changes in coding conventions 2019-09-18 22:01:11 +02:00
Bernd Hahnebach
a9f505818b FEM: code formating 2019-09-18 21:27:20 +02:00
Bernd Hahnebach
1e3ab8276c FEM: ccx tools, improve class documentation 2019-09-18 18:27:50 +02:00
Bernd Hahnebach
21529eda88 FEM: result task panel, fix use equations 2019-09-18 18:27:40 +02:00
wmayer
b1dd1e61a7 force strict ISO C++ (-Wpedantic)
for Fem, Import, PartDesign, Robot, Sketcher, TechDraw
2019-09-18 14:18:07 +02:00
Bernd Hahnebach
0aaa43a303 FEM: coding conventions, add documentation info 2019-09-15 22:43:17 +02:00
Bernd Hahnebach
dae91a4fb2 FEM: ccx tools, use python documentation style 2019-09-15 22:43:10 +02:00
Bernd Hahnebach
5fc30f3dd7 FEM: result task panel, do not activate greyed buttons 2019-09-15 22:43:03 +02:00
Bernd Hahnebach
99daacd544 FEM: delete file which was added by acident 2019-09-14 22:57:40 +02:00
Bernd Hahnebach
49000b1bc5 FEM: result task panel, fix if restore result is True but some results are missing 2019-09-14 22:54:46 +02:00
Bernd Hahnebach
46e66942b3 FEM: white spaces 2019-09-14 22:54:38 +02:00
Bernd Hahnebach
7fc7d39964 FEM: calculix solver task panel 2019-09-14 21:03:50 +02:00
Bernd Hahnebach
44e853c2f8 FEM: typo 2019-09-13 18:59:11 +02:00
Bernd Hahnebach
2797726880 FEM: test modules, use double quotes instead of single ones, all FEM done :-) 2019-09-13 18:59:02 +02:00
Bernd Hahnebach
a3b4996534 FEM: unit tests, get back all tests 2019-09-13 16:32:49 +02:00
Bernd Hahnebach
d85e2bfebc FEM: unit tests, add a new test to make sure all FEM objects are available to add to a document 2019-09-13 12:58:26 +02:00
Bernd Hahnebach
774693569a FEM: objects create, add a new line to make copy easier 2019-09-13 12:58:21 +02:00
Bernd Hahnebach
86f0b320cd FEM: unit test, make it more obvisious when a new class starts 2019-09-13 12:58:17 +02:00
Bernd Hahnebach
cfaf98994f FEM: unit test, add comment 2019-09-13 09:33:14 +02:00
Bernd Hahnebach
e0c8440e06 FEM: ccx result reader, translate German comment 2019-09-13 09:33:07 +02:00
Bernd Hahnebach
53252eb720 FEM: in out modules, use double quotes instead of single ones 2019-09-13 09:33:01 +02:00
Bernd Hahnebach
3ec5af952d FEM: replace prints with console prints 2019-09-13 08:26:49 +02:00
Bernd Hahnebach
982a1bb4cb FEM: coding convetionts, print vs. console print 2019-09-13 08:26:22 +02:00
Bernd Hahnebach
802ec1d16f FEM: improve output on solver run 2019-09-12 23:50:35 +02:00
Bernd Hahnebach
dd0b04e908 FEM: calculix task panel, Py3 fix for ccx output print 2019-09-12 23:50:28 +02:00
Bernd Hahnebach
fd5175ea67 FEM: coding conventions, update codespell command 2019-09-12 21:05:18 +02:00
Bernd Hahnebach
bab1dd0379 FEM: typos 2019-09-12 21:05:11 +02:00
Bernd Hahnebach
9773d09c0b FEM: German comments, translate them into English 2019-09-12 21:05:03 +02:00
Bernd Hahnebach
3b75dfd4ce FEM: coding conventions, update codespell command 2019-09-12 18:10:33 +02:00
Bernd Hahnebach
f48b05b7d1 FEM: unit test, reactivate test to create objects 2019-09-11 19:12:16 +02:00
Bernd Hahnebach
cc16842542 FEM: unit test, temporary deactivate some unit test, due to not working object creation on Windows 2019-09-11 11:55:28 +02:00
Bernd Hahnebach
8a913cded8 FEM: unit test, add test to import Fem and FemGui 2019-09-11 10:19:43 +02:00
Bernd Hahnebach
5d2aba070d FEM: unit test, add some print to distinguish the test classes 2019-09-11 10:19:33 +02:00
Bernd Hahnebach
7d39c36176 FEM: unit test, run test with given order 2019-09-11 10:19:23 +02:00
Bernd Hahnebach
157e57d97f FEM: ccx tools, utils imported allready 2019-09-11 07:44:17 +02:00
Bernd Hahnebach
ea643ec709 solver base, more fixes because of move error class 2019-09-10 18:19:55 +02:00
Bernd Hahnebach
aa2acd9d6f FEM: utils, do not check for unique path 2019-09-10 11:46:35 +02:00
Bernd Hahnebach
a25904e21e FEM: solver run, fix move error class 2019-09-10 11:46:26 +02:00
Bernd Hahnebach
620e6af26e FEM: utils and run, get rid of circle import 2019-09-10 07:47:26 +02:00
Bernd Hahnebach
1711d804c6 FEM: gmsh tools, move group code in separate def and add some comments 2019-09-07 22:40:36 +02:00
luz.paz
5807e0b531 Fix typos, grammar, and some whitespace issues
Found via `codespell -q 2 -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-09-07 11:58:38 -04:00
wmayer
830c8f866e Improve branding by avoiding explicit use of 'FreeCAD' in tool tips 2019-09-07 13:18:59 +02:00