Skip to content
Snippets Groups Projects
  1. Oct 18, 2016
    • Dominic Kempf's avatar
      [bugfix] fix stokes_stress_numdiff · 5e7e4f60
      Dominic Kempf authored
      5e7e4f60
    • Dominic Kempf's avatar
      Merge branch 'feature/split-testfunction' · f4eb2aa2
      Dominic Kempf authored
      f4eb2aa2
    • Dominic Kempf's avatar
      Merge branch 'feature/ufl-quadrature-estimation' into 'master' · ef5c9044
      Dominic Kempf authored
      Use UFL for guessing quadrature order
      
      1. ~~In order to test this branch you need to apply the patch in patch/ufl/ufl.patch to ufl. At the moment estimating degree in UFL doesn't work if there is a FunctionView followed by a ReferenceValue. This of cousre happens in stokes stress numdiff (where else?). That leads directly to the question: Should we keep that patch and introduce new version madness or should we do something else. This is the reason for WIP.~~  
       With the estimated polynomial degree from the metadata method the patch is not necessary anymore.
      
      2. ~~The other interesting part is the behaviour of estimate_total_polynomial_degree from UFL. If you estimate the polynomial degree of Laplace without going to the reference elements for linear basis you get 0 (makes sense). If you go to the reference element you get 1. For poisson going to the reference values also adds 1 to the estimation. It is not obvious what you want to have but this seems a bit strange. Maybe we should print (or make it possible to print) the estimated degree?~~  
       This also simply gives the quadrature order you would expect from the weak formulation.
      
      3. We have to look at our expressions at some point. Right now we give them order 0 if cellwise constant or order 1 if not. This kind of depends on the whole how to describe everything in the DSL. So it probably makes sense to postpone ;)...
      
      This closes issue #38.
      
      See merge request !40
      ef5c9044
    • Dominic Kempf's avatar
    • Dominic Kempf's avatar
      5f1f23f1
    • Dominic Kempf's avatar
      Fix import in interactive mode · 99cff027
      Dominic Kempf authored
      99cff027
  2. Oct 12, 2016
  3. Oct 11, 2016
  4. Oct 07, 2016
  5. Oct 06, 2016
  6. Oct 05, 2016
Loading