Skip to content
Snippets Groups Projects
  1. Mar 27, 2020
  2. Mar 09, 2020
    • Andreas Dedner's avatar
      added a constructor to the SimpleGF that takes a GF · 797d4edc
      Andreas Dedner authored
       (up until now the evaluator was passed in)
      
      improve test a bit - also see if a reference to a FV and an existing
      GF can be used
      
      improve the implementation of the gridFunction
      Also remove some deprecated functionality
      
      remove some codes that not needed anymore
      
      dune-function.py -> dune-function.notworking (needs to be adapted to new dune-functions interface)
      also made some tests work with newer API
      
      some bug fixes with correct C++ type export for grid functions from C++ lambda
      
      improve handling of grid functions
      
      minor fixes
      
      some more minor improvements (make it easy to use io.StringIO also with algorithm)
      
      export a template argument
      
      [bugfix][numydatahandle] fix forward declaration of MCMGMapper.
      
      improve usage of grid function where user can provide a lambda of the form
      [x=arg0,y=arg1](e,x) {...};
      instead of
      auto f(x,y) { return [x,y](e,x) {...}; }
      
      improve determining the dimension of the return value of grid functions
      and make sure that fieldvectors of the right side are registered
      797d4edc
  3. Oct 31, 2017
  4. Oct 28, 2017
  5. Oct 27, 2017
  6. Oct 26, 2017
  7. Oct 20, 2017
Loading