Krishanu Le mar. 16 juil. 2019 à 16:00, Krishanu Sen <[email protected]> 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/CAGVt9eOaE9g2sehRfaT-9B8JVq9pE79jdOV5uqMBF3LFzCQuaw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
