Skip to content
  • Oliver Sander's avatar
    Implement a Nedelec basis (of the first kind) · a6a0c1e9
    Oliver Sander authored
    This patch adds the implementation of a Nedelec basis.  The interface
    allows bases of any order, grids in 2d and 3d, and with simplex and cube elements.
    However, this initial implementation can only do the first-order basis
    on triangle grids.
    
    There are two types of Nedelec bases, known as the Nedelec bases of the
    first and second kind.  The implementation in this patch has the 'kind'
    as a template parameter, which can have values 1 or 2.  However, only
    the case kind==1 is implemented right now.
    a6a0c1e9
To find the state of this project's repository at the time of any of these versions, check out the tags.