#include <dualbasis.hpp>
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
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 |