.. |
App
|
+ fix various warnings
|
2016-06-15 23:55:44 +02:00 |
Gui
|
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
|
2016-07-07 15:10:31 -03:00 |
test_files/ccx
|
FEM: add module FemMeshTools and move methods in there
|
2016-05-16 13:22:54 +02:00 |
_CommandAnalysis.py
|
FEM: some renameing for multiple solver:
|
2016-05-16 13:22:54 +02:00 |
_CommandBeamSection.py
|
FEM: some renameing for multiple solver:
|
2016-05-16 13:22:54 +02:00 |
_CommandControlSolver.py
|
FEM: some renameing for multiple solver:
|
2016-05-16 13:22:54 +02:00 |
_CommandMechanicalMaterial.py
|
FEM: some renameing for multiple solver:
|
2016-05-16 13:22:54 +02:00 |
_CommandMeshFromShape.py
|
FEM: some renameing for multiple solver:
|
2016-05-16 13:22:54 +02:00 |
_CommandPurgeResults.py
|
FEM: some renameing for multiple solver:
|
2016-05-16 13:22:54 +02:00 |
_CommandRunSolver.py
|
FEM: multiple solver are possible in one analysis, use the selected for calculation run
|
2016-06-03 07:29:29 +02:00 |
_CommandShellThickness.py
|
FEM: some renameing for multiple solver:
|
2016-05-16 13:22:54 +02:00 |
_CommandShowResult.py
|
FEM: some renameing for multiple solver:
|
2016-05-16 13:22:54 +02:00 |
_CommandSolverCalculix.py
|
FEM: multiple solver are possible in one analysis, use the selected for calculation run
|
2016-06-03 07:29:29 +02:00 |
_CommandSolverZ88.py
|
FEM: multiple solver are possible in one analysis, use the selected for calculation run
|
2016-06-03 07:29:29 +02:00 |
_FemAnalysis.py
|
FEM: remove not used methods from FemAnalysis class
|
2016-03-02 22:23:26 +01:00 |
_FemBeamSection.py
|
FEM: delet unused import FreeCAD
|
2015-11-07 20:04:10 +01:00 |
_FemShellThickness.py
|
FEM: delet unused import FreeCAD
|
2015-11-07 20:04:10 +01:00 |
_FemSolverCalculix.py
|
FEM: add module FemToolsCcx.py and make use of it
|
2016-05-16 13:22:54 +02:00 |
_FemSolverZ88.py
|
FEM: Z88: support for analysis with solver Z88
|
2016-05-16 13:22:54 +02:00 |
_MechanicalMaterial.py
|
FEM: delet unused import FreeCAD
|
2015-11-07 20:04:10 +01:00 |
_TaskPanelFemBeamSection.py
|
Fem+App: use Tuple in PropertyLinkSubList::getPyObject
|
2016-05-26 12:06:44 +02:00 |
_TaskPanelFemShellThickness.py
|
Fem+App: use Tuple in PropertyLinkSubList::getPyObject
|
2016-05-26 12:06:44 +02:00 |
_TaskPanelFemSolverCalculix.py
|
FEM: multiple solver are possible in one analysis, use the selected for calculation run
|
2016-06-03 07:29:29 +02:00 |
_TaskPanelMechanicalMaterial.py
|
FEM: material references, select solid by one click on a vertex
|
2016-07-11 15:27:20 +02:00 |
_TaskPanelShowResult.py
|
FEM: some renameing for multiple solver:
|
2016-05-16 13:22:54 +02:00 |
_ViewProviderFemAnalysis.py
|
removed translation from property descriptions (wrong to do it there anyway) - issue #2524
|
2016-05-18 16:59:15 -03:00 |
_ViewProviderFemBeamSection.py
|
FEM: rename ObjectsTaskPanel into TaskPanelObjects
|
2015-11-07 16:41:11 +01:00 |
_ViewProviderFemShellThickness.py
|
FEM: rename ObjectsTaskPanel into TaskPanelObjects
|
2015-11-07 16:41:11 +01:00 |
_ViewProviderFemSolverCalculix.py
|
FEM: rename TaskPanelJobControl to TaskPanelFemSolverCalculix
|
2015-11-28 20:04:22 -02:00 |
_ViewProviderFemSolverZ88.py
|
FEM: Z88: support for analysis with solver Z88
|
2016-05-16 13:22:54 +02:00 |
_ViewProviderMechanicalMaterial.py
|
FEM: rename ObjectsTaskPanel into TaskPanelObjects
|
2015-11-07 16:41:11 +01:00 |
ccxDatReader.py
|
FEM: Add simple dat file reader
|
2015-11-03 20:04:23 +00:00 |
ccxFrdReader.py
|
FEM: fix for importing ccx result mesh
|
2016-06-06 07:07:36 +02:00 |
CMakeLists.txt
|
FEM Post: Always build except for VTK <6.2
|
2016-06-15 22:34:10 +02:00 |
convert2TetGen.py
|
Changes on Machining Distortion to account for Centos 5.6 compilation
|
2012-03-26 10:06:16 +02:00 |
fem.dox
|
Changes on Machining Distortion to account for Centos 5.6 compilation
|
2012-03-26 10:06:16 +02:00 |
FemAnalysis.py
|
FEM: rename modul MechanicalAnalysis to FemAnalysis
|
2015-11-28 20:04:22 -02:00 |
FemBeamSection.py
|
FEM: unused imports deleted
|
2015-11-07 13:24:45 -02:00 |
FemCommands.py
|
FEM: only deactivate and activate visibility for FEMmeshes inside analysis container
|
2016-06-03 07:30:09 +02:00 |
FemInputWriter.py
|
FEM: use solver object as parameter value in FemInputWriter class
|
2016-06-03 07:29:49 +02:00 |
FemInputWriterCcx.py
|
FEM: use solver object as parameter value in FemInputWriter class
|
2016-06-03 07:29:49 +02:00 |
FemInputWriterZ88.py
|
FEM: use solver object as parameter value in FemInputWriter class
|
2016-06-03 07:29:49 +02:00 |
FemMeshTools.py
|
FEM: Add faces by face workaround for force constraint
|
2016-06-15 22:34:10 +02:00 |
FemSelectionObserver.py
|
FEM: some renameing for multiple solver:
|
2016-05-16 13:22:54 +02:00 |
FemShellThickness.py
|
FEM: unused imports deleted
|
2015-11-07 13:24:45 -02:00 |
FemSolverCalculix.py
|
FEM: replace Calculix with CalculiX in strings
|
2015-11-28 20:04:22 -02:00 |
FemSolverZ88.py
|
FEM: Z88: support for analysis with solver Z88
|
2016-05-16 13:22:54 +02:00 |
FemTools.py
|
FEM: multiple solver are possible in one analysis, use the selected for calculation run
|
2016-06-03 07:29:29 +02:00 |
FemToolsCcx.py
|
FEM: use solver object as parameter value in FemInputWriter class
|
2016-06-03 07:29:49 +02:00 |
FemToolsZ88.py
|
FEM: use solver object as parameter value in FemInputWriter class
|
2016-06-03 07:29:49 +02:00 |
importZ88Mesh.py
|
FEM: Z88: add import and export of Z88 meshes
|
2016-05-16 13:22:54 +02:00 |
Init.py
|
FEM: trailing white spaces and format space in module Init.py
|
2016-05-26 12:06:44 +02:00 |
InitGui.py
|
FEM: Z88: support for analysis with solver Z88
|
2016-05-16 13:22:54 +02:00 |
MechanicalMaterial.py
|
FEM: add author to material files
|
2015-11-07 13:24:45 -02:00 |
TaskPanelFemBeamSection.ui
|
FEM: rename uis of python task panels to TaskPanelName
|
2015-11-08 09:32:01 +01:00 |
TaskPanelFemShellThickness.ui
|
FEM: rename uis of python task panels to TaskPanelName
|
2015-11-08 09:32:01 +01:00 |
TaskPanelFemSolverCalculix.ui
|
FEM: rename TaskPanelJobControl to TaskPanelFemSolverCalculix
|
2015-11-28 20:04:22 -02:00 |
TaskPanelMechanicalMaterial.ui
|
FEM: fix, transient material was used in some cases even if material was not changed
|
2016-02-02 07:18:47 +01:00 |
TaskPanelShowResult.ui
|
FEM: some renameing for multiple solver:
|
2016-05-16 13:22:54 +02:00 |
TestFem.py
|
FEM: trailing whitespaces
|
2016-07-11 15:27:20 +02:00 |
z88DispReader.py
|
FEM: add preference setting to keep results on rerun an analysis
|
2016-05-29 12:02:29 -03:00 |