Skip to content
Snippets Groups Projects
  1. Aug 08, 2019
    • René Heß's avatar
      aa4d41df
    • René Heß's avatar
      [!349] Metadata options · 272c9c97
      René Heß authored
      Merge branch 'feature/metadata-options' into 'master'
      
      ref:extensions/dune-codegen Some options are well suited to be set from the
      metadata dictionary of UFL measures. This MR implements the necessary
      infrastructure. While at it, it solves some more issues with options.
      
      This fixes [#148]
      
      See merge request [extensions/dune-codegen!349]
      
        [#148]: gitlab.dune-project.org/NoneNone/issues/148
        [extensions/dune-codegen!349]: gitlab.dune-project.org/extensions/dune-codegen/merge_requests/349
      
      
      Closes #148
      272c9c97
  2. 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
  3. Jul 31, 2019
  4. Jul 30, 2019
  5. Jul 29, 2019
  6. Jul 25, 2019
  7. Jul 24, 2019
Loading