Ah, I hadn’t noticed you were compiling a tutorial program. My apologies.
Il giorno lunedì 7 novembre 2022 alle 17:53:10 UTC+1 [email protected] ha scritto: > You would get this compile-time error if you haven't configured deal.II > with `DEAL_II_WITH_MPI=ON`. > > Best, > Daniel > > On Mon, Nov 7, 2022 at 9:51 AM [email protected] <[email protected]> > wrote: > >> when i compile the tutorial 40, i met the following error. It semms that >> the function has been deleted. >> >> error: use of deleted function >> ‘dealii::parallel::distributed::Triangulation<dim, >> spacedim>::Triangulation(const MPI_Comm&, typename >> dealii::Triangulation<dim, spacedim>::MeshSmoothing, >> dealii::parallel::distributed::Triangulation<dim, spacedim>::Settings) >> [with int dim = 2; int spacedim = 2; MPI_Comm = int; typename >> dealii::Triangulation<dim, spacedim>::MeshSmoothing = >> dealii::Triangulation<2, 2>::MeshSmoothing]’ >> >> -- >> 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/6682d965-46f7-4ca7-b3e6-a5a365e138ffn%40googlegroups.com >> >> <https://groups.google.com/d/msgid/dealii/6682d965-46f7-4ca7-b3e6-a5a365e138ffn%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- 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/1fefb1cf-d954-4c43-acd2-752cfc6e633dn%40googlegroups.com.
