Skip to content
Snippets Groups Projects
  1. Oct 22, 2018
    • Dominic Kempf's avatar
      [!275] [cmake] Allow code generation system tests to depend on additional files · 61c07c0f
      Dominic Kempf authored
      Merge branch 'feature/cmake-allow-more-generation-dependencies' into 'master'
      
      ref:dominic/dune-perftool I have the use case of a boundary condition file,
      whose changes should retrigger the code generation process.
      
      See merge request [dominic/dune-perftool!275]
      
        [dominic/dune-perftool!275]: gitlab.dune-project.org/dominic/dune-perftool/merge_requests/275
      61c07c0f
    • Dominic Kempf's avatar
      [!274] Feature/use different dof numbers for cg · 7349fe59
      Dominic Kempf authored
      Merge branch 'feature/use-different-dof-numbers-for-cg' into 'master'
      
      ref:dominic/dune-perftool I'm not 100% sure this gives the right number of
      dofs for parallel applications, but at least for serial applications it is
      correct.
      
      See merge request [dominic/dune-perftool!274]
      
        [dominic/dune-perftool!274]: gitlab.dune-project.org/dominic/dune-perftool/merge_requests/274
      7349fe59
    • Dominic Kempf's avatar
      [!269] Feature/nonlinear sumfact cg · d5b602de
      Dominic Kempf authored
      Merge branch 'feature/nonlinear-sumfact-cg' into 'master'
      
      ref:dominic/dune-perftool Contains [!264] and master\....
      
      See merge request [dominic/dune-perftool!269]
      
        [!264]: gitlab.dune-project.org/NoneNone/merge_requests/264
        [dominic/dune-perftool!269]: gitlab.dune-project.org/dominic/dune-perftool/merge_requests/269
      d5b602de
    • Dominic Kempf's avatar
      [!264] Sum factorization for untstructured grids · af4e7808
      Dominic Kempf authored
      Merge branch 'feature/sum-factorization-gmsh-files' into 'master'
      
      ref:dominic/dune-perftool On unstructured grids we need to make sure that the
      quadrature points on intersections on neighboring cells are visited in the
      same order. This is done using edge consistent grids and by constructing the
      geometry mappings in the right way.
      
      Still missing:
      
      -   Vectorization
      -   Make UG grids edge consistent without writing and reading a gmsh file
      
      See merge request [dominic/dune-perftool!264]
      
        [dominic/dune-perftool!264]: gitlab.dune-project.org/dominic/dune-perftool/merge_requests/264
      af4e7808
    • Dominic Kempf's avatar
      [cmake] Allow code generation system tests to depend on additional files · ec10f53a
      Dominic Kempf authored
      I have the use case of a boundary condition file, whose changes should retrigger
      the code generation process.
      ec10f53a
  2. Oct 18, 2018
  3. Oct 16, 2018
  4. Sep 21, 2018
  5. Sep 20, 2018
  6. Sep 19, 2018
  7. Sep 17, 2018
  8. Sep 14, 2018
  9. Sep 13, 2018
  10. Sep 12, 2018
  11. Sep 06, 2018
    • René Heß's avatar
      [!262] Costmodel Validation · c761cd04
      René Heß authored
      Merge branch 'feature/costmodel-validation' into 'master'
      
      The MR adds a new vectorization strategy target, which tries to find a
      vectorization strategy whose cost (according to the model strategy) is as
      close as possible to a given target. This allows to run several executables
      and plot the cost model value against performance data. The actual plotting
      work is done in dune-perftool-paperplots. The feature is very niche, and I
      tried to minimize the occurence of code paths only necessary for this, but I
      think the outcome is quite okay.
      
      See merge request [dominic/dune-perftool!262]
      
        [dominic/dune-perftool!262]: gitlab.dune-project.org/dominic/dune-perftool/merge_requests/262
      c761cd04
  12. Aug 29, 2018
  13. Aug 28, 2018
Loading