Dear All In deal.II, I know that "DoFTools::make_sparsity_pattern" can be used for the parallel computation that it gives to distribute the sparsity pattern. It works very well even in 3D.
I wonder if "DoFTools::make_flux_sparsity_pattern" also can give a distribution of sparisity pattern? In my test on the cluster, it takes relatively a very very long time to do this one for DG system on the parallel computing environment than doing the job for "DoFTools::make_sparsity_pattern". And, In this function, why not given the augument "const unsigned int subdomain_id = numbers::invalid_unsigned_int" in deal.II svn version? Thank you. Sungho _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
