Skip to content
Snippets Groups Projects
  1. Aug 24, 2018
  2. Aug 23, 2018
  3. Aug 22, 2018
    • Dominic Kempf's avatar
      [!259] Use tensor in poisson_dg_tensor test and disable test due to #122 · f7fd3334
      Dominic Kempf authored
      Merge branch 'bugfix/add-tensor' into 'master'
      
      See merge request [dominic/dune-perftool!259]
      
        [dominic/dune-perftool!259]: Nonedominic/dune-perftool/merge_requests/259
      f7fd3334
    • Dominic Kempf's avatar
      [!258] Feature/sum factorization on unstructered grids · f7f200d9
      Dominic Kempf authored
      Merge branch 'feature/sum-factorization-on-unstructered-grids' into 'master'
      
      Make it possible to use sum factorization on unstructured grids. The main
      problem are the skeleton terms. We need to make sure that we go through the
      quadrature points in the same order on the two neighboring cells and that (the
      jacobian of) the geometry function is applied correctly. Instead of looking at
      all possible embeddings of the face and further increasing the variation we
      make sure that the grid is made edge consistent. See
      consistent-edge-orientation module and the paper 'On Orienting Edges of
      Unstructured Two- and Three-Dimensional Meshes':
      
      -   <https://gitlab.dune-project.org/marcel.koch/consistent-edge-orientation>
      -   <https://dl.acm.org/citation.cfm?doid=3071076.3061708>
      
      This merge request does the following:
      
      -   make grid edge consistent
      -   use sum factorization to evaluate the geometry mappings (and jacobians) of
          the cells
      -   totally avoid using the geometry mapping of the interesection
      
      Still missing:
      
      -   Reordering of directions for 3D at intersections. This needs to be
          adjusted to make sure that we go thgrough quadrature points on self and
          neighbor in the same order. For this it would be good to have a 3D grid
          with consistent edge orientation that shows that this is necessary.
      -   Vetorization is not yet implemented for GeoCornersInput. We might also
          need to adjust quadrature point vectorization.
      
      See merge request [dominic/dune-perftool!258]
      
        [dominic/dune-perftool!258]: gitlab.dune-project.org/dominic/dune-perftool/merge_requests/258
      f7f200d9
  4. Aug 21, 2018
  5. Aug 20, 2018
  6. Aug 16, 2018
  7. Aug 15, 2018
  8. Aug 02, 2018
  9. Jul 23, 2018
  10. Jul 20, 2018
  11. Jul 19, 2018
    • Dominic Kempf's avatar
      [!257] New CI setup · a04c5332
      Dominic Kempf authored
      Merge branch 'bugfix/adapt-error-threshold' into 'master'
      
      Now running on the Heidelberg infrastructure.
      
      See merge request [dominic/dune-perftool!257]
      
        [dominic/dune-perftool!257]: gitlab.dune-project.org/dominic/dune-perftool/merge_requests/257
      a04c5332
    • Dominic Kempf's avatar
      Restrict OpenMP to 1 thread · 252011cb
      Dominic Kempf authored
      Otherwise, OpenMP thinks it is allowed to take as
      many threads as there are cores, which leads to a
      quadratic catastrophe when running tests in parallel.
      OpenMP is used by Debian's installation of Suitesparse.
      252011cb
    • Dominic Kempf's avatar
      Adapt error bound of stokes example · d5806fe3
      Dominic Kempf authored
      CI (no -ffast-math) produces a slightly relaxed error.
      d5806fe3
    • René Heß's avatar
      Highlight broken code path · 14d683a3
      René Heß authored and Dominic Kempf's avatar Dominic Kempf committed
      14d683a3
Loading