On 2/20/19 7:01 PM, Phạm Ngọc Kiên wrote:
> I tested in my codes using
> 
> template<int dim>
> CSEM<dim>::CSEM()
>          ://mapping(1),
> dof_handler(triangulation),
>          fe(FE_NedelecSZ<dim>(order),1,//(order), multiplicity
> FE_NedelecSZ<dim>(order),1) {}
> 
> When I changed the parameter order, I saw only the number of dofs was only of 
> lowest order dofs no matter how big the order was
> 
> I think that there should be a way to get higher order dofs, but I cannot 
> find it now.

Can you create a small program that demonstrates this issue?

Best
  W.

-- 
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                            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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to