Skip to content
Snippets Groups Projects
  1. Nov 27, 2019
  2. Nov 19, 2019
  3. Nov 18, 2019
  4. Nov 09, 2019
    • Oliver Sander's avatar
      [!141] Rentroduce Vector::skip as Vector::leafIndex · 172f6988
      Oliver Sander authored
      Merge branch 'fix-vector-leaf-index' into 'master'
      
      ref:staging/dune-uggrid The 'skip' data member of the Vector class used to be
      abused for the leaf index of the vector, if that vector corresponds to an
      element facet in 3d. By accident, that 'skip' field got removed in a recent
      commit. Let's put it back in, but rename it to 'leafIndex' now. All it is used
      for nowadays is that leaf index.
      
      See merge request [!141]
      
        [!141]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/141
      172f6988
    • Oliver Sander's avatar
      Rentroduce Vector::skip as Vector::leafIndex · 0ea5bc24
      Oliver Sander authored
      The 'skip' data member of the Vector class used to be abused for
      the leaf index of the vector, if that vector corresponds to an
      element facet in 3d.  By accident, that 'skip' field got removed
      in a recent commit.  Let's put it back in, but rename it to
      'leafIndex' now.  All it is used for nowadays is that leaf index.
      0ea5bc24
  5. Nov 06, 2019
    • Oliver Sander's avatar
      [!139] Removed data member vector::skip · 4b4e02a9
      Oliver Sander authored
      Merge branch 'master' into 'master'
      
      ref:staging/dune-uggrid Removed vector::skip and the code that uses it. It
      compiles and the few existing tests run without problems.
      
      Fixes [#29]
      
      See merge request [!139]
      
        [#29]: gitlab.dune-project.org/NoneNone/issues/29
        [!139]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/139
      
      
      Closes #29
      4b4e02a9
    • Henrik Stolzmann's avatar
      Removed data member vector::skip · 77cb8422
      Henrik Stolzmann authored and Oliver Sander's avatar Oliver Sander committed
      See Issue `#29`.
      Removed `vector::skip` and the  code that uses it. It compiles and the
      few existing tests run without problems.
      77cb8422
  6. Oct 08, 2019
  7. Oct 04, 2019
  8. Sep 23, 2019
  9. Sep 04, 2019
  10. Jul 10, 2019
Loading