Skip to content
Snippets Groups Projects
  1. Aug 23, 2019
  2. Aug 21, 2019
  3. Aug 20, 2019
  4. Aug 19, 2019
  5. Aug 15, 2019
    • René Heß's avatar
      [!352] Use ufl_shape instead of shape · 09f92c13
      René Heß authored
      Merge branch 'bugfix/use-ufl-shape' into 'master'
      
      See merge request [extensions/dune-codegen!352]
      
        [extensions/dune-codegen!352]: Noneextensions/dune-codegen/merge_requests/352
      09f92c13
    • René Heß's avatar
      Use ufl_shape instead of shape · f9bc3d43
      René Heß authored
      f9bc3d43
    • Dominic Kempf's avatar
      [!346] Make it possible to use coefficient functions in systems · 5a2ff27c
      Dominic Kempf authored
      Merge branch 'feature/coefficient-functions-for-systems' into 'master'
      
      ref:extensions/dune-codegen Since DiscreteGridViewFunctions do so far not
      support power or composite functions the generator stores a scalar function
      for each component.
      
      See merge request [extensions/dune-codegen!346]
      
        [extensions/dune-codegen!346]: gitlab.dune-project.org/extensions/dune-codegen/merge_requests/346
      5a2ff27c
    • Dominic Kempf's avatar
      [!351] Option validation via cerberus · 990e6105
      Dominic Kempf authored
      Merge branch 'feature/option-validation-new' into 'master'
      
      ref:extensions/dune-codegen Note: Created a new updated branch to not loose
      anything in the old one. I still need to see if everything is working.
      
      See merge request [extensions/dune-codegen!351]
      
        [extensions/dune-codegen!351]: gitlab.dune-project.org/extensions/dune-codegen/merge_requests/351
      990e6105
  6. Aug 12, 2019
  7. Aug 09, 2019
  8. Aug 08, 2019
  9. Aug 02, 2019
    • Dominic Kempf's avatar
      Implement metadata option parsing · 97ad1a8b
      Dominic Kempf authored
      97ad1a8b
    • Dominic Kempf's avatar
      Introduce a context that alters options and resets them on exit · f1d736fd
      Dominic Kempf authored
      A pattern that we have been manually implementing in quite some places!
      f1d736fd
    • Dominic Kempf's avatar
      [cleanup] Remove option_switch · ff344d8d
      Dominic Kempf authored
      This is not used anymore since we have mixins.
      ff344d8d
    • Dominic Kempf's avatar
      [!295] Feature/loopy invert matrix · d83b7b62
      Dominic Kempf authored
      Merge branch 'feature/loopy-invert-matrix' into 'master'
      
      ref:extensions/dune-codegen Moves the matrix inversion stuff from
      blockstructured/geometry.py to pdelab/tensor.py. This touches on the subject
      of [#139].
      
      You can get the name of the inverse of a matrix A with shape shape from
      
          name = name_matrix_inverse(A, shape, visitor)
      
      matrix_inverse() returns the inverse wrapped in a pymbolic variable, although
      I don't know how useful this is.
      
      TODO:
      
      -   [x] handle inames correctly
      -   [ ] what about tags? -\> not really necessary
      -   [ ] what about dependencies -\> not really necessary
      
      See merge request [extensions/dune-codegen!295]
      
        [#139]: gitlab.dune-project.org/NoneNone/issues/139
        [extensions/dune-codegen!295]: gitlab.dune-project.org/extensions/dune-codegen/merge_requests/295
      d83b7b62
  10. Jul 31, 2019
  11. Jul 30, 2019
  12. Jul 29, 2019
Loading