Skip to content
Snippets Groups Projects

Migrate from dune-fufem to dune-functions bases

Merged Nebel, Lisa Julia requested to merge lnebel/dune-gfe:migration into master
2 files
+ 110
83
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -122,10 +122,14 @@ energy(const typename Basis::LocalView& localView,
}
using namespace Dune::TypeTree::Indices;
energy = localEnergy_->energy(localView,
try {
energy = localEnergy_->energy(localView,
localAConfiguration0,
localAConfiguration1);
} catch (Dune::Exception &e) {
trace_off();
throw e;
}
energy >>= pureEnergy;
trace_off();
Loading