Skip to content
Snippets Groups Projects
  • Sander, Oliver's avatar
    6e67d974
    Replaced GlobalGeodesicFEFunction by a new one GlobalGFEFunction · 6e67d974
    Sander, Oliver authored
    There are two important changes:  First of all, the new class implements
    the `dune-functions` interface rather than the deprecated one based
    on inheritance from `VirtualGridViewFunction`. Secondly, the new class
    does not hard-wire geodesic interpolation anymore.  Rather, you can
    give it interpolation classes which then govern how interpolation is done.
    
    This change was long overdue.  It was now needed to make
    gradient-flow.cc compile with the post 2.9 version of dune-fufem again.
    6e67d974
    History
    Replaced GlobalGeodesicFEFunction by a new one GlobalGFEFunction
    Sander, Oliver authored
    There are two important changes:  First of all, the new class implements
    the `dune-functions` interface rather than the deprecated one based
    on inheritance from `VirtualGridViewFunction`. Secondly, the new class
    does not hard-wire geodesic interpolation anymore.  Rather, you can
    give it interpolation classes which then govern how interpolation is done.
    
    This change was long overdue.  It was now needed to make
    gradient-flow.cc compile with the post 2.9 version of dune-fufem again.