Hi,

I am trying to generate polynomials using legendre gauss lobatto quadrature
points and for this I call the constructor :

fe(QGaussLobatto<1>(9))

and I get an error:
error: ‘dealii::FE_DGQ<dim, spacedim>::FE_DGQ(const dealii::Quadrature<1>&)
[with int dim = 1, int spacedim = 1]’ is protected

1. What do I do to correct this?
2. Why is this constructor protected?

The program runs fine if I just use fe(9).

-- 
Thanks,
gk
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to