wmayer
|
6aefdea417
|
+ prepare string for translation
|
2016-02-29 13:22:49 +01:00 |
|
vginkeo
|
8ec2665c1c
|
FEM: C++98 compatible fix to constraint displacement reference deletion, update vertice, edge, face selection
|
2016-02-29 13:06:16 +01:00 |
|
vginkeo
|
5a4b0a6806
|
FEM: do not hide constraints for result view
|
2016-02-29 13:06:15 +01:00 |
|
vginkeo
|
70f3ebbd15
|
FEM: remove some trailing whitespaces
|
2016-02-29 13:06:14 +01:00 |
|
vginkeo
|
9428123c54
|
FEM: remove module ccxInpWriterFemConstraintDisplacement
which was intoduced in commit b1dc2cb by an accident
|
2016-02-29 13:06:13 +01:00 |
|
triplus
|
93c7a6bcac
|
Add SVG workbench icons
|
2016-02-26 23:17:43 +01:00 |
|
Yorik van Havre
|
f93b1b26df
|
Added updated translations from crowdin - fixes #2443
|
2016-02-26 18:32:02 -03:00 |
|
Yorik van Havre
|
17522b7b2f
|
Revert "FEM: Updated fix to constraint displacement reference deletion, update hide show, remove custom input writer, update vertice, edge, face selection."
This reverts commit ac4d466443.
|
2016-02-19 00:05:55 -02:00 |
|
vginkeo
|
555382e8be
|
FEM: Updated fix to constraint displacement reference deletion, update hide show, remove custom input writer, update vertice, edge, face selection.
|
2016-02-18 19:15:16 -02:00 |
|
Bernd Hahnebach
|
dab3b7eb69
|
FEM: fix unit test cases
|
2016-02-17 19:36:16 +01:00 |
|
Bernd Hahnebach
|
795f7e4ebb
|
FEM: infile fix, youngs modulus and poisons ratio
have to be in one line for ccx 2.9
|
2016-02-17 19:36:16 +01:00 |
|
Yorik van Havre
|
3c7d929ed2
|
Updated ts files
|
2016-02-12 14:22:04 -02:00 |
|
vginkeo
|
034e377dd0
|
FEM: Implement constraint displacement in C++
|
2016-02-12 11:09:58 +02:00 |
|
Yorik van Havre
|
3106ca7df3
|
Added slovenian language
|
2016-02-03 13:36:51 -02:00 |
|
Bernd Hahnebach
|
69a7766142
|
FEM: material task panel, save density in kg per m3 to material dictionay
|
2016-02-02 07:18:48 +01:00 |
|
Bernd Hahnebach
|
b4642c952d
|
FEM: fix, transient material was used in some cases even if material was not changed
|
2016-02-02 07:18:47 +01:00 |
|
Bernd Hahnebach
|
caa69a2209
|
FEM: use transient material for a saved None material too
this will reload material data saved into the None material
|
2016-02-02 07:18:46 +01:00 |
|
Bernd Hahnebach
|
e434c2749e
|
FEM: fix, use uniqe names for materials in CalculiX input file
|
2016-02-02 07:18:46 +01:00 |
|
Yorik van Havre
|
758b0778d4
|
Updated translations with latest from crowdin
|
2016-02-01 23:32:58 -02:00 |
|
vginkeo
|
38b8d172c2
|
FEM: Constraint view sizing and scaling of indicators for force, pressure and fixed constraints and limit on steps.
|
2016-02-01 10:52:37 +02:00 |
|
wmayer
|
f9694de1a8
|
+ move handwritten Python classes to PyCXX
|
2016-01-27 18:07:48 +01:00 |
|
wmayer
|
a6c53f304c
|
+ simplify porting of Fem module to Python3
|
2016-01-21 13:42:08 +01:00 |
|
Bernd Hahnebach
|
21d7acbc9d
|
FEM: small improvements in the regard of flake8 compatiblity
|
2016-01-06 11:13:38 -02:00 |
|
Bernd Hahnebach
|
849be0979c
|
FEM: delete no longer needed EditorMode Setting
the properties are set to read only in the C++ constructor allready.
See commit 1a8c643d50
|
2016-01-06 11:13:38 -02:00 |
|
Bernd Hahnebach
|
36d7f39363
|
FEM: set solver type property to read only the hard way
|
2016-01-06 11:13:38 -02:00 |
|
Bernd Hahnebach
|
c1d180eba3
|
FEM: make result stats read only in property editor
|
2016-01-06 11:13:38 -02:00 |
|
wmayer
|
2709266e83
|
+ do not include from .qrc generated .cpp file from other .cpp file but add it to build system
|
2016-01-05 17:35:58 +01:00 |
|
Mateusz Skowroński
|
c275b35d48
|
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
This change is Qt4/Qt5 neutral.
|
2016-01-05 16:07:25 +01:00 |
|
Yorik van Havre
|
80f27ca316
|
Updated ts files prior to translation cycle
|
2016-01-03 19:45:29 -02:00 |
|
wmayer
|
750897c20e
|
+ introduce proper enum for property status to replace plain integers
|
2016-01-01 15:36:24 +01:00 |
|
wmayer
|
a6f03db1e7
|
+ implement property editor item for FEM mesh
|
2015-12-23 15:44:11 +01:00 |
|
wmayer
|
cd8d93d248
|
+ make properties of FEM result object read-only for property editor
|
2015-12-13 19:19:38 +01:00 |
|
Bernd Hahnebach
|
a9afa86301
|
FEM: fix loading frequency in solver control command
|
2015-12-11 13:32:23 +01:00 |
|
wmayer
|
20ed4aa2e2
|
+ fix typo in FEM
|
2015-12-09 13:19:13 +01:00 |
|
Bernd Hahnebach
|
22e3e07b96
|
FEM: make cccFrdReader flake8 compatible
|
2015-12-03 18:50:06 -02:00 |
|
fandaL
|
6b7d0eeb36
|
FEM: frd mesh import rearrange repeating if
|
2015-12-03 18:50:06 -02:00 |
|
fandaL
|
d2529f3114
|
FEM: frd import mesh - added HEX20, PENTA6, PENTA15
|
2015-12-03 18:50:06 -02:00 |
|
wmayer
|
93a3dc0cdd
|
+ fix warnings with Win32 build
|
2015-12-01 00:51:57 +01:00 |
|
Bernd Hahnebach
|
1168bd4d27
|
FEM: fix node order of seg3 in ViewProwiderFemMesh
|
2015-11-30 11:21:51 -02:00 |
|
Bernd Hahnebach
|
f6803a9f8e
|
FEM: fix node order of seg3 (B32) in writeAbaqus
|
2015-11-30 11:21:51 -02:00 |
|
Bernd Hahnebach
|
15ab3db87c
|
FEM: fix not closing taskd of _CommandSolverJobControl
|
2015-11-28 20:04:22 -02:00 |
|
Bernd Hahnebach
|
3ad3c89888
|
FEM: do not allow to add multiple soler with gui
|
2015-11-28 20:04:22 -02:00 |
|
Bernd Hahnebach
|
a6d7efa5d9
|
FEM: make selection of quick analysis consistent with solverJobControl
|
2015-11-28 20:04:22 -02:00 |
|
Bernd Hahnebach
|
dda0ddaa80
|
FEM: raise exception if multiple solver or mesh are in an analysis, they are not yet supported
|
2015-11-28 20:04:22 -02:00 |
|
Bernd Hahnebach
|
6cfac737fb
|
FEM: replace Calculix with CalculiX in strings
|
2015-11-28 20:04:22 -02:00 |
|
Bernd Hahnebach
|
c68ffa6bb6
|
FEM: delete FemExample since there is no example inside
|
2015-11-28 20:04:22 -02:00 |
|
Bernd Hahnebach
|
68fdc49898
|
FEM: delete not used import FemGui
|
2015-11-28 20:04:22 -02:00 |
|
Bernd Hahnebach
|
988c0af766
|
FEM: rename modul MechanicalAnalysis to FemAnalysis
|
2015-11-28 20:04:22 -02:00 |
|
Bernd Hahnebach
|
78e775183c
|
FEM: rename command MechanicalJobControl to SolverJobControl
|
2015-11-28 20:04:22 -02:00 |
|
Bernd Hahnebach
|
d45fee9379
|
FEM: activate CommandMechanicalJobControl with_Solver selected
|
2015-11-28 20:04:22 -02:00 |
|