I am trying to run a code using higher order elements. The code runs fine 
when I am using linear [FE_Q<dim>(1)] or quadratic [FE_Q<dim>(2)] elements. 
But when I tried to use cubic elements [FE_Q<dim>(3)], the code stops with 
an error "ExcIndexRange", which says that the code is trying to access an 
index of a tensor that exceeds the limit of the tensor indices. I am not 
sure why would that happen just because of changing the polynomial degree 
of the element. I would appreciate any help or insight regarding the issue.

Thanks,
Krishanu

-- 
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/7e068c9a-8a15-48b1-9f1e-2ed2453f33e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to