Skip to content
Snippets Groups Projects
  1. Mar 14, 2017
  2. Mar 09, 2017
  3. Mar 08, 2017
  4. Mar 07, 2017
  5. Mar 03, 2017
  6. Mar 01, 2017
  7. Feb 28, 2017
  8. Feb 23, 2017
    • Martin Nolte's avatar
      [bugfix] avoid subscript operator on JacobianTransposed · 6049077a
      Martin Nolte authored
      A geometry's JacobianTransposed implementation may be any type modelling a
      linear mapping, i.e., implementing the mv-type methods. Some grids
      (e.g., SPGrid) only implement this interface for performance reasons.
      However, we require that a JacobianTransposed can be assigned to a
      FieldMatrix.
      
      This patch fixes "checkCodim1Mapping" such that it will cast the
      JacobianTranposed down to a FieldMatrix before accessing the subscript
      operator (although the same result could be achieved using "mv").
      6049077a
  9. Feb 17, 2017
  10. Feb 16, 2017
Loading