Skip to content
Snippets Groups Projects
Oliver Sander's avatar
Sander, Oliver authored
Currently, all implementations of variational problems inherit
from LocalGeodesicFEStiffness, which requires gradient and Hessian
implementations.  However, most of these implementations really
only implement the energy, and leave computations of first and
second derivatives to algorithmic differentiation.  To make
this clearer, this patch introduces an abstract base class
LocalEnergy for all implementations that really only have
an energy.
c250302c
History
Name Last commit Last update
..