On 2/5/21 4:07 PM, Daniel Arndt wrote:
I have checked the interfaces I used (multigrid, matrix, vectors, ...). It seems that by using separate DoFHandlers, one for the velocity and one for the pressure component, I could come up with the very same block structure. However, I could not find any make_sparsity_pattern() variants for rectangular matrices using different DoFHandlers for the domain and range, neither in MGTools nor in DoFTools. Are there any predefined?

There is

  void
  make_sparsity_pattern(const DoFHandler<dim, spacedim> &dof_row,
                        const DoFHandler<dim, spacedim> &dof_col,
                        SparsityPatternType &            sparsity);

in namespace DoFTools.

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/8148967f-5e17-3f77-3896-472b597063c1%40colostate.edu.

Reply via email to