Skip to content
Snippets Groups Projects
  1. Mar 08, 2017
  2. Mar 07, 2017
  3. Mar 03, 2017
  4. Feb 28, 2017
  5. 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
  6. Feb 17, 2017
  7. Feb 16, 2017
  8. Feb 14, 2017
  9. Feb 13, 2017
  10. Feb 11, 2017
  11. Feb 10, 2017
    • Oliver Sander's avatar
      Apply vertex reordering to boundary segment vertices · 2541de02
      Oliver Sander authored
      UG wants all boundary vertices to be listed before the other ones.
      Therefore, the UGGrid GridFactory reorders the vertices before
      they get inserted into the actual UGGrid object.
      
      Unfortunately, vertices of explicitly given boundary segments
      used the wrong numbering.  Therefore, constructing grids with
      explicitly given boundary segments would fail, unless the
      vertices happened to be in the correct order.
      
      This fixes staging/dune-uggrid#18
      2541de02
  12. Jan 31, 2017
  13. Jan 23, 2017
  14. Jan 22, 2017
Loading