Krishanu,

It's impossible to help you with so little information. Somewhere you set 
something to the wrong size. Can you give us a backtrace? We need to see 
the error message and the code that produces it.

Best,

Bruno

On Tuesday, July 16, 2019 at 3:08:42 PM UTC-4, Krishanu Sen wrote:
>
> 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/4f277d7a-396b-43f7-b887-32c850ae6944%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to