Dear all deal.ii users,
        I am studying goal oriented adaptivity for FSI problems and code it 
in deal.ii. The system consists of velocity, pressure, displacement(u,p,w), 
so  I use block sparsity matrix for system matrix. When I solve the dual 
equation, I find what I need is a transpose matrix of system matrix, so how 
should I do to get the transpose of block sparsity matrix?
        I have tried to get transpose of every block using 
transpose_operator, but I don't know how to combined these terms into a new 
block sparsity matrix.

-- 
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/62db87e2-91f0-4463-afe0-9dfb69ceabfd%40googlegroups.com.

Reply via email to