Commit Graph

160 Commits

Author SHA1 Message Date
Yorik van Havre
bc73f76a63 Updated ts files from source 2014-03-10 20:36:59 -03:00
wmayer
f5b7347b35 + fixes #0001449: CalculixLib.py not included in ~/src/Mod/Fem/CMakeLists.txt 2014-02-27 23:50:23 +01:00
wmayer
f0d8650c3c + Fix broken unit tests 2014-02-25 15:24:10 +01:00
jriegel
9f97cab125 Improve runing the Calculix process 2014-02-18 22:07:46 +01:00
jriegel
6a577c5004 using QProcess for starting Calculix 2014-02-16 14:33:55 +01:00
jriegel
473c950025 fix for reset the color information on changing the base mesh 2014-02-16 14:33:47 +01:00
jriegel
34d3c39dc3 Implementing Calculix binding 2014-02-12 19:39:49 +01:00
wmayer
e8eb0bd828 + support loading projects with old pad features, fix critical bug where the unit gets replaced 2014-02-12 15:14:02 +01:00
jriegel
c25379158c Writing Calculix file 2014-02-12 00:15:57 +01:00
jriegel
62a686c850 Calculix Analysis output 2014-02-11 19:49:47 +01:00
jriegel
2cdb8f39c2 Further implementing MechanicalAnalysis 2014-02-09 21:40:46 +01:00
jriegel
9f47c54e51 First tests of using InputField via Python 2014-02-09 20:50:07 +01:00
jriegel
131e4c2568 Finish get nodes by surface 2014-02-09 17:55:35 +01:00
jriegel
b87ea22edf Get node of face implementation 2014-02-09 17:55:34 +01:00
jriegel
b48581c16a Fix for Python binding in FEM result objects 2014-01-15 19:33:44 +01:00
jriegel
506ef4f619 Increase Performance Postprocessing 2014-01-11 14:50:22 +01:00
jriegel
0bb6181049 Improving Post-Processeing performance 2014-01-11 14:50:08 +01:00
wmayer
50657dc505 + Migrate Fem to PySide 2014-01-09 13:36:29 +01:00
wmayer
3fe720f3bc + Replace math.h with cmath 2014-01-05 11:25:40 +01:00
jriegel
c643f80e89 Further implementation of Post-Processing 2014-01-03 17:30:49 +01:00
jriegel
867fe3a050 Build fixes 2014-01-02 15:09:10 +01:00
wmayer
6ca39c5e63 + comment out non-existing Python module in FEM workbench 2014-01-02 13:59:53 +01:00
jriegel
bdb78ce9bf Start Gui for Displacement Post-Processing 2013-12-31 17:16:51 +01:00
jriegel
fd62480958 Postprocessing: Color per Element at FemMesh 2013-12-31 13:52:13 +01:00
jriegel
032d7dd2fe Finish loading Calculix result files 2013-12-31 12:41:22 +01:00
jriegel
4d6aa134e6 Read Calculix Result files (*.frd) mesh 2013-12-30 22:33:05 +01:00
jriegel
896149dc7c Allow seting of transformation without copy the mesh 2013-12-10 23:05:07 +01:00
jriegel
3fb1dee566 Volum for Tet10 FemMesh 2013-12-09 23:52:44 +01:00
jriegel
09a2e1b504 Starting Calculix integration 2013-12-06 23:26:56 +01:00
jriegel
4837cc7061 fix error of gcc and remove old parser code. 2013-12-05 08:42:33 +01:00
jriegel
7aef3c1aff fix in get visible faces 2013-12-02 20:35:12 +01:00
jriegel
8e1fe50100 Finish Displacement and animation of it. 2013-11-28 23:30:21 +01:00
jriegel
43951a0be0 Starting Displacement post-processing to the FemMesh ViewProvider 2013-11-28 19:52:58 +01:00
jriegel
b8c80bd35c Adding python capabilities to the Result objects 2013-11-28 19:52:41 +01:00
jriegel
84601cc346 Objects for Results of FEM analysis 2013-11-27 20:14:58 +01:00
wmayer
fdc6dac004 + Fix FEM install target 2013-11-27 16:26:43 +01:00
wmayer
a68de802d8 + Remove duplicate icon 2013-11-25 10:26:09 +01:00
jriegel
327d8e7b53 Add Attribute to FemMeshViewProvider python class to get all visible FemMesh faces. 2013-11-17 13:08:45 +01:00
wmayer
00f0f0a963 + Fix inconsistency in context-menu of FEM view provider 2013-11-09 11:05:08 +01:00
wmayer
1d25f00bee + Make sure that number of Points and Normals is the same 2013-11-09 10:56:40 +01:00
wmayer
f7eb7008c6 + Implement observer for active analysis object 2013-11-08 18:51:47 +01:00
wmayer
5924d26b7f + Fix typo, fix undo/redo problem when creating an FEM analysis object 2013-11-08 09:57:37 +01:00
wmayer
caeb85bf94 + Fix view provider name for FEM analysis 2013-11-07 12:45:05 +01:00
wmayer
ad877e1ae1 + Make Python API more pythonic 2013-10-11 13:57:05 +02:00
wmayer
7a13cb8d09 + Fix compiler warnings 2013-10-11 12:24:49 +02:00
wmayer
a6a1402589 + Fix double to float cast 2013-10-10 17:27:01 +02:00
jriegel
ec0a5ccb0c Merge branch 'refs/heads/double-precision-werner'
Conflicts:
	src/App/Document.cpp
	src/App/PropertyGeo.cpp
	src/App/PropertyStandard.cpp
	src/Base/Reader.cpp
	src/Base/Reader.h
	src/Gui/propertyeditor/PropertyItem.cpp
	src/Mod/Fem/Gui/ViewProviderFemMesh.cpp
	src/Mod/Inspection/Gui/ViewProviderInspection.cpp
	src/Mod/Mesh/App/MeshProperties.cpp
	src/Mod/Part/App/TopoShapeFacePyImp.cpp
	src/Mod/PartDesign/App/FeatureRevolution.cpp
2013-09-26 00:05:05 +02:00
jriegel
abf1623f07 Add SchemaVersion to RestoreDocFile to distinquish double from float binary 2013-09-24 11:01:09 +02:00
jriegel
00ea24e07e Integrate Werners & Jans double branch
Move from float to double
Further suggestions for float -> double move
Moved Tools2D from float to double
More suggestions for float->double move from Gui subdirectory
Changes to FEM constraint visuals for float->double move
Suggested changes for float -> double move
Suggestions for Part module moving float -> double
2013-09-24 11:00:57 +02:00
wmayer
dbf78870bc + cppcheck fixes 2013-09-20 21:00:45 +02:00