On 3/14/21 2:33 PM, Andrey Volkov wrote:

So, before doing this, I would like to inquire the following questions:

  * Is there a functional in the deal.ii that allows extracting mentioned
    above "sub-block matrix" from the global block matrix? Could recommend
    something?

Yes:
  system_matrix.block(0,0)
gives you a reference to the top left block :-)

You probably want to take a look at how step-20 or step-22 solve their (block) linear systems. They use exactly the kind of approach you are looking for.

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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/7beb4d02-31b7-11f5-0aa9-99288073ff68%40colostate.edu.

Reply via email to