Skip to content
Snippets Groups Projects

Only include amiramesh in linear-elasticity for dune-common <= 2.7

Closed lisa_julia.nebel_at_tu-dresden.de requested to merge (removed):master into master
Files
7
@@ -33,7 +33,9 @@ public:
LocalADOLCStiffness(std::shared_ptr<Dune::Elasticity::LocalEnergy<LocalView, adouble>> energy, bool useHessian2 = true)
: localEnergy_(energy)
, useHessian2_(useHessian2)
{}
{
std::cout << "Using ADOL-C for differentiation." << std::endl;
}
virtual ~LocalADOLCStiffness() {}
Loading