David,

2016-05-24 8:12 GMT-04:00 David <[email protected]>:
> And the error message on this part of code is:
>
> error: undefined reference to 'void
> dealii::DataOut_DoFData<dealii::DoFHandler<2, 2>, 2,
> 2>::add_data_vector<std::vector<double, std::allocator<double> >
>>(std::vector<double, std::allocator<double> > const&, std::string const&,
> dealii::DataOut_DoFData<dealii::DoFHandler<2, 2>, 2, 2>::DataVectorType,
> std::vector<dealii::DataComponentInterpretation::DataComponentInterpretation,
> std::allocator<dealii::DataComponentInterpretation::DataComponentInterpretation>
>> const&)'

add_data_vector is only templated on deal.II vectors. You cannot use a
std::vector.

Best,

Bruno

-- 
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