Re: [deal.II] Re: Sparsematrix initialization in P4est program

2019-02-27 Thread David Wells
Hi Gabriel, In case you are interested, I have written a patch and a new test for this issue: its available at https://github.com/dealii/dealii/pull/7763 Thanks, David Wells On Tue, Feb 26, 2019 at 8:45 PM David Wells wrote: > Hi Gabriel, > > step-32 does use a pressure element of degree 1

[deal.II] Re: Sparsematrix initialization in P4est program

2019-02-25 Thread gabriel . peters
Am Montag, 18. Februar 2019 22:21:06 UTC+1 schrieb David Wells: > > Hi Gabriel, > > I believe that you are still using the standard deal.II SparseMatrix > class; is this correct? If so, this class won't work with fully distributed > calculations. You will need to use either the Trilinos or

[deal.II] Re: Sparsematrix initialization in P4est program

2019-02-18 Thread David Wells
Hi Gabriel, I believe that you are still using the standard deal.II SparseMatrix class; is this correct? If so, this class won't work with fully distributed calculations. You will need to use either the Trilinos or PETSc wrappers since not all information is available on the local processor