#include <functionals.hpp>
generate the functionals associated with point set
Given a function space and a set of points in the geometric space
, generate the set of functionals
associated with the evaluation of the basis functions of the function space at the set of points in the geometric space.
Inherits vector< Functional< Space > >.
Public Types | |
typedef space_type::points_type | points_type |
typedef PointsGradient< Space > | self_type |
typedef Space | space_type |
typedef std::vector < Functional< Space > > | super |
Public Member Functions | |
PointsGradient (space_type const &b, points_type const &__pts) | |