Skip to content
  • Carsten Gräser's avatar
    Stop passing old style functions to local interpolation · 0b00518d
    Carsten Gräser authored
    All functions passed to some
    `LocalFiniteElement::LocalInterpolation::interpolate()`
    now provide `operator()` such that we don't get deprecation
    warnings for these from dune-localfunctions.
    
    In some locations the functions may be used externally
    such that `evaluate()` is kept for now.
    0b00518d