On 12/01/2017 08:36 PM, Juan Carlos Araujo Cabarcas wrote:

path/petsc_eigs/pFEM.cc:370: error: undefined reference to 'void dealii::VectorTools::interpolate_boundary_values<2, 2, std::complex<double> >(dealii::hp::MappingCollection<2, 2> const&, dealii::hp::DoFHandler<2, 2> const&, std::map<unsigned int, dealii::Function<2, std::complex<double> > const*, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, dealii::Function<2, std::complex<double> > const*> > > const&, std::map<unsigned int, std::complex<double>, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, std::complex<double> > > >&, dealii::ComponentMask const&)'

Now that the compiler is happy with your code, this is the first real bug -- we don't instantiate this function. The patch is here:
  https://github.com/dealii/dealii/pull/5579

I appreciate you trying all of these things with complex-valued vectors. It's hard to find all of the relevant places that need to be changed and fixed. Keep these issues coming!

Best
 W.

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

Reply via email to