Ina,

Le ven. 29 mars 2019 à 12:18, Ina <[email protected]> a écrit :
> Since I will need to do the same transformation several times for different 
> vectors, I am coming back to my other question: Is there a function that uses 
> the std::vector<std::map<.,.>> of DoFTools::commpute_intergrid_transfer_
> representation and makes some sort of transfer matrix from it? According to 
> the documentation, there is such a function. But according to the docu, the 
> output of compute_intergrid_transfer_representation is still a matrix so I am 
> not sure if I just missed it or if it does not exist since the docu is out of 
> date.

I think that you misunderstood the documentation. The output of the
function is the information that you need to build the matrix. You
have to build the matrix yourself.

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