Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Improved interpolation nodes for RT and N1curl elements. #52

Merged

Commits on Jul 14, 2020

  1. Textbook functionals for H(div/curl) elements

    Although the existing FIAT functionals are fine for tabulation and
    hence normal finite element assembly, they under-integrate for the
    purposes of interpolation. This results in sub-optimal convergence in
    the H(div/curl) norm of the interpolation error, which should be (for
    example)
    
       ||u - I_q u||_H(div, T) \le C h^q |u|_H^{q+1}(T)
    
    for RTq elements.
    
    To fix this, implement the dual basis using "textbook" integral moment
    functionals (even on edges).
    
    These functionals are selected by creating the element with an
    appropriate variant string on construction.
    FabianL1908 authored and wence- committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    74373d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b71eaa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21b447d View commit details
    Browse the repository at this point in the history