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

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

#include <algorithm>
#include <array>
#include <dune/common/exceptions.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh>
#include <dune/common/rangeutilities.hh>
#include <dune/grid/common/mcmgmapper.hh>
#include <dune/localfunctions/common/localbasis.hh>
#include <dune/localfunctions/common/localfiniteelementtraits.hh>
#include <dune/localfunctions/common/localkey.hh>
#include <dune/functions/analyticfunctions/monomialset.hh>
#include <dune/functions/common/mapperutilities.hh>
#include <dune/functions/functionspacebases/cubichermitebasis.hh>
#include <dune/functions/functionspacebases/defaultglobalbasis.hh>
#include <dune/functions/functionspacebases/functionaldescriptor.hh>
#include <dune/functions/functionspacebases/leafprebasismappermixin.hh>
#include <dune/functions/functionspacebases/nodes.hh>
#include <dune/functions/functionspacebases/transformedfiniteelementmixin.hh>

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