I.e. I should rather choose FESystem<dim> a(FE_Q<dim>(2), 3*dim)?
Am Donnerstag, 3. August 2017 16:50:23 UTC+2 schrieb Wolfgang Bangerth: > > On 08/03/2017 08:47 AM, Maxi Miller wrote: > > Why do I have a scalar base element when initializing FE_Q<dim> with > dim=3? I > > thought that I then have the finite element as 3d-element? > > FE_Q is a scalar element, regardless of the dimension. It has only one > vector > component. > > Best > W. > > -- > ------------------------------------------------------------------------ > Wolfgang Bangerth email: [email protected] > <javascript:> > www: http://www.math.colostate.edu/~bangerth/ > > -- 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]. For more options, visit https://groups.google.com/d/optout.
