Replaced GlobalGeodesicFEFunction by a new one GlobalGFEFunction
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.
parent
0590a02b
No related branches found
No related tags found
Showing
- CHANGELOG.md 8 additions, 0 deletionsCHANGELOG.md
- dune/gfe/globalgeodesicfefunction.hh 0 additions, 121 deletionsdune/gfe/globalgeodesicfefunction.hh
- dune/gfe/globalgfefunction.hh 459 additions, 0 deletionsdune/gfe/globalgfefunction.hh
- dune/gfe/l2distancesquaredenergy.hh 11 additions, 13 deletionsdune/gfe/l2distancesquaredenergy.hh
- src/gradient-flow.cc 15 additions, 10 deletionssrc/gradient-flow.cc
dune/gfe/globalgeodesicfefunction.hh
deleted
100644 → 0
dune/gfe/globalgfefunction.hh
0 → 100644
Please register or sign in to comment