Oli,

you need to specify a polynomial degree you want to use. If you have a look 
at step-2 (https://www.dealii.org/current/doxygen/deal.II/step_2.html),
you see that it has a line saying

const FE_Q<2> 
<https://www.dealii.org/current/doxygen/deal.II/classFE__Q.html> 
finite_element(1);

to create a linear finite element.

Best,
Daniel

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/fda008e3-2bc5-4278-a0b5-787cf7b3991f%40googlegroups.com.

Reply via email to