15class RefHexahedron :
public RefElement {
17 explicit RefHexahedron(
unsigned order);
18 xt::xarray<double> basis_function(
const xt::xarray<double>& rst,
int i,
int j,
int k)
const;
19 xt::xarray<double> grad_basis_function(
const xt::xarray<double>& rst,
int i,
int j,
int k)
const;
22 xt::xarray<double> vandermonde(
const xt::xarray<double>& rst)
const;
23 xt::xarray<double> grad_vandermonde(
const xt::xarray<double>& rst)
const;
24 xt::xarray<double> grad_operator(
const xt::xarray<double>& v,
const xt::xarray<double>& gv)
const;