Hi Daniel,
Thank you for your answer. My question is about step3 in which:
    Triangulation<2> 
<https://www.dealii.org/current/doxygen/deal.II/classTriangulation.html>     
triangulation;
    FE_Q<2> <https://www.dealii.org/current/doxygen/deal.II/classFE__Q.html>    
          
fe;
Best,
Oli

On Thursday, November 28, 2019 at 7:43:37 PM UTC-5, Daniel Arndt wrote:
>
> 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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/10c07b05-d200-4c81-8ddc-4a5489bf3095%40googlegroups.com.

Reply via email to