wmayer
5f04c6e882
+ FEM: get nodes by vertex
2015-03-30 11:45:35 +02:00
wmayer
0ad627b06d
+ choose consistent C++ and Python method names
...
+ fix typos
+fix whitespaces
2015-03-30 10:42:14 +02:00
Bernd Hahnebach
d2888e6c28
Fem: add Support for loads and supports on edges to CalculiX file
2015-03-30 10:24:38 +02:00
wmayer
1f641abb51
+ improve abaqus exporter
2015-03-15 14:53:22 +01:00
wmayer
97aba58bb2
+ fix crash in export to abaqus
2015-03-15 02:08:55 +01:00
wmayer
84d878fa81
+ set Const attribute to some methods of FemMesh
2015-03-12 10:42:23 +01:00
wmayer
5f1effd108
+ fix assert failure in FemMesh
2015-03-10 12:44:22 +01:00
wmayer
20c367f2dc
+ in Fem constraint force dialog handle empty Direction
2015-02-27 23:27:08 +01:00
wmayer
6721139630
+ use undo/redo for Fem constraint force dialog
2015-02-27 11:21:05 +01:00
wmayer
e8822668af
+ fix issue with bad default value of natural direction
2015-02-20 14:40:03 +01:00
Richard Crozier
85d082517f
Correct spelling of FEM Netgen Mesh 'Fineness' parameter
2015-01-12 11:12:30 +01:00
Richard M. Shaw
d5e8ae2d05
Update CMake config to work with smesh 6.5.3.1.
...
New fork of standalone smesh is available here:
https://github.com/tpaviot/smesh
2014-12-19 11:23:38 +01:00
Sebastian Hoogen
46a00d1380
remove support for automake
2014-11-26 10:26:30 +01:00
Sebastian Hoogen
01cf0f5872
issue #1027 use unicode filepaths
2014-10-11 13:32:06 +02:00
wmayer
ee6cb252fa
+ fix issues with force constraint
2014-10-10 17:42:33 +02:00
wmayer
ddb267fdf6
+ fix warnings with clang
2014-09-24 18:00:46 +02:00
wmayer
696d4a5f4a
+ fix warnings with clang
2014-09-24 17:46:04 +02:00
Sebastian Hoogen
af50cbf964
fixes #0001422 : Subclass Exception
...
inherit Base.FreeCADError form RuntimeError
inherit Part.OCCError from Base.FreeCADError
inherit OCCDomainError from Part.OCCError
inherit OCCRangeError from Part.OCCError
inherit OCCConstructionError from OCCDomainError
inherit OCCDimensionError from OCCDomainError
Added PY_CATCH_OCC macro
replace PyExc_Exception
use FreeCADError in makeWireString
catch exception in BSplineCurve.increasedegree
2014-09-17 11:15:56 +02:00
jriegel
103ae7c2ad
move build specifier in own cMake group
2014-08-03 20:53:19 +02:00
wmayer
6ac93e9d72
Add initial support for different libdir (jobermayr)
2014-05-10 12:57:38 +02:00
wmayer
4b2b243e47
+ compile with clang
2014-05-05 16:24:01 +02:00
mdinger
1498e99cef
Move python module prefix and suffix properties into macro to be set together
2014-05-03 16:00:30 +02:00
wmayer
67edfb895b
+ Fix prefix of Python extensions built with MinGW
2014-04-30 18:22:52 +02:00
mdinger
e2bd648e9a
Remove unnecessary quotes.
2014-04-30 13:41:16 +02:00
mdinger
3e3ce381f6
Apply SET_BIN_DIR macro to Mod
2014-04-30 13:41:13 +02:00
jriegel
bd2af70902
fix load of BDF with element number bigger 1000000
2014-03-24 21:12:21 +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
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
867fe3a050
Build fixes
2014-01-02 15:09:10 +01:00
jriegel
bdb78ce9bf
Start Gui for Displacement Post-Processing
2013-12-31 17:16:51 +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
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
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
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
jriegel
cc55ce4008
start node index interface
2013-09-12 21:58:11 +02:00
jriegel
9962af035b
remove the Mesh dependency from Fem
2013-09-08 19:49:25 +02:00
jriegel
6d04316fa1
change node attribute to a id:vector3d dictionary and changes the scripts
2013-08-29 22:15:14 +02:00