- 10 Dec, 2015 6 commits
-
-
73cb1310 MeshOperator now deletes any temporary mesh files that the worker generates. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Yumin Yuan <yumin.yuan@kitware.com> Merge-request: !5
-
1f4c1215 smtk::mesh::Manager now can generate unique names for collections. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Yumin Yuan <yumin.yuan@kitware.com> Merge-request: !7
-
Robert Maynard authored
-
234d57d3 cmake: use cmake_dependent_option Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !4
-
Robert Maynard authored
When a Mesh Worker has finished it currently generates a temporary file to store the mesh results. This file is now deleted by the MeshOperator, so that we don't leave around bad mesh files. In the future all this logic should be handled by remus, once it has support for remote FileHandles, and remus::JobResult can list multiple files generated by the worker.
-
82163ecf Mark all submodels of a model as modified when returning from the mesh op. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Yumin Yuan <yumin.yuan@kitware.com> Merge-request: !2
-
- 09 Dec, 2015 4 commits
-
-
Ben Boeckel authored
Then the options are always right. Previously, the options could be wrong because, e.g., VTK support was turned off, but the exodus session was not.
-
80cbcee2 Fixing an issue with showing multiple meshes in tree view Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !3
-
Yumin Yuan authored
-
Robert Maynard authored
-
- 08 Dec, 2015 2 commits
-
-
johnkit authored
Add python bindings for attribute system methods to return all atts, defs
-
Ben Boeckel authored
Changes needed to make moab properly export hdf5 properly.
-
- 07 Dec, 2015 2 commits
-
-
Robert Maynard authored
-
John Tourtellott authored
Uses python bindings for attributes() and definitions() methods
-
- 03 Dec, 2015 6 commits
-
-
David Thompson authored
Fix clone instructions.
-
David Thompson authored
-
David Thompson authored
-
Ben Boeckel authored
modules: set the module directory for the build tree
-
Robert Maynard authored
cmake: don't override the main variable for shared libs
-
Robert Maynard authored
Defend against moab
-
- 02 Dec, 2015 6 commits
-
-
Robert Maynard authored
Certain version of MOAB will create a variable called BUILD_SHARED_LIBS that will hide the cache version inside SMTK. This mean that if you are building smtk shared and with a static moab, you will actually build smtk statically. The fix is to remove the local version of the variable after importing the moab config file.
-
Robert Maynard authored
-
Ben Boeckel authored
Upstream commit ea0c5c1fab1c1c16c5bbe02ff6069fdd1261485f
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
The include interfaces need to use the build and source trees.
-
- 01 Dec, 2015 1 commit
-
-
Ben Boeckel authored
-
- 30 Nov, 2015 4 commits
-
-
Yumin Yuan authored
Fix mesh json issues
-
Robert Maynard authored
This was done so that it has the same behavior as the rest of the Import code.
-
Robert Maynard authored
-
Yumin Yuan authored
ENH: qtAttribute and qtGroupView Enhancements
-
- 27 Nov, 2015 3 commits
-
-
Robert Maynard authored
Redesign the way Collections store associations to a smtk::model.
-
Robert Maynard authored
Correct compile issues that was caused by fixing the warnings.
-
Robert Maynard authored
-
- 26 Nov, 2015 1 commit
-
-
Bob Obara authored
1. Don't use a combo box for attribute views with a single definition 2. Added a collapsible Group Box Widget and teh ability to use it a GroupView
-
- 25 Nov, 2015 5 commits
-
-
Robert Maynard authored
Fix warnings in smtk mesh that msvc found.
-
Yumin Yuan authored
An oversight from last commit for disabling discrete mode cs wrapping
-
Robert Maynard authored
-
Robert Maynard authored
Update smtk::mesh UnitTests so they link properly under msvc.
-
Robert Maynard authored
Only run python smtk mesh data tests when we have hdf5.
-