Skip to content
  • Andreas Dedner's avatar
    make use of unified codegen feature for coefficient part taken from · 01969f8e
    Andreas Dedner authored
    integrands also for localfunction.
    The ufl local function is now a BindableGF so all usage of the
    localFunction methods had to be removed from other parts of dune-fempy.
    
    There are still some (old) issues with the generation of the signature for
    the local functions and the integrands that still need fixing:
    - the 'name' of NamedConstants is not included in the signature
    - the function space of coefficients is not taken into account so if only
      coeff[0] is used then coeff could have dimRange=2
    - the usage of str(expression) does not lead to a unique identifier so the
      local function is often recomputed
    01969f8e