Skip to content
Snippets Groups Projects

Unify lagrange cube implementations

Merged Oliver Sander requested to merge unify-lagrange-cube-implementations into master
  1. Aug 26, 2019
    • Oliver Sander's avatar
      Partially bring back Q1LocalFiniteElement for older compilers · 976e0576
      Oliver Sander authored
      With the recent reimplementation of Q1LocalFiniteElement using
      the new LagrangeCubeLocalFiniteElement, the unit test program 'test-q1.cc'
      cannot be compiled with gcc-5 or gcc-6: The compiler simply starts
      grabbing more and more memory, until the machine stalls.
      
      This patch brings back a part of the old Q1LocalFiniteElement
      implementation for these cases.
      976e0576
  2. Aug 23, 2019
Loading