FreeCAD/src/Mod/Fem
2016-12-13 15:53:13 +01:00
..
App remove superfluous Qt includes 2016-12-13 14:33:16 +01:00
Gui Add switch to select between Qt4 and Qt5 2016-12-13 15:53:13 +01:00
test_files/ccx FEM: fix unit test after activating new pressure face search 2016-11-22 19:50:49 +01:00
_CommandAnalysis.py FEM: remove the not needed GuiUp check on GUI files 2016-11-25 22:59:03 +01:00
_CommandBeamSection.py FEM: remove the not needed GuiUp check on GUI files 2016-11-25 22:59:03 +01:00
_CommandConstraintSelfWeight.py FEM: remove the not needed GuiUp check on GUI files 2016-11-25 22:59:03 +01:00
_CommandControlSolver.py FEM: remove the not needed GuiUp check on GUI files 2016-11-25 22:59:03 +01:00
_CommandFEMMesh2Mesh.py FEM: FEMMesh2Mesh, add a icon 2016-11-25 22:59:39 +01:00
_CommandMaterialMechanicalNonlinear.py FEM: remove the not needed GuiUp check on GUI files 2016-11-25 22:59:03 +01:00
_CommandMechanicalMaterial.py FEM: remove the not needed GuiUp check on GUI files 2016-11-25 22:59:03 +01:00
_CommandMeshGmshFromShape.py FEM: icons, rename some icons to better fit in FEM name scheme 2016-11-28 01:17:45 +01:00
_CommandMeshNetgenFromShape.py FEM: icons, rename some icons to better fit in FEM name scheme 2016-11-28 01:17:45 +01:00
_CommandPurgeResults.py FEM: remove the not needed GuiUp check on GUI files 2016-11-25 22:59:03 +01:00
_CommandRunSolver.py FEM: remove the not needed GuiUp check on GUI files 2016-11-25 22:59:03 +01:00
_CommandShellThickness.py FEM: remove the not needed GuiUp check on GUI files 2016-11-25 22:59:03 +01:00
_CommandShowResult.py FEM: remove the not needed GuiUp check on GUI files 2016-11-25 22:59:03 +01:00
_CommandSolverCalculix.py FEM: remove the not needed GuiUp check on GUI files 2016-11-25 22:59:03 +01:00
_CommandSolverZ88.py FEM: remove the not needed GuiUp check on GUI files 2016-11-25 22:59:03 +01:00
_FemBeamSection.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
_FemConstraintSelfWeight.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
_FemMaterialMechanicalNonlinear.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
_FemMeshGmsh.py FEM: gmsh mesh tool, add different mesh element size for Shape elements 2016-11-28 01:18:08 +01:00
_FemShellThickness.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
_FemSolverCalculix.py FEM: code formating, get flake8 quired 2016-11-22 19:50:50 +01:00
_FemSolverZ88.py FEM: solver Z88, fix in object attributes 2016-11-28 01:17:36 +01:00
_MechanicalMaterial.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
_TaskPanelFemBeamSection.py Doc: Fixes in doxygen docs for Draft,Arch, FEM 2016-11-17 17:04:09 -02:00
_TaskPanelFemMeshGmsh.py FEM: gmsh mesh tool, fix endless loop in task panel 2016-11-28 01:17:58 +01:00
_TaskPanelFemShellThickness.py Doc: Fixes in doxygen docs for Draft,Arch, FEM 2016-11-17 17:04:09 -02:00
_TaskPanelFemSolverCalculix.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
_TaskPanelMechanicalMaterial.py Doc: Fixes in doxygen docs for Draft,Arch, FEM 2016-11-17 17:04:09 -02:00
_TaskPanelShowResult.py FEM: catch an error if Result dialog will be opened without an result in the analysis 2016-11-22 19:50:50 +01:00
_ViewProviderFemBeamSection.py Doc: Fixes in doxygen docs for Draft,Arch, FEM 2016-11-17 17:04:09 -02:00
_ViewProviderFemConstraintSelfWeight.py Doc: Fixes in doxygen docs for Draft,Arch, FEM 2016-11-17 17:04:09 -02:00
_ViewProviderFemMaterialMechanicalNonlinear.py Doc: Fixes in doxygen docs for Draft,Arch, FEM 2016-11-17 17:04:09 -02:00
_ViewProviderFemMeshGmsh.py FEM: icons, rename some icons to better fit in FEM name scheme 2016-11-28 01:17:45 +01:00
_ViewProviderFemShellThickness.py Doc: Fixes in doxygen docs for Draft,Arch, FEM 2016-11-17 17:04:09 -02:00
_ViewProviderFemSolverCalculix.py FEM: typo in solver view providers 2016-11-22 19:50:50 +01:00
_ViewProviderFemSolverZ88.py FEM: typo in solver view providers 2016-11-22 19:50:50 +01:00
_ViewProviderMechanicalMaterial.py Doc: Fixes in doxygen docs for Draft,Arch, FEM 2016-11-17 17:04:09 -02:00
ccxDatReader.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
ccxFrdReader.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
CMakeLists.txt FEM: FEMMesh2Mesh, add a command to FreeCADGui 2016-11-25 22:59:27 +01:00
convert2TetGen.py Doc: Fixes in doxygen docs for Draft,Arch, FEM 2016-11-17 17:04:09 -02:00
fem.dox Doc: Fixes in doxygen docs for Draft,Arch, FEM 2016-11-17 17:04:09 -02:00
FemAnalysis.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
FemBeamSection.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
FemCommands.py FEM: FEMMesh2Mesh, only make the tool active on selection of a femmesh or a femmesh and a result 2016-11-25 22:59:35 +01:00
FemConstraintSelfWeight.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
FemGmshTools.py FEM: gmsh mesh tool, add different mesh element size for Shape elements 2016-11-28 01:18:08 +01:00
FemInputWriter.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
FemInputWriterCcx.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
FemInputWriterZ88.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
FemMaterialMechanicalNonlinear.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
FemMesh2Mesh.py FEM: FEMMesh2Mesh, some small changes to work together with FreeCADGui tool 2016-11-25 22:59:21 +01:00
FemMeshGmsh.py FEM: GMSH mesh tool, new python mesh object 2016-11-22 19:50:50 +01:00
FemMeshTools.py FEM: gmsh mesh tool, add different mesh element size for Shape elements 2016-11-28 01:18:08 +01:00
FemSelectionObserver.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
FemShellThickness.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
FemSolverCalculix.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
FemSolverZ88.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
FemTools.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
FemToolsCcx.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
FemToolsZ88.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
importInpMesh.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
importZ88Mesh.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
Init.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
InitGui.py FEM: FEMMesh2Mesh, add a command to FreeCADGui 2016-11-25 22:59:27 +01:00
MechanicalMaterial.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00
TaskPanelFemBeamSection.ui FEM: rename uis of python task panels to TaskPanelName 2015-11-08 09:32:01 +01:00
TaskPanelFemMeshGmsh.ui FEM: GMSH mesh tool, the GMSH tool class and a task panel 2016-11-22 19:50:50 +01:00
TaskPanelFemShellThickness.ui FEM: rename uis of python task panels to TaskPanelName 2015-11-08 09:32:01 +01:00
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 fix FemMesh::copyMeshData 2016-12-12 12:43:05 +01:00
z88DispReader.py FEM: code formating, make all python module start the same way 2016-11-22 19:50:50 +01:00