30 #ifndef FINITE_ELEMENT_HH_
31 #define FINITE_ELEMENT_HH_
36 #include <boost/assign/list_of.hpp>
41 template<
unsigned int dim,
unsigned int spacedim>
class FEValuesData;
150 template<
unsigned int dim,
unsigned int spacedim>
168 const unsigned int n_dofs()
const;
189 const arma::vec::fixed<dim> &p)
const = 0;
200 virtual arma::vec::fixed<dim>
basis_vector(
const unsigned int i,
201 const arma::vec::fixed<dim> &p)
const = 0;
213 virtual arma::vec::fixed<dim>
basis_grad(
const unsigned int i,
214 const arma::vec::fixed<dim> &p)
const = 0;
227 const arma::vec::fixed<dim> &p)
const = 0;