Commit Graph

1329 Commits

Author SHA1 Message Date
Bernd Hahnebach
ffb956f267 FEM: ccx input writer, check for string type instead of the specific string Eall 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
6321a2c10d FEM: ccx input writer, split ccx element set writing and 1D-Flow element set id retriving from each other 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
81830ac844 FEM: ccx inputwriter, get rid of a duplicate in 1DFlow section 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
55b03fdb85 FEM: ccx input writer, code formating 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
22e990073a FEM: input writer, constraint force, move the refshape type code into fem tools 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
90c948d95f FEM: abaqus writer, fix precision 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
634987bc0f FEM: abaqus writer, use better names for elementsets 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
564c30a471 FEM: abaqus writer, some comments 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
a207ee56e8 FEM: unit tests, add some comments 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
f7c0f2fee4 FEM: unit tests, use FreeCADs native Python API to create the meshes 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
7b8b1c06fd FEM: unit tests, use better file name for unv read write test 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
cb9265c492 FEM: unit tests, use the lately commited dev in Test to run unit tests of FEM 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
a46e495c3d FEM: gmsh mesh tool, get rid of the error pop up in the regard of BooleanFragments Compound 2017-06-07 23:32:36 -03:00
Bernd Hahnebach
b0986504d7 FEM: group meshing, add some checks and output to catch some problems 2017-05-27 19:57:28 -03:00
Bernd Hahnebach
831e69cfd1 FEM: code formating, change tabs in spaces 2017-05-27 19:57:28 -03:00
Bernd Hahnebach
9e697e593a FEM: Fenics meshes, flake8 2017-05-27 19:57:28 -03:00
joha2
9edcbe2dd5 FEM: Fenics meshes, add support for xdmf format, some more improvements 2017-05-27 19:57:28 -03:00
Bernd Hahnebach
62a823854f FEM: constraint pressure, add support for shell meshes if they have group data 2017-05-27 19:57:28 -03:00
Bernd Hahnebach
1ef1ff52db FEM: ccx writer and mesh tools, fix bug in mesh group search 2017-05-27 19:57:28 -03:00
Bernd Hahnebach
fbc2ffad6b FEM: unittest, move mesh creation at end of test object creation 2017-05-27 19:57:27 -03:00
Bernd Hahnebach
d5731d3147 FEM: unittest, get rid of not useful self. 2017-05-27 19:57:27 -03:00
Bernd Hahnebach
31966c577c FEM: unittest, move all CCX analysis tests in one test case class 2017-05-27 19:57:27 -03:00
Bernd Hahnebach
3392b7268e FEM: unittest, get rid of duplicates and move them to helpers 2017-05-27 19:57:27 -03:00
Bernd Hahnebach
2fbe2d715f FEM: unittest, move unv test out of analysis test case 2017-05-27 19:57:27 -03:00
Bernd Hahnebach
3029f85008 FEM: unittest, update result files and FreeCAD files 2017-05-27 19:57:27 -03:00
Yorik van Havre
de4d33cb84 Updated translations 2017-05-25 10:04:05 -03:00
wmayer
d0020dc1cc fix crashes with FEM post-processing commands 2017-05-20 16:18:34 +02:00
wmayer
3d8eba966b fix build failure if VTK is not enabled 2017-05-19 12:53:31 +02:00
wmayer
b99b0eb65b fix crash in pipeline command 2017-05-18 18:40:56 +02:00
wmayer
583574dfcc Add Python wrapper for pipeline object 2017-05-18 18:40:25 +02:00
looooo
2a9cfd7eee py3: Fem: PyGui: use relative imports for PyGui 2017-05-06 15:30:46 +02:00
Peter Lama
fa4bebf2e0 Use OCCT Handle macro for Handle_ classes
This is the result of running OCCT's upgrade script provided
with OCCT 7.0. See
https://www.opencascade.com/content/freecad-occt710-and-windows-rtti-data-missing#comment-form
and
https://www.forum.freecadweb.org/viewtopic.php?f=4&t=21405&start=120#p169019
for why this is necessary for OCCT >= 7.1
2017-04-20 12:27:34 +02:00
asiersarasua
4564e4f4a4 Fix typos 2017-04-20 09:49:19 +02:00
wmayer
c526c18b94 fix scan coverity issues: uncaught exception 2017-04-11 14:03:08 +02:00
wmayer
2a22e06a5c add unit test to check for order of nodes of quadratic mesh elements 2017-04-07 20:51:02 +02:00
Ulrich Brammer
1ad022bd44 More precise real values for Calculix input files. 2017-04-04 13:46:15 +02:00
Kunda
5aefa825b1 Typo fixes for doxygen and source comments
issue #0002914
2017-03-31 11:25:57 -03:00
Alexander Gryson
2ac37fd824 Edit warp icon based on forum feedback
[See forum post for relevant discussion](https://forum.freecadweb.org/viewtopic.php?f=34&t=21391&start=19)
2017-03-26 08:51:17 +02:00
Bernd Hahnebach
bf064df4da FEM: ccx tools, highlight nodes of elements with nonpositive jacobian if ccx fails 2017-03-18 22:07:24 +01:00
Bernd Hahnebach
38b492b5b5 FEM: import frd, import all steps of peeq, by sodelo 2017-03-18 22:07:24 +01:00
Bernd Hahnebach
5efd28c4d0 FEM: import tools, move calculate abs disp from import vtk to import tools 2017-03-18 22:07:24 +01:00
Bernd Hahnebach
ad7491402b FEM: fluid material, fix command to add such material 2017-03-18 22:07:24 +01:00
Bernd Hahnebach
18ff6c697e FEM: material task panel, check if material properties have the appropriate units 2017-03-18 22:07:24 +01:00
Bernd Hahnebach
6cb479b29a FEM: material task panel, typo in KinematicViscosity 2017-03-18 22:07:24 +01:00
Alexander Gryson
e60d2e200e Forgotton in initial commit 2017-03-18 21:38:37 +01:00
Alexander Gryson
b64f7e6d8c Update Metadata 2017-03-18 21:38:37 +01:00
Alexander Gryson
7fa03440d1 Replace png icons with 64px svgs 2017-03-18 21:38:37 +01:00
Alexander Gryson
0d9b23818f Align FEM workbench icons to guidelines 2017-03-18 21:38:37 +01:00
Bernd Hahnebach
f0416755b4 FEM: cmakes, object fem, init gui modules, sort by name 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
11ec82d453 FEM: fluid section and elment fluid 1D object, make name fit in FEM name system 2017-03-07 13:40:18 -03:00