Skip to content
Snippets Groups Projects
  1. Apr 23, 2014
    • George Zagaris's avatar
      Merge topic 'structured-implicit-connectivity' into master · 00c0893a
      George Zagaris authored
      e42bbf8f ENH: Implicit structured data connectivity
      e4c0566b ENH: FieldData deserialization to a subextent
      f41f521f BUGFIX: Fix integer overflow in vtkStructuredData
      271954af ENH: DuplicateNodes property to RCB partitioners
      00c0893a
    • George Zagaris's avatar
      ENH: Implicit structured data connectivity · e42bbf8f
      George Zagaris authored
      This commit introduces the vtkStructuredImplicitConnectivity class, intended
      as a lower-level helper that provides functionality for resolving
      situations where "gaps" are present in a distributed structured dataset. Gaps
      are resolved by communicating the data (growing the grid to the right) as
      necessary to close the gap. This situation is common with finite difference
      grids that are partitioned with respect to the nodes of the grid, or when some
      other post-processing filter, e.g., sampling the grid to reduce the resolution
      introduces a gap.The present implementation requires one grid per process and
      can deal with 2-D datasets -- XY,XZ,YZ -- as well as 3-D datasets. A test for
      all 2-D and 3-D cases is also added.
      
      Change-Id: I5260ce4fb5ced45434a719c8aacc2153253917a7
      e42bbf8f
    • Brad King's avatar
      Merge topic 'include-vtkMPI-in-tests' into master · dba798ab
      Brad King authored
      c05001df Use vtkMPI.cmake helper for all module MPI tests
      dba798ab
    • Brad King's avatar
      Use vtkMPI.cmake helper for all module MPI tests · c05001df
      Brad King authored
      In commit cd4fc15a (Rewrite the testing macros, 2014-03-14)
      the vtk_test_mpi_executable() helper was introduced to add
      MPI tests.  It depends on the vtk_mpi_link() helper in the
      vtkMPI module.  Include the latter in all test CMakeLists.txt
      files that add MPI tests.
      
      Change-Id: Ifecc7c6b1bf856a8f66905bfb2d69e22b5de3aac
      c05001df
  2. Apr 22, 2014
  3. Apr 21, 2014
  4. Apr 19, 2014
  5. Apr 18, 2014
  6. Apr 17, 2014
  7. Apr 16, 2014
Loading