Bernd Hahnebach
281eeb5fd8
FEM: icons, rename solver elmer
2018-09-11 07:22:36 +02:00
Bernd Hahnebach
d436630f5b
FEM: equation objects, add some comments for linear and nonlinear equation
2018-08-29 11:02:43 -03:00
Markus Hovorka
31750a7503
FEM: elmer, fix SIF variable output bug
...
The property "FluxVariable" of the FluxEquation document type was
exported wrongly by sifio. This was because sifio didn't recognise
unicode as a string and exported is as an array of chars.
2018-08-26 20:47:42 +02:00
joha2
4e8574e91d
FEM: fenics #0003038 : flake8
2018-08-07 16:57:02 +02:00
joha2
8df79bef53
FEM: fenics #0003038 : added overlap parameter and removed assign_values from interfaces
2018-08-07 16:57:02 +02:00
joha2
bf45030595
FEM: fenics #0003038 : removed old fenics interface classes
2018-08-07 16:57:02 +02:00
joha2
ee8a525c07
FEM: Fenics interface: changed interface into different classes for cell functions
2018-08-07 16:57:02 +02:00
joha2
122ea86ba5
FEM: Fenics interface: flake8
2018-08-07 16:57:02 +02:00
joha2
193e69ad6d
FEM: Fenics interface: changed cell function and facet function interface to be more convenient
2018-08-07 16:57:01 +02:00
Bernd Hahnebach
9c628b8700
FEM: calculix writer, do not write integration point results into dat file, because we do not have a reader for this ATM
2018-06-05 14:28:25 -03:00
looooo
57a8fddba0
Fem: fenics: py3-fixes
2018-06-04 10:02:09 +02:00
Bernd Hahnebach
0bafa26b26
FEM: elmer writer, fix heat source and add a comment about units
2018-06-01 08:21:17 +02:00
joha2
24452df93e
FEM: fenics #0003038 : this fixes the CellFunction type to get access to the measures correctly
2018-05-23 17:59:29 +02:00
luz.paz
ba9dba4b26
FEM: typo fixes
2018-04-29 20:40:15 +02:00
luz.paz
2c39dc3899
FEM: source comment typo fix
2018-03-03 11:20:52 -03:00
Bernd Hahnebach
223a869f83
FEM: elmer sifio, fix string test
2018-02-21 14:33:45 +01:00
Bernd Hahnebach
98df49a64b
FEM: writer base, fix multiple materials
2018-02-19 17:53:34 +01:00
Bernd Hahnebach
8de9707d5b
FEM: elmer sifio, Python3 unicode fix
2018-02-16 10:53:20 -02:00
Markus Hovorka
c110f04823
FEM: fix unicode conversion error (sifio.py)
...
The sifio module could only serialize the str type. This commits
adds support for unicode strings. Some properties of FreeCAD
objects like the equation variable name use unicode strings.
2018-02-16 10:53:20 -02:00
Bernd Hahnebach
1ad03336ab
FEM: ccx writer, adapt constraint fixed to the mixed meshes
2018-02-10 00:53:16 +01:00
Bernd Hahnebach
aec496e7d9
FEM: ccx input writer, write all mesh dirmension ccx elsets
2018-02-10 00:53:16 +01:00
Bernd Hahnebach
45f3eb7f4d
FEM: input writer, use own element table for each shape type
2018-02-10 00:53:16 +01:00
Bernd Hahnebach
5d5d71cf8e
FEM: writer base, add missing console log
2018-02-10 00:53:16 +01:00
Bernd Hahnebach
71dd947aa2
FEM: elmer tasks, fix gmsh mesh object type check
2018-02-08 09:46:40 +01:00
Bernd Hahnebach
ecf7f45813
FEM: prints, use FreeCAD console prints and console error for ccx tools and writer module
2018-02-07 19:03:48 +01:00
Bernd Hahnebach
88051e01d3
FEM: ccx tools, remove setting analysis type with the analysis tools, is done in solver object
2018-02-07 19:03:48 +01:00
joha2
3b8fa5cb24
FEM: Fenics, add Fenics tools module
2018-02-07 19:03:48 +01:00
Bernd Hahnebach
227a25a686
FEM: code formating, flake8
2018-01-31 19:04:29 +01:00
luz.paz
666c5c8b86
FEM: typo fix
...
[skip ci]
2018-01-27 19:41:24 +01:00
luz.paz
0ff676abec
FEM: typos
...
[skip ci]
2018-01-26 18:49:59 +01:00
Bernd Hahnebach
c85afd0e44
FEM: objects, use fem name sheme for object package names
2018-01-25 18:46:30 -02:00
luz.paz
3ee6b6ac94
FEM: typos
2018-01-23 14:43:54 +01:00
Bernd Hahnebach
6ab072b1ca
FEM: file modes, delete executable mode on some Python modules
2018-01-23 14:01:27 +01:00
Bernd Hahnebach
9935150972
FEM: beam rotaion, implement writer, this fixes a very old restiction, the beam analysis in z-axis
2018-01-23 14:01:27 +01:00
Bernd Hahnebach
fa596b891e
FEM: beam rotation object, add it to the solver frame works
2018-01-23 14:01:27 +01:00
Bernd Hahnebach
128e5d3a72
FEM: ccx writer, slightly resort key sort creation on ccx elset creation
2018-01-23 14:01:27 +01:00
Bernd Hahnebach
0145383d39
FEM: ccx writer, check for empty ccx elset on creation
2018-01-23 14:01:27 +01:00
Bernd Hahnebach
66351b723a
FEM: ccx writer, resorting in elset creation
2018-01-23 14:01:27 +01:00
Bernd Hahnebach
233a32d27a
FEM: ccx writer, use set and intersection instead of two nested for loops
2018-01-23 14:01:27 +01:00
Bernd Hahnebach
6811d528f6
FEM: ccx input file, use even shorter elset names for the short names and raise exception if the elset name is still to long
2018-01-23 14:01:27 +01:00
Bernd Hahnebach
3824df2eba
FEM: ccx writer, resort elset creation methods
2018-01-23 14:01:27 +01:00
Bernd Hahnebach
c8e87a039e
FEM: ccx writer, better elset name def and raise exception if name is too long
2018-01-23 14:01:27 +01:00
Bernd Hahnebach
7b75af307a
FEM: code formating, flake8
2018-01-13 12:53:41 +01:00
Bernd Hahnebach
c6740dc89f
FEM: sovler framework ccx z88, add comment
2018-01-11 07:12:55 +01:00
Bernd Hahnebach
b73853efa5
FEM: fem tools package, move fem utils in it
2018-01-11 06:22:28 +01:00
Bernd Hahnebach
0f4b4c9634
FEM: constraint body heat source, use for proxy type the same name sheme like other constraints
2018-01-11 06:22:28 +01:00
Bernd Hahnebach
c34bbb007a
FEM: proxy type, use for all classes the notation Fem:: same as C++ classes
2018-01-11 06:22:28 +01:00
Bernd Hahnebach
cf62473cbd
FEM: input writer, move module into solver package
2018-01-11 06:22:28 +01:00
Bernd Hahnebach
1559fed0e7
FEN: z88 writer, comment some logs
2018-01-11 06:22:28 +01:00
Bernd Hahnebach
910f573e4d
FEM: ccx input writer, get rid of code duplicate in time meassurement
2018-01-11 06:22:28 +01:00