Skip to content
Snippets Groups Projects
  • Sander, Oliver's avatar
    4444ded7
    Update to pre-2.6 dune-solvers interface · 4444ded7
    Sander, Oliver authored
    A lot of raw pointers have been replaced by std::shared_ptr.
    
    A lot of data members are inaccessible now, and getters have
    to be used.
    
    A small patch is still needed for dune-solvers: The iterationStep_
    member is still needed to be public, because the new getter only
    grants access to the object, not the pointer to it.
    4444ded7
    History
    Update to pre-2.6 dune-solvers interface
    Sander, Oliver authored
    A lot of raw pointers have been replaced by std::shared_ptr.
    
    A lot of data members are inaccessible now, and getters have
    to be used.
    
    A small patch is still needed for dune-solvers: The iterationStep_
    member is still needed to be public, because the new getter only
    grants access to the object, not the pointer to it.