Dune-Functions 2.12-git
Loading...
Searching...
No Matches
argyrisbasis.hh File Reference

This file provides an implementation of the cubic Argyris finite element. More...

Go to the source code of this file.

Classes

class  Dune::Functions::ArgyrisNode< GV, R >
 
class  Dune::Functions::ArgyrisPreBasis< GV, R >
 A pre-basis for a Argyrisbasis. More...
 

Namespaces

namespace  Dune
 
namespace  Dune::Functions
 
namespace  Dune::Functions::BasisFactory
 

Typedefs

template<class GV , class R = double>
using Dune::Functions::ArgyrisBasis = DefaultGlobalBasis< ArgyrisPreBasis< GV, R > >
 Nodal basis of a scalar cubic Argyris finite element space.
 

Detailed Description

This file provides an implementation of the cubic Argyris finite element.

For reference, see[Ciarlet, The Finite Element Method for Elliptic Problems, 2002]. It contains in the following order:

  • A GlobalBasis typedef ArgyrisBasis
  • A template ArgyrisLocalFiniteElement providing an implementation of the LocalFiniteElement interface, along with its subparts (Impl namespace)
  • A template ArgyrisNode
  • A template ArgyrisPreBasis
  • A Factory argyris() in the BasisFactory namespace