Hello gaurav,

I think there is a seperate class for the thing you want to do: FE_DGQArbitraryNodes. Perhabs you could try this one.

Best Regards,
Markus



Am 15.06.11 05:31, schrieb gaurav k:
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
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to