Bernd Hahnebach
f8e18049f1
FEM: Mesh ViewProvider, change painting of tetra4
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
5f2c61ffb4
FEM: Mesh ViewProvider, change painting of tria3
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
d2b7111a02
FEM: Mesh ViewProvider, add some console log prints
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
8de00ce4ff
FEM: Mesh ViewProvider, move comments in adding the nodes loop
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
f0bf9da79b
FEM: Mesh ViewProvider, sort intends
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
ef53324f09
FEM: Mesh ViewProvider, change some comments and exception messages
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
03b355f8d7
FEM: Mesh ViewProvider, sort empty lines
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
f1b66e9586
FEM: Mesh ViewProvider, remove some trailing white spaces
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
3fd05fab6a
FEM: Mesh ViewProvider, fix faces count for penta6 and penta15
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
ec31ab625f
FEM: Mesh ViewProvider, fix wrong break in switch
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
1168bd4d27
FEM: fix node order of seg3 in ViewProwiderFemMesh
2015-11-30 11:21:51 -02:00
wmayer
330fb12588
FEM: Rename Display Modes
2015-11-23 18:17:10 +01:00
Bernd Hahnebach
0b39f9a9e6
FEM: add nodes of quad8, hexa20, penta6, penta15, pyra5, pyra13 to ViewProvider nodes are displayed
2015-11-19 19:01:23 +01:00
Bernd Hahnebach
f91389d07d
FEM: FemMesh VP throw exception instead of assert(0)
2015-11-19 19:01:07 +01:00
Bernd Hahnebach
329cf56adf
FEM: add SMESH supported volumes to Python API of FemMesh
2015-11-19 19:00:52 +01:00
Bernd Hahnebach
2943188610
FEM: fix mixed line endings in VP FemMesh
2015-11-16 19:19:01 -02:00
Bernd Hahnebach
72a0060cfb
FEM: Mesh VP fix FreeCAD crash if not supported face is added to VP
2015-11-16 19:19:01 -02:00
wmayer
2a2b40e50e
+ fix memory leaks
2015-11-13 16:06:43 +01:00
wmayer
1e1fc10748
+ Code cleanup:
...
+ do not include header of itself
+ do not include unneeded header files
+ removed unneeded forward declarations
+ do not translate C string to get a QString
+ break too long lines
+ replace tabs with spaces
+ use virtual keyword on destructors
2015-11-13 15:47:03 +01:00
Mateusz Skowroński
05f95c0506
Fix files encoding. Go from ISO8859-1 to UTF-8.
2015-09-21 19:50:49 -03:00
wmayer
756a9c8130
+ fix various warnings with gcc
2015-09-01 19:29:39 +02:00
Przemo Firszt
3cd439f208
FEM: Rename Fem_FemMesh icon to fem-fem-mesh-from-shape
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-07-29 11:00:34 -03:00
wmayer
7150b168dc
+ fix crash in ViewProviderFemMesh::setHighlightNodes when values out of range
2015-07-12 10:47:57 +02:00
Przemo Firszt
6f472719e0
FEM: Rename animateNodes to applyDisplacementToNodes
...
Also animateNodes is now applyDisplacementToNodes.
The funcions are not doing animation, but are responsible
for deforming mesh.
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-06-02 11:35:34 +01:00
wmayer
6e0287ff17
+ remove SoFCSelection from ViewProviderGeometryObject
2015-05-20 21:44:27 +02:00
wmayer
cab441cf2a
+ remove references to SoFCSelection where not needed
2015-05-20 19:24:12 +02:00
jriegel
0ce20ceaaa
add shell and beam support to FEM mesh ViewProvider
2015-05-19 21:42:36 +02:00
wmayer
859d76faf8
+ fixes #0002075 : Analysis of FreeCAD by PVS-Studio static analyzer
2015-05-01 16:56:31 +02:00
wmayer
bddf8d30de
+ improve whitespaces
2014-12-01 11:36:33 +01:00
jriegel
e00a624fc0
fix for VC9
2014-11-22 14:34:05 +01:00
jriegel
bb0de653db
fix bug on highlighting invisibel nodes
2014-11-22 13:51:31 +01:00
wmayer
696d4a5f4a
+ fix warnings with clang
2014-09-24 17:46:04 +02:00
wmayer
055dcb0512
+ fix warnings with clang
2014-09-24 15:55:36 +02:00
jriegel
473c950025
fix for reset the color information on changing the base mesh
2014-02-16 14:33:47 +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
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
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
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
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
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
48e10c4d48
Fix visual glich in Mesh and start proprocessing
2013-09-02 20:53:53 +02:00
jriegel
3ac863200a
Add python object for the FemMesh ViewProvider for later postprecessing capabilities
2013-08-04 20:39:08 +02:00
jriegel
7000dbebe8
some fixes of the fixes ;)
2013-07-10 07:45:39 +02:00
jriegel
f24ef5a274
Fix Boundbox problem in FemMesh and make singular Coordinate3 node
2013-07-10 01:09:59 +02:00
jriegel
5c8d3ea614
Fix in Grid calculation and remove some trace messages from SMESH
2013-05-29 00:34:08 +02:00
jriegel
1d41a47cdb
Geting NetGen roling
2013-03-31 00:16:20 +01:00