On 2/15/22 01:52, Joss G. wrote:
*** Caution: EXTERNAL Sender ***

Thank you again. It seems I am having bit of trouble.

I used: parallel::distributed:Vector<double> locally_relevant_solution;

In the documentation is written to call #include<deal.II/lac/parallel_vector.h> but the file is not there. Using #include<deal.II/lac/la_parallel_vector.h> I get the following error:

*:* *error: *‘*Vector*’ in namespace ‘*dealii::parallel::distributed*’ does not name a template type


What am I doing wrong?

I misspelled the name of the class. It is LinearAlgebra::distributed::Vector and it is used in a number of tutorial programs (37, 48, 50, 59, 66, ...).

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/310ef745-34a2-6d05-2a50-7e2d843e560f%40colostate.edu.

Reply via email to