kgoao
b3cb1d48e3
FEM: ConstraintTransform: core implementation
...
FEM: ConstraintTransform: transformable surface comment modification
FEM: ConstraintTransform: re-adjusted GUI layout
FEM: ConstraintTransform: more tweaking
FEM: ConstraintTransform: GUI layout adjustment
FEM: ConstraintTransform: GUI bug fix
FEM: ConstraintTransform: implemented App::PropertyEnumeration for type of transform
2016-09-27 13:04:46 -03:00
wmayer
ac511e4d2f
fix build failure on Windows due to removal of deprecated C++ header
2016-09-24 02:44:32 +02:00
wmayer
2845e319a3
fix -Wextra in Fem
2016-09-24 02:17:15 +02:00
wmayer
2af6bb6e49
replace deprecated auto_ptr with unique_ptr
2016-09-22 13:01:20 +02:00
qingfengxia
7997d214d6
Fem: fix typo of FemGui::ViewProviderResultPython
2016-09-17 14:39:29 +01:00
qingfengxia
5b52c6a708
add help text for thermal fluid boundary for CFD
2016-09-16 23:01:09 +01:00
qingfengxia
280df77f35
make FemResultObject extensible in python as FemSolverObject
2016-09-16 23:01:09 +01:00
wmayer
d8a6d5257f
fix build problems with netgen under Linux
2016-09-10 19:17:37 +02:00
wmayer
fcdaf5405c
fix Coverity issues
2016-08-20 15:41:33 +02:00
wmayer
1b62721382
fix crash in FemMeshPy::addVolume
2016-08-19 16:56:05 +02:00
wmayer
8bd18797c4
Coverity: fix high impact issues
2016-08-17 15:33:04 +02:00
Bernd Hahnebach
bf03c91781
FEM: code formating, replace tabulator with spaces
2016-08-15 21:39:01 +02:00
Bernd Hahnebach
80bd3c7cc3
FEM: mesh python api, add methods to add edges with id
2016-08-15 21:38:31 +02:00
Bernd Hahnebach
20a62a38fc
FEM: mesh python api, add method to add faces with id
2016-08-15 21:38:09 +02:00
Bernd Hahnebach
8cad28f4ea
FEM: mesh python api, delete some empty lines
2016-08-15 21:37:35 +02:00
Bernd Hahnebach
fd71773b72
FEM: mesh python api, better error message
2016-08-15 21:37:08 +02:00
Bernd Hahnebach
7173c40ac8
FEM: inp mesh importer, add module to cmakefiles
2016-08-15 21:36:21 +02:00
qingfengxia
aa59b39690
bugfix: Taskview ui, typo, coding format for FluidBoundary
2016-08-12 11:05:55 +02:00
qingfengxia
79e3ec0f01
Add ViewProvider and TaskPanel FemConstraintFluidBoundary for CFD analysis
2016-08-12 11:05:55 +02:00
qingfengxia
d243fea366
correct spelling StanardHypotheses to StandardHypotheses
2016-08-07 18:20:17 +01:00
Wolfgang E. Sanyer
d1d2f1f811
This commit adds getShape and setShape to TopoShape
2016-08-06 23:42:55 +02:00
Bernd Hahnebach
c93ef9365e
FEM: code formating: trailing whitespaces, tabs at line start and flake8
2016-08-04 17:45:04 +02:00
vdwalts
31e410337a
FEM: Adding the reference input file for calculix and the results files for the thermo-mechanical test case
2016-08-04 17:45:04 +02:00
vdwalts
328f048a00
FEM: Adding the meshing points and volumes files necessary to create mesh of test model to the test folder
2016-08-04 17:45:04 +02:00
vdwalts
0517170e7d
FEM: Adding Freecad model to the test folder for thermo-mechanical test of cooling spine
2016-08-04 17:45:04 +02:00
Bernd Hahnebach
bf95c4ef1b
FEM: remove not used _FemAnalysis object and ViewProvider
2016-08-04 17:45:04 +02:00
Bernd Hahnebach
e1c5c8fe38
FEM: code formating: remove trailing white spaces
2016-08-04 17:45:04 +02:00
vdwalts
e2f1677f78
FEM: core: changes in vtk post pipeline
2016-08-04 17:45:04 +02:00
vdwalts
a9aa7494b8
FEM: core: changes in result object
2016-08-04 17:45:04 +02:00
vdwalts
044668d29a
FEM: constraints thermomechanical: object implementation
2016-08-04 17:45:04 +02:00
vdwalts
9360176e56
FEM: constraint plane rotation: object implementation
2016-08-04 17:45:04 +02:00
vdwalts
e72862109b
FEM: constraint contact: object implementation
2016-08-04 17:45:04 +02:00
Bernd Hahnebach
1f341ed4b4
FEM: constraint self weight: object implementation
2016-07-21 18:40:51 -03:00
vejmarie
fdc44af644
Fix MED Reader
...
Assign same Mesh name into MED archive based on shortfilename during write and read operation
2016-07-16 17:43:20 +02:00
vejmarie
fc76bf8bbb
Fix MED Export
2016-07-14 14:53:46 +02:00
wmayer
ee3870fa54
+ fix various warnings
2016-06-15 23:55:44 +02:00
Stefan Tröger
92a1deddb0
FEM Post: Fix property unit test
2016-06-15 22:34:10 +02:00
Stefan Tröger
6e1af4167d
FEM Post: Always build except for VTK <6.2
...
VTK 6.0 has a bug which makes it incompatibel with c++11
2016-06-15 22:34:10 +02:00
Stefan Tröger
6efba7028d
FEM: Add faces by face workaround for force constraint
2016-06-15 22:34:10 +02:00
Stefan Tröger
2f57406007
FEM: Use single smesh mesh generator throughout FreeCAD
...
Creating a mesh generator resets a critical data structure and makes all existing meshes invalid. Hence the SMESH_gen is made a singleton and all FreeCAD code is changed accordingly.
2016-06-15 22:34:10 +02:00
Stefan Tröger
0845791752
FEM: Protect iteration from null ptr
2016-06-15 22:34:10 +02:00
Jean-Marie Verdun
f7c77a446a
FEM: Make FEM compatible with SMESH7
2016-06-15 22:34:10 +02:00
sgrogan
09a967bcc3
add AppFemExport to FemPostFunctionProvider
2016-05-20 09:53:53 -04:00
Stefan Tröger
ec16290be2
FEM Post: Fix rebase errors
2016-05-18 21:35:15 +02:00
Stefan Tröger
e8f1bd65bf
FEM Post: fix vtk include wthout guard
2016-05-18 21:35:15 +02:00
Stefan Tröger
c9fb89fd31
FEM Post: Add missing property files
2016-05-18 21:35:15 +02:00
Stefan Tröger
53312d2d10
FEM Post: Fix cutter error and "remove crashs"
2016-05-18 21:35:15 +02:00
Stefan Tröger
e801be0ccd
FEM Post: Clean up work
2016-05-18 21:35:15 +02:00
Stefan Tröger
336e014130
FEM Post: Fix and extend file handling
...
-Fix crash on saving due to bad result to pipeline transfer
-fix vtk smart pointer usage
-support more file types(new vtk xml formats)
2016-05-18 21:35:15 +02:00
Stefan Tröger
c2a5cfb2f1
FEM Post: FreeCADify the vtk post processing
...
- Data property for saving/loading vtk data
- Use FreeCAD recompute system instead of vtk pipeline
2016-05-18 21:35:15 +02:00