Commits on Source (4)
-
See Issue `#29`. Removed `vector::skip` and the code that uses it. It compiles and the few existing tests run without problems.
-
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
-
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.
-
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
Showing
- gm/algebra.cc 18 additions, 46 deletionsgm/algebra.cc
- gm/gm.doc 0 additions, 19 deletionsgm/gm.doc
- gm/gm.h 3 additions, 16 deletionsgm/gm.h
- gm/ugm.cc 0 additions, 7 deletionsgm/ugm.cc
- np/np.h 0 additions, 6 deletionsnp/np.h
- np/udm/disctools.cc 0 additions, 2 deletionsnp/udm/disctools.cc
- parallel/dddif/initddd.cc 1 addition, 1 deletionparallel/dddif/initddd.cc