On 4/10/22 08:32, shuitao zhang wrote:
And my error is:
no maching function for call to " DataPostprocessorInputs::CommonInputs <https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdealii.org%2Fdeveloper%2Fdoxygen%2Fdeal.II%2FstructDataPostprocessorInputs_1_1CommonInputs.html&data=04%7C01%7CWolfgang.Bangerth%40colostate.edu%7C438a879b001c4ff6a17408da1afef96c%7Cafb58802ff7a4bb1ab21367ff2ecfc8b%7C0%7C0%7C637851979699122741%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=cPAxs8bEVQcVJ7wkba8Gj9dTuZa9WWdYEQURt92yX9U%3D&reserved=0>< spacedim >::get_cell() "


Zhang:
What version of deal.II are you using? It used to be the case that you had to write
  inputs.template get_cell<DoFHandler<dim>>();
and only in newer versions of deal.II you can write
  inputs.template get_cell<dim>();

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           www: http://www.math.colostate.edu/~bangerth/

--
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/8682dfc4-1a30-03db-989a-30c7bcdd5a64%40colostate.edu.

Reply via email to