Praveen,

I change to

MappingFEField<dim,dim,TrilinosWrappers::MPI::Vector> map(dh_euler, 
euler_vector);

But I get a linking error

Undefined symbols for architecture x86_64:
   "dealii::MappingFEField<2, 2, dealii::TrilinosWrappers::MPI::Vector,
dealii::DoFHandler<2, 2> >::MappingFEField(dealii::DoFHandler<2, 2> const&,
dealii::TrilinosWrappers::MPI::Vector const&, dealii::ComponentMask)",
referenced from:
       _main in main.cc.o

Indeed. You need this patch:
  https://github.com/dealii/dealii/pull/2717
Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth               email:            bange...@math.tamu.edu
                                www: http://www.math.tamu.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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to