Commit Graph

134 Commits

Author SHA1 Message Date
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
wmayer
3590e6fc7b +Relicense from GPL to LGPL 2013-09-19 11:21:03 +02:00
Yorik van Havre
4005b199e0 0001102: Updated all links to old freecad homepage and wiki to the new ones 2013-09-15 17:04:42 -03:00
jriegel
cc55ce4008 start node index interface 2013-09-12 21:58:11 +02:00
jriegel
9aa311eec9 Fix for edge color problem 2013-09-12 21:57:43 +02:00
jriegel
f6830287e9 Fem Postprocessing set color on nodes 2013-09-11 20:00:51 +02:00
jriegel
9962af035b remove the Mesh dependency from Fem 2013-09-08 19:49:25 +02:00
jriegel
48e10c4d48 Fix visual glich in Mesh and start proprocessing 2013-09-02 20:53:53 +02:00
jriegel
6d04316fa1 change node attribute to a id:vector3d dictionary and changes the scripts 2013-08-29 22:15:14 +02:00
jriegel
c68f354761 Some fixes in the Fem/Material interplay 2013-08-21 17:53:45 +02:00
jriegel
b0a8a9383f clean up commands in FEM 2013-08-19 21:30:56 +02:00
jriegel
6d5c190630 Joachims changes and fixes for Abaqus write 2013-08-18 19:24:52 +02:00
jriegel
5fbd27db11 Nicer more informative Isostatic dialog 2013-08-15 22:50:09 +02:00
jriegel
dd24a14927 Fix bug in getNodes() and some clean up in ApplyingBC 2013-08-15 19:35:52 +02:00
jriegel
1c3ac02a51 Start updating Fem workbench 2013-08-11 23:19:52 +02:00
jriegel
a495693c9d Update Fem workbench
Adding new materials and making some of the objects to python objects
2013-08-11 23:08:43 +02:00
jriegel
3ac863200a Add python object for the FemMesh ViewProvider for later postprecessing capabilities 2013-08-04 20:39:08 +02:00
jriegel
acf8bba24f Make Fem::Analyses object inheritable to python and some fixes in Material 2013-08-04 19:22:17 +02:00
jriegel
116c7483c2 switch MachDistIsostatic to python algorithem 2013-07-31 19:10:45 +02:00
jriegel
6a43acc5e6 Implement Isostatic Gui 2013-07-24 22:15:25 +02:00
jriegel
4dfa640be1 more info on meshing and recalculation only if needed 2013-07-23 21:45:12 +02:00
jriegel
5cb8340043 fix in alignment code 2013-07-16 19:42:15 +02:00
jriegel
b140d220e4 some tuning in Alignment & copy constructor for FemMeshPy 2013-07-13 15:45:05 +02:00
jriegel
e01d574998 fix in write ABAQUS 2013-07-13 13:15:38 +02:00
jriegel
3e5e14257a remake the position handling on the C++ side 2013-07-13 11:54:21 +02:00
jriegel
2ceade5528 Implementing new Alignment approach 2013-07-11 00:19:46 +02:00
jriegel
d71fd39987 Add Nodes interface to FemMesh (for usage e.g. calculating eigen transformation) 2013-07-10 23:16:21 +02:00