Skip to content
Snippets Groups Projects
  1. Aug 02, 2019
    • 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
  2. Jul 31, 2019
  3. Jul 30, 2019
  4. Jul 29, 2019
  5. Jul 25, 2019
  6. Jul 24, 2019
Loading