luzpaz
|
e8587cf0b4
|
Misc. typo fixes
Remove double whitespaces between source comments
|
2017-11-25 16:54:02 -02:00 |
|
Bernd Hahnebach
|
8e48e336e3
|
FEM: constraint initial temperature, make reference property hidden and readonly
|
2017-11-25 16:54:02 -02:00 |
|
wmayer
|
ce6809415b
|
inherit FemAnalysis from DocumentObjectGroup and remove Member property
|
2017-10-24 20:07:05 +02:00 |
|
Bernd Hahnebach
|
20e24975f5
|
FEM: code formating, trailing whitespaces and flake8
|
2017-10-19 13:30:53 +02:00 |
|
Unknown
|
ef46b7cc6b
|
FEM: various typos
|
2017-10-19 13:30:53 +02:00 |
|
Unknown
|
50f30eb02a
|
FEM: typo fixes
+ some whitespace formatting
|
2017-10-07 11:51:00 +02:00 |
|
Bernd Hahnebach
|
71a283f8fa
|
FEM: move 1DFlow inout nodes file into analysis directory and do not delete it
|
2017-07-21 17:35:43 +02:00 |
|
luzpaz
|
b25eb4854a
|
misc. typo fixes
in FEM and Path WBs
misc. typo fixes
|
2017-07-21 12:17:35 -03:00 |
|
luzpaz
|
e3066d1424
|
FEM: typo
|
2017-07-11 13:25:05 -04:00 |
|
Bernd Hahnebach
|
da1afaa8ba
|
FEM: mesh tools, code formating
|
2017-06-20 07:07:38 +02:00 |
|
Bernd Hahnebach
|
0af2e1b2b8
|
FEM: mesh tools, group elements, return empty tuple instead of None
|
2017-06-19 10:49:28 +02:00 |
|
Bernd Hahnebach
|
d5c5870764
|
FEM: group meshing, add some checks and output to catch some problems
|
2017-05-27 19:57:28 -03:00 |
|
Bernd Hahnebach
|
7ed786cf86
|
FEM: constraint pressure, add support for shell meshes if they have group data
|
2017-05-27 19:57:28 -03:00 |
|
Bernd Hahnebach
|
34cac07b43
|
FEM: ccx writer and mesh tools, fix bug in mesh group search
|
2017-05-27 19:57:28 -03:00 |
|
Bernd Hahnebach
|
092a5dae48
|
FEM: fluid section and elment fluid 1D object, make name fit in FEM name system
|
2017-03-07 13:40:18 -03:00 |
|
Bernd Hahnebach
|
34ad6af337
|
FEM: shell thickness and elment geometry 2D object, make name fit in FEM name system
|
2017-03-07 13:40:18 -03:00 |
|
Bernd Hahnebach
|
977fd8995e
|
FEM: beam sectiong and element geometry 1D object, make name fit in FEM name system
|
2017-03-07 13:40:18 -03:00 |
|
hgutsche
|
de8f66f857
|
Some fixes for doygen syntax errors and some configuration to make it run smoother under Windows
|
2017-02-28 18:52:04 +01:00 |
|
Bernd Hahnebach
|
a569319510
|
FEM: import tools, move imported mesh creation def inside new import tools module
|
2017-02-28 17:35:26 +01:00 |
|
Kunda
|
90aeb372f5
|
FEM: source code typos, issue 0002914
|
2017-02-28 17:35:26 +01:00 |
|
Bernd Hahnebach
|
07d1dccebb
|
FEM: code formating, flake8
|
2017-02-28 17:35:26 +01:00 |
|
kgoao
|
8bb1df3736
|
FEM: 1DFlow, ccx solver handling
|
2017-02-28 17:35:26 +01:00 |
|
Bernd Hahnebach
|
2537cf512c
|
FEM: mesh group, add a needed def to mesh tools and use the new mesh group object in gmsh mesh class
|
2017-01-07 15:16:44 -02:00 |
|
Bernd Hahnebach
|
739fe3ae39
|
FEM: move modules MechanicalMaterial to a more general FemMaterial
|
2017-01-02 18:03:24 -02:00 |
|
Bernd Hahnebach
|
d64e2cfd5e
|
FEM: implement get_element since getElement does not return Solid elements
|
2016-12-21 11:27:42 -02:00 |
|
Bernd Hahnebach
|
8b61027de2
|
FEM: material task panel, add explizit solid selection mode, add support for Solids of Compounds and CompSolids
|
2016-12-21 11:27:41 -02:00 |
|
Bernd Hahnebach
|
9154825889
|
FEM: gmsh mesh tool, add different mesh element size for Shape elements
|
2016-11-28 01:18:08 +01:00 |
|
Bernd Hahnebach
|
30e54ec0e2
|
FEM: FemMeshTools, some changes need for the GMSH mesh tool
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
af9d1371b9
|
FEM: FemMeshTools, fix input file writing if groups have non expected group names
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
8d786be579
|
FEM: code formating, make all python module start the same way
- module info
- doxygen documentation
- imports
- code
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
facf23a22f
|
FEM: code formating, add brackets to prints
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
8ca705c2d9
|
FEM: activate binary search get_femelement_by_femnodes_bin for volume meshes
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
2a5d445b26
|
FEM: FemMeshTools, add binary search method for get_femelements_by_femnodes, but do not make it activ
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
8b24da477a
|
FEM: ccx input writer, make use of the new faster binary search method for getting the pressure faces
|
2016-11-22 19:50:49 +01:00 |
|
Bernd Hahnebach
|
894d79a57c
|
FEM: FemMeshTools, add new methods to make a faster search for pressure faces:
- get_femnodes_ele_table()
- get_copy_of_empty_femelement_table()
- get_bit_pattern_dict()
- get_ccxelement_faces_from_binary_search()
- thanks to Ulrich Brammer for implementing the methods
|
2016-11-22 19:50:49 +01:00 |
|
Yorik van Havre
|
af97583026
|
Doc: Fixes in doxygen docs for Draft,Arch, FEM
|
2016-11-17 17:04:09 -02:00 |
|
Bernd Hahnebach
|
fbca90d0a5
|
FEM: FemMeshTools, add some methods to retrieve shape elements from Reference shapes for group meshing
|
2016-10-17 11:23:12 +02:00 |
|
Bernd Hahnebach
|
746ee873aa
|
FEM: constraint pressure, move geting the faces from FemInputwriterCcx to FemInputWriter and FemMeshTools module
|
2016-10-17 11:23:07 +02:00 |
|
Bernd Hahnebach
|
6ab0937ea0
|
FEM: input writer ccx, most constraints, use nodes from group data if available
|
2016-10-17 11:22:57 +02:00 |
|
Bernd Hahnebach
|
56b153070d
|
FEM: use group data for multi body material analysis, if available
|
2016-10-03 21:46:44 -03:00 |
|
Bernd Hahnebach
|
8a0b745b2a
|
FEM: FemMeshTools, small changes in femelements_count_ok
|
2016-10-03 21:46:44 -03:00 |
|
Bernd Hahnebach
|
1cc1d9e562
|
FEM: code formating, flake8
|
2016-09-27 13:04:47 -03:00 |
|
kgoao
|
ccb7b1a11f
|
FEM: ConstraintTransform: Solver implementation
FEM: ConstraintTransform: Flake8 formatting for python files
FEM: ConstraintTransform: TransformType App::PropertyEnumeration
|
2016-09-27 13:04:46 -03:00 |
|
Bernd Hahnebach
|
d20ea7ac90
|
FEM: add tetras to known elements for retriving face loads if no face data exists
|
2016-09-13 20:17:31 -03:00 |
|
Bernd Hahnebach
|
163de1d827
|
FEM: ConstraintForce: add node load calculation for face loads on faces of tetra, hexa and penta elements
|
2016-09-05 15:52:51 +02:00 |
|
Bernd Hahnebach
|
781bd43667
|
FEM: ConstraintForce: add node load calculation for face loads on quad4 and quad8 faces
|
2016-09-05 09:26:50 +02:00 |
|
Bernd Hahnebach
|
3d4905824f
|
FEM: FemMeshTools: typo and change print error messages to console error messages
|
2016-09-05 09:26:50 +02:00 |
|
Bernd Hahnebach
|
4c64351da9
|
FEM: python mesh tools, fix key name for penta15 and format code better
|
2016-08-15 21:36:42 +02:00 |
|
Bernd Hahnebach
|
7760c5cce1
|
FEM: constraint plane rotation: add implementation for solver CalculiX
|
2016-08-04 17:45:04 +02:00 |
|
Stefan Tröger
|
aae79ee558
|
FEM: Add faces by face workaround for force constraint
|
2016-06-15 22:34:10 +02:00 |
|