Changesets: FreeCAD
master 80bc1255 2017-10-12 01:16:57 wmayer Details Diff |
support of backward compatibility to load old fem project files | ||
mod - src/Mod/Fem/App/FemAnalysis.cpp | Diff File | ||
mod - src/Mod/Fem/App/FemAnalysis.h | Diff File | ||
mod - src/Mod/Fem/ObjectsFem.py | Diff File | ||
master ce680941 2017-10-11 15:04:07 wmayer Details Diff |
inherit FemAnalysis from DocumentObjectGroup and remove Member property | ||
mod - src/Mod/Fem/App/FemAnalysis.cpp | Diff File | ||
mod - src/Mod/Fem/App/FemAnalysis.h | Diff File | ||
mod - src/Mod/Fem/App/FemVTKTools.cpp | Diff File | ||
mod - src/Mod/Fem/FemMeshTools.py | Diff File | ||
mod - src/Mod/Fem/FemResultTools.py | Diff File | ||
mod - src/Mod/Fem/FemTools.py | Diff File | ||
mod - src/Mod/Fem/FemToolsCcx.py | Diff File | ||
mod - src/Mod/Fem/FemToolsZ88.py | Diff File | ||
mod - src/Mod/Fem/Gui/Command.cpp | Diff File | ||
mod - src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.cpp | Diff File | ||
mod - src/Mod/Fem/Gui/TaskFemConstraintTransform.cpp | Diff File | ||
mod - src/Mod/Fem/Gui/ViewProviderAnalysis.cpp | Diff File | ||
mod - src/Mod/Fem/Gui/ViewProviderAnalysis.h | Diff File | ||
mod - src/Mod/Fem/PyGui/FemCommands.py | Diff File | ||
mod - src/Mod/Fem/PyGui/_CommandFemAnalysis.py | Diff File | ||
mod - src/Mod/Fem/PyGui/_CommandFemConstraintSelfWeight.py | Diff File | ||
mod - src/Mod/Fem/PyGui/_CommandFemElementFluid1D.py | Diff File | ||
mod - src/Mod/Fem/PyGui/_CommandFemElementGeometry1D.py | Diff File | ||
mod - src/Mod/Fem/PyGui/_CommandFemElementGeometry2D.py | Diff File | ||
mod - src/Mod/Fem/PyGui/_CommandFemMaterialFluid.py | Diff File | ||
mod - src/Mod/Fem/PyGui/_CommandFemMaterialMechanicalNonlinear.py | Diff File | ||
mod - src/Mod/Fem/PyGui/_CommandFemMaterialSolid.py | Diff File | ||
mod - src/Mod/Fem/PyGui/_CommandFemMeshGmshFromShape.py | Diff File | ||
mod - src/Mod/Fem/PyGui/_CommandFemMeshNetgenFromShape.py | Diff File | ||
mod - src/Mod/Fem/PyGui/_CommandFemSolverCalculix.py | Diff File | ||
mod - src/Mod/Fem/PyGui/_CommandFemSolverZ88.py | Diff File | ||
mod - src/Mod/Fem/PyGui/_TaskPanelFemMeshGmsh.py | Diff File | ||
mod - src/Mod/Fem/PyGui/_TaskPanelFemResultShow.py | Diff File | ||
mod - src/Mod/Fem/PyGui/_ViewProviderFemMeshGmsh.py | Diff File | ||
mod - src/Mod/Fem/PyGui/_ViewProviderFemSolverCalculix.py | Diff File | ||
mod - src/Mod/Fem/PyGui/_ViewProviderFemSolverZ88.py | Diff File | ||
mod - src/Mod/Fem/TestFem.py | Diff File | ||
mod - src/Mod/Fem/importCcxFrdResults.py | Diff File | ||
mod - src/Mod/Fem/importVTKResults.py | Diff File | ||
mod - src/Mod/Fem/importZ88O2Results.py | Diff File | ||
master 7bcb99dd 2017-07-18 08:52:06 Details Diff |
Arch: remove buggy recompute inside onChanged | ||
mod - src/Mod/Arch/ArchWindow.py | Diff File | ||
master 382ad283 2017-07-18 08:41:42 Committer: GitHub Details Diff |
Merge pull request 0000884 from eivindkv/Fix_issue_3128 Expressions: Fixed issue 0003128; mod(x;y) should support arbitrary uniā¦ |
Affected Issues 0003128 |
|
mod - src/App/Expression.cpp | Diff File | ||
mod - src/Mod/Spreadsheet/TestSpreadsheet.py | Diff File | ||
master 67060d62 2017-07-17 18:42:14 Details Diff |
Arch: Add standard Arch component task panel to window task panel | ||
mod - src/Mod/Arch/ArchWindow.py | Diff File | ||
master 77734de3 2017-07-17 12:43:32 Committer: yorik Details Diff |
FEM: update examples result objects | ||
mod - data/examples/FemCalculixCantilever2D.FCStd | Diff File | ||
mod - data/examples/FemCalculixCantilever3D.FCStd | Diff File | ||
master cfb3b629 2017-07-17 11:25:16 Committer: yorik Details Diff |
FEM: result reading 1DFlow, give warning if there is no inoutnodes file | ||
mod - src/Mod/Fem/importCcxFrdResults.py | Diff File | ||
master e723ba20 2017-07-17 11:25:09 Committer: yorik Details Diff |
FEM: unit tests, create tempdir if not exist, delete not needed imports | ||
mod - src/Mod/Fem/TestFem.py | Diff File | ||
master d9dbb919 2017-07-17 11:24:59 Committer: yorik Details Diff |
FEM: unit test, again enable all stat types except 1DFlow, fix osx failure by only use 14 diggits | ||
mod - src/Mod/Fem/TestFem.py | Diff File | ||
mod - src/Mod/Fem/test_files/ccx/Flow1D_thermomech_expected_values | Diff File | ||
mod - src/Mod/Fem/test_files/ccx/cube_frequency_expected_values | Diff File | ||
mod - src/Mod/Fem/test_files/ccx/cube_static_expected_values | Diff File | ||
mod - src/Mod/Fem/test_files/ccx/spine_thermomech_expected_values | Diff File | ||
master 7b455342 2017-07-17 11:24:45 Committer: yorik Details Diff |
FEM: unit test, tests for seg2 and seg3 python mesh API | ||
mod - src/Mod/Fem/TestFem.py | Diff File | ||
master 84c70292 2017-07-17 11:24:38 Committer: yorik Details Diff |
FEM: inp import, add Seg3 to python mesh import tools and inp import | ||
mod - src/Mod/Fem/importInpMesh.py | Diff File | ||
mod - src/Mod/Fem/importToolsFem.py | Diff File | ||
master 033242ea 2017-07-17 11:24:10 Details Diff |
protect document against nested recomputes + convert ObjectStatusLocker into a template class to make its usage more flexible + add status flag 'Recomputing' and set in Document::recompute to detect and avoid nested calls of recompute |
||
mod - src/App/Document.cpp | Diff File | ||
mod - src/App/Document.h | Diff File | ||
mod - src/App/DocumentObject.cpp | Diff File | ||
mod - src/App/DocumentObject.h | Diff File | ||
mod - src/App/DocumentPyImp.cpp | Diff File | ||
mod - src/App/FeaturePython.cpp | Diff File | ||
master 1fa40d93 2017-07-17 05:04:15 Janus Troelsen Committer: yorik Details Diff |
Allow first HDF5, MPI checks to fail (not REQUIRED) | ||
mod - CMakeLists.txt | Diff File | ||
master d3f5ace9 2017-07-17 04:54:18 Details Diff |
fix text of commands to create B-spline curves | ||
mod - src/Mod/Sketcher/Gui/CommandCreateGeo.cpp | Diff File | ||
master 3e017ced 2017-07-17 04:39:20 Janus Troelsen Committer: yorik Details Diff |
Do not error when MPI is missing | ||
mod - CMakeLists.txt | Diff File | ||
master b36686e5 2017-07-17 04:11:58 Details Diff |
calling close() causes the MDI view to get deleted as soon as possible while deleteLater() waits until the GUI is responsive | ||
mod - src/Gui/Document.cpp | Diff File | ||
mod - src/Gui/MDIView.cpp | Diff File | ||
master 44fba58b 2017-07-17 01:09:37 Details Diff |
close document in spreadsheet tests | ||
mod - src/Mod/Spreadsheet/TestSpreadsheet.py | Diff File | ||
master a8faef00 2017-07-16 18:42:06 Committer: wmayer Details Diff |
Do not use C++11 utf8 strings - not supported by VC2013. | ||
mod - src/Base/UnitsSchemaMmMin.cpp | Diff File | ||
mod - src/Base/UnitsSchemaMmMin.h | Diff File | ||
master 7cfc084e 2017-07-16 09:56:06 Details Diff |
fixes 0003122: FC 0.17 crashes when a sketched located outside a body object |
Affected Issues 0003122 |
|
mod - src/Mod/PartDesign/Gui/Command.cpp | Diff File | ||
master c4ca27ec 2017-07-16 04:09:48 Details Diff |
allow to set constraints via Python | ||
mod - src/App/PropertyStandard.cpp | Diff File | ||
mod - src/App/PropertyStandard.h | Diff File | ||
master b8a1e335 2017-07-16 01:14:26 Details Diff |
add locale information to system information | ||
mod - src/Gui/Splashscreen.cpp | Diff File | ||
master 8cf2015c 2017-07-15 19:37:38 Committer: yorik Details Diff |
Fix upside down GeomHatch on asymmetric faces | ||
mod - src/Mod/TechDraw/App/DrawGeomHatch.cpp | Diff File | ||
master e6b9ec5d 2017-07-15 10:50:55 wmayer Details Diff |
Qt5 port: make Sandbox module compile with Qt5 |
Affected Issues 0002986 |
|
mod - src/Mod/Sandbox/Gui/Command.cpp | Diff File | ||
master fb841d64 2017-07-15 10:16:44 wmayer Details Diff |
handle OCC exception in Feature::getPySubObjects and convert to Python exception | ||
mod - src/Mod/Part/App/PartFeature.cpp | Diff File | ||
master 1d83d179 2017-07-15 08:47:22 wmayer Details Diff |
do not hide any drawing elements when entering edit mode of a sketch | ||
mod - src/Mod/Show/TempoVis.py | Diff File | ||
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp | Diff File | ||
mod - src/Mod/TechDraw/Gui/ViewProviderPage.cpp | Diff File |