Skip to content

WIP remove the localFunction method and type

Andreas Dedner requested to merge feature/remove-localfunction into master

The LocalFunctionType and localFunction method were removed from the discrete functions to make sure that they were not used any more (makes testing easier). In a further commit they will be add again but deprecated.

Also the LocalFunctionAdapter and GridFunctionAdapter headers will be deprecated before this is merged.

We could

  1. add localFunction/LocalFunctionType again without deprecation to merge this into 2.6 and then deprecate in master to be removed after 2.7
  2. leave 2.6 as is and simply deprecate in 2.7. In this case some methods added to the LocalContributions should already be introduced in 2.6 (I realize now that I should have split the commit into two - which I'll do later on...)
  3. deprecate directly in 2.6 Please comment...

Merge request reports