There was a problem fetching the pipeline summary.
Move various implementation classes into the 'Imp' namespace
There are various classes in dune-istl that are effectively implementation classes internal to dune-istl. A few of them are base_array_unmanaged, base_array_window, compressed_base_array_unmanaged,block_vector_unmanaged, BlockVectorWindow, compressed_block_vector_unmanaged, CompressedBlockVectorWindow See #22 for a brief discussion. This patch moves the classes into the namespace 'Imp'. That way it is clear that they are internal. All code outside of dune-istl using those classes will break, but does such code really exist?
parent
e50c4952
No related branches found
No related tags found
Pipeline #
Showing
- dune/istl/basearray.hh 5 additions, 0 deletionsdune/istl/basearray.hh
- dune/istl/bcrsmatrix.hh 1 addition, 1 deletiondune/istl/bcrsmatrix.hh
- dune/istl/bvector.hh 24 additions, 15 deletionsdune/istl/bvector.hh
- dune/istl/matrix.hh 5 additions, 5 deletionsdune/istl/matrix.hh
- dune/istl/test/basearraytest.cc 2 additions, 2 deletionsdune/istl/test/basearraytest.cc
- dune/istl/tutorial/example.cc 5 additions, 9 deletionsdune/istl/tutorial/example.cc
- dune/istl/vbvector.hh 6 additions, 6 deletionsdune/istl/vbvector.hh
Loading
Please register or sign in to comment