FreeCAD/src/Mod/Fem
2016-09-13 20:17:31 -03:00
..
App fix build problems with netgen under Linux 2016-09-10 19:17:37 +02:00
Gui FEM: add new pref for use of ccx standard path 2016-09-13 20:17:31 -03:00
test_files/ccx FEM: ccx input writer: reorder defs and def calls and 2016-08-10 12:53:55 +02:00
_CommandAnalysis.py FEM: python code formating flake8: add white space to start comment block, where missing 2016-07-21 18:40:51 -03:00
_CommandBeamSection.py FEM: some renameing for multiple solver: 2016-05-16 13:22:54 +02:00
_CommandConstraintSelfWeight.py FEM: constraint self weight: object implementation 2016-07-21 18:40:51 -03:00
_CommandControlSolver.py FEM: python code formating flake8: add white space to start comment block, where missing 2016-07-21 18:40:51 -03:00
_CommandMechanicalMaterial.py FEM: some renameing for multiple solver: 2016-05-16 13:22:54 +02:00
_CommandMeshFromShape.py FEM: python code formating flake8: add white space to start comment block, where missing 2016-07-21 18:40:51 -03:00
_CommandPurgeResults.py FEM: python code formating flake8: add white space to start comment block, where missing 2016-07-21 18:40:51 -03:00
_CommandRunSolver.py FEM: pyhton code formating: comment should start with '# ' 2016-07-21 18:40:51 -03:00
_CommandShellThickness.py FEM: some renameing for multiple solver: 2016-05-16 13:22:54 +02:00
_CommandShowResult.py FEM: pyhton code formating: comment should start with '# ' 2016-07-21 18:40:51 -03: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
_FemBeamSection.py
_FemConstraintSelfWeight.py FEM: constraint self weight: object implementation 2016-07-21 18:40:51 -03:00
_FemShellThickness.py
_FemSolverCalculix.py FEM: move prefs path off General prefs tab to BaseApp/Preferences/Mod/Fem/General 2016-08-16 11:03:28 +02:00
_FemSolverZ88.py FEM: move prefs path off General prefs tab to BaseApp/Preferences/Mod/Fem/General 2016-08-16 11:03:28 +02:00
_MechanicalMaterial.py
_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: fix prefs 2016-08-15 21:39:24 +02:00
_TaskPanelMechanicalMaterial.py FEM: move prefs path off General prefs tab to BaseApp/Preferences/Mod/Fem/General 2016-08-16 11:03:28 +02:00
_TaskPanelShowResult.py FEM: move prefs path off General prefs tab to BaseApp/Preferences/Mod/Fem/General 2016-08-16 11:03:28 +02:00
_ViewProviderFemBeamSection.py
_ViewProviderFemConstraintSelfWeight.py FEM: delete not used pyhton module imports 2016-08-04 17:45:04 +02:00
_ViewProviderFemShellThickness.py
_ViewProviderFemSolverCalculix.py
_ViewProviderFemSolverZ88.py FEM: Z88: support for analysis with solver Z88 2016-05-16 13:22:54 +02:00
_ViewProviderMechanicalMaterial.py
ccxDatReader.py FEM: pyhton code formating: comment should start with '# ' 2016-07-21 18:40:51 -03:00
ccxFrdReader.py FEM: frd mesh import, penta15 node order 2016-09-06 17:00:57 +02:00
CMakeLists.txt FEM: inp mesh importer, add module to cmakefiles 2016-08-15 21:36:21 +02:00
convert2TetGen.py
fem.dox
FemAnalysis.py FEM: remove not used _FemAnalysis object and ViewProvider 2016-08-04 17:45:04 +02:00
FemBeamSection.py
FemCommands.py FEM: move prefs path off General prefs tab to BaseApp/Preferences/Mod/Fem/General 2016-08-16 11:03:28 +02:00
FemConstraintSelfWeight.py FEM: constraint self weight: object implementation 2016-07-21 18:40:51 -03:00
FemInputWriter.py FEM: solver object is used to write the eigenmode params to input file 2016-08-08 08:03:26 +02:00
FemInputWriterCcx.py FEM: ccx input writer: reorder defs and def calls and 2016-08-10 12:53:55 +02:00
FemInputWriterZ88.py FEM: solver object is used to write the eigenmode params to input file 2016-08-08 08:03:26 +02:00
FemMeshTools.py 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
FemSelectionObserver.py FEM: some renameing for multiple solver: 2016-05-16 13:22:54 +02:00
FemShellThickness.py
FemSolverCalculix.py
FemSolverZ88.py FEM: Z88: support for analysis with solver Z88 2016-05-16 13:22:54 +02:00
FemTools.py FEM: move prefs path off General prefs tab to BaseApp/Preferences/Mod/Fem/General 2016-08-16 11:03:28 +02:00
FemToolsCcx.py query wrong parameter to check for path of ccx when set in preferences 2016-08-11 16:17:35 +02:00
FemToolsZ88.py FEM: move prefs path off General prefs tab to BaseApp/Preferences/Mod/Fem/General 2016-08-16 11:03:28 +02:00
importInpMesh.py FEM: frd mesh import, element nodes read changes 2016-09-06 17:00:57 +02:00
importZ88Mesh.py FEM: Z88: add import and export of Z88 meshes 2016-05-16 13:22:54 +02:00
Init.py FEM: import mesh from .inp file 2016-08-15 21:35:54 +02:00
InitGui.py FEM: remove working dir and ccx binary check from InitGui 2016-09-13 20:17:31 -03:00
MechanicalMaterial.py
TaskPanelFemBeamSection.ui
TaskPanelFemShellThickness.ui
TaskPanelFemSolverCalculix.ui FEM: task panel solver calculix: add thermomech analysis button 2016-08-04 17:45:04 +02:00
TaskPanelMechanicalMaterial.ui FEM: task panel mechanical material: add thermomech related changes 2016-08-04 17:45:04 +02:00
TaskPanelShowResult.ui FEM: task panel show results: add principat stress temperature and user calculation input field 2016-08-04 17:45:04 +02:00
TestFem.py FEM: solver object is used to write the eigenmode params to input file 2016-08-08 08:03:26 +02:00
z88DispReader.py FEM: add preference setting to keep results on rerun an analysis 2016-05-29 12:02:29 -03:00