Ashkan,

I tried to compile my application with the new dealii 8.5.0 but it fails.
>
> In my program I user distributed triangulation and I get the error
>
> error: no matching function for call to 
> ‘dealii::parallel::distributed::Triangulation<2>::Triangulation(ompi_communicator_t*&,
>  
> dealii::Triangulation<2, 2>::MeshSmoothing)’
>
> Is there any changes that I have to do? From the documentation I see that 
> this is still available. Also the same code is compiling fine with version 
> 8.4.2
>
That sounds strange. As far as I know, the constructor of 
‘dealii::parallel::distributed::Triangulation' 
didn't change.
Can you provide us with a minimal example showing that problem? Does this 
issue also appear with a recent developer version?

Best,
Daniel

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to