Hi there,

I was wondering if finite elements with anisotropic polynomial degrees are 
possible in deal.II. As an example, for a 3D element, can we construct a 
tensor product polynomial space of {1,x,y,z,xy,xz,yz, z^2,xz^2,yz^2}, i.e., 
order 1 in x- and y-directions and 2 in z-direction?

I was looking at, for example, constructors of FE_DGQ() class [1]. The 
second constructor [2] takes an arbitrary vector of polynomials to build 
the tensor product polynomial space. This is close to what I want but it 
seems the argument can only be one-dimensional polynomials, which means 
equal order on all dimensions.

Would really appreciate any insights and/or tips!

Best,
Greg

------------------------------------------
[1] https://dealii.org/current/doxygen/deal.II/classFE__DGQ.html
[1] 
https://dealii.org/current/doxygen/deal.II/fe__dgq_8cc_source.html#l00100

-- 
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/24f2bfd1-377f-44c6-99fc-a5447eb7fb3cn%40googlegroups.com.

Reply via email to