Thanks a lot Bruno. I did find the issue following your suggestion!

On Tuesday, 16 July 2019 15:10:40 UTC-5, Bruno Turcksin wrote:
>
> Krishanu 
>
> Le mar. 16 juil. 2019 à 16:00, Krishanu Sen <[email protected] 
> <javascript:>> a écrit : 
> > 
> > I am using deal.ii for a nonlinear elasticity problem. And the change in 
> the code that is causing this error message is: 
> > 
> > 
> >  template <int dim> 
> >   ElasticProblem<dim>::ElasticProblem () 
> >     : 
> >     dof_handler (triangulation), 
> >     fe (FE_Q<dim>(3), dim) 
> >   {} 
> No it's not where the error comes from. It is from somewhere in 
> Step8::ElasticProblem<1>::assemble_system_matrix() You need to find 
> which line produces the error. 
>
> Best, 
>
> Bruno 
>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/4bd717a4-738b-4c8b-a1da-b95d2042eb96%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to