Skip to content
Snippets Groups Projects
  1. Mar 03, 2017
  2. Feb 28, 2017
  3. 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
  4. Feb 17, 2017
  5. Feb 16, 2017
  6. Feb 14, 2017
  7. Feb 13, 2017
  8. Feb 11, 2017
  9. 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
  10. Jan 31, 2017
  11. Jan 23, 2017
  12. Jan 22, 2017
  13. Jan 17, 2017
  14. Jan 05, 2017
  15. Jan 04, 2017
    • Ansgar Burchardt's avatar
      Pass `OBJECT` option to `add_dune_mpi_flags` · f39c61bb
      Ansgar Burchardt authored
      The `OBJECT` option has to be passed on to `add_dune_mpi_flags`.
      Otherwise one will get an error when using the parallel version of UG
      with object libraries:
      
      ```
      CMake Error at [...]/dune-common/cmake/modules/DuneMPI.cmake:62 (target_link_libraries):
        Object library target "[...]" may not link to anything.
      Call Stack (most recent call first):
        [...]/dune-grid/cmake/modules/UseUG.cmake:206 (add_dune_mpi_flags)
        [...]/CMakeLists.txt:62 (add_dune_ug_flags)
      ```
      f39c61bb
  16. Dec 24, 2016
  17. Dec 23, 2016
  18. Dec 15, 2016
  19. Dec 06, 2016
  20. Dec 05, 2016
  21. Nov 22, 2016
Loading