Oli, what is your question? Please elaborate and we are happy to help. You might want to have a look at "Getting started and posting guidelines for new users" at https://groups.google.com/forum/#!topic/dealii/GRZMUTLIm2I.
Best, Daniel Am Fr., 29. Nov. 2019 um 14:26 Uhr schrieb Oliver Br <[email protected]>: > 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 > <https://groups.google.com/d/msgid/dealii/10c07b05-d200-4c81-8ddc-4a5489bf3095%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAOYDWbKk7TAo5Pwe1u50BFugEs2i8TS2qt07a3WXz6doTgcB_g%40mail.gmail.com.
