[deal.II] Re: On using project_boundary_values_div_conforming for (RT-DG) in parallel case

2019-09-12 Thread Charlie Z
Hi Konrad, Thanks for your reminder. After upgrading to v9.1.1, everything goes well now. It seems an issue of the last version of dealii and has already been fixed: https://github.com/dealii/dealii/pull/7327 . Regards, Charlie On Wednesday, September 11, 2019 at 7:43:45 PM UTC+2, Konrad Simon

[deal.II] Re: On using project_boundary_values_div_conforming for (RT-DG) in parallel case

2019-09-11 Thread Charlie Z
> > The minimal code. > -- 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

[deal.II] On using project_boundary_values_div_conforming for (RT-DG) in parallel case

2019-09-11 Thread Charlie Z
Hi there, I'm trying to make step-20 parallel through trilinos (by following step-40/55), but haven't succeeded. In setup_system() function, I set owned_partitioning, relevant_partitioning and constraints in the following way: dof_handler.distribute_dofs (fe); DoFRenumbering::component_wise(d

Re: [deal.II] On using block diagonal preconditioner for the mixed Poisson problem

2019-08-28 Thread Charlie Z
9 2:23 PM, Charlie Z wrote: > > > > I find a conflict here is that:: > > 1) TrilinosWrappers::PreconditionAMG can only be initialized with a > > matrix, but not a ApproximateSchurComplement; > > 2) step-20 uses ApproximateSchurComplement because we actually don

[deal.II] On using block diagonal preconditioner for the mixed Poisson problem

2019-08-27 Thread Charlie Z
Dear all, I'm trying to use a block-diagonal preconditioner for the mixed Poisson problem from step-20, but haven't made it yet. The diagonal preconditioner of interest is from Powell & Silvester,2003

[deal.II] On using block-diagonal preconditioner for the mixed Poisson problem from step-20

2019-08-27 Thread Charlie Z
Dear all, I'm trying to use a block-diagonal preconditioner for the mixed Poisson problem from step-20, but haven't made it yet. The diagonal preconditioner of interest is from Powell & Silvester,2003 . Specifically, for the matrix syst