Feel++  0.92.0
Feel::DualBasis< Primal > Class Template Reference

basis of a space P' dual of some space P More...

#include <dualbasis.hpp>

List of all members.

Public Types

Typedefs
typedef DualBasis< Primal > self_type
typedef Primal primal_space_type
typedef
primal_space_type::basis_type 
basis_type

Public Member Functions

Constructors, destructor
 DualBasis (primal_space_type const &primal)
 DualBasis (DualBasis const &b)
 ~DualBasis ()
Operator overloads
self_type const & operator= (self_type const &dual)
basis_type const & operator() () const
Accessors
primal_space_type const & primalSpace () const
basis_type const & basis () const

Static Public Attributes

Constants
static const uint16_type nDim = primal_space_type::nDim
static const uint16_type nOrder = primal_space_type::nOrder

Detailed Description

template<typename Primal>
class Feel::DualBasis< Primal >

basis of a space P' dual of some space P

The element of this basis are functionals evaluated at a node set It contains also the information about the dof table

Author:
Christophe Prud'homme