Hello Daniel,
ThermomechanicalCoupling_Linear_AdiabaticSplit.cc:4469:55: error: no
matching function for call to ‘dealii::SolutionTransfer<3,
dealii::Vector<double>, dealii::DoFHandler<3, 3>
>::SolutionTransfer(dealii::hp::DoFHandler<3, 3>&)’
Here is the problem. The wrong instantiation is called. How did you
define the SolutionTransfer?
SolutionTransfer<3, Vector<double>, hp::DoFHandler<3> >
solution_transfer (dof_handler)
or did you call
SolutionTransfer<3, Vector<double>, DoFHandler<3> > solution_transfer
(dof_handler)?
Best Regards,
Markus
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii