Migrate from dune-fufem to dune-functions bases
Compare changes
- Lisa Julia Nebel authored
Add localintegralenergy.hh, it assembles the elastic energy for a single element using the localdensity This class works similarly to the class Dune::Elasticity::LocalIntegralEnergy, where Dune::Elasticity::LocalIntegralEnergy works with a power basis (for the displacement function) and Dune::GFE::LocalIntegralEnergy works with a CompositeBasis (for the displacement function and the rotational field), so the indices to access the different parts of the basis are different.
dune/gfe/localintegralenergy.hh
0 → 100644
+ 102
− 0