Re: [deal.II] deal ii 9.1.1. installation fails

2020-04-21 Thread Matthias Maier
On Tue, Apr 21, 2020, at 16:06 CDT, Wolfgang Bangerth wrote: > On 4/21/20 5:24 AM, Stefan Knauf wrote: >> >> I used the following command: >> >> cmake -DDEAL_II_WITH_MPI=ON >> -DP4ESTDIR=/home/stefan/p4est-2.2/local/lib -DDEAL_WITH_P4EST=ON >> -DDEAL_WITH_TRILINOS=ON ../sources/dealii-9.1.1/ .

Re: [deal.II] deal ii 9.1.1. installation fails

2020-04-21 Thread Wolfgang Bangerth
On 4/21/20 5:24 AM, Stefan Knauf wrote: I used the following command: cmake -DDEAL_II_WITH_MPI=ON -DP4ESTDIR=/home/stefan/p4est-2.2/local/lib -DDEAL_WITH_P4EST=ON -DDEAL_WITH_TRILINOS=ON ../sources/dealii-9.1.1/ ../install/ command I have attached the cmake output and error log. Any help wou

Re: [deal.II] Mesh refinement and the ability to transfer the data to the quadrature points of the new mesh on parallel::shared::triangulation.

2020-04-21 Thread Wolfgang Bangerth
Hi Alberto, that's too much code for anyone to look through -- do you think you could come up with a minimal, self-contained testcase that shows the problem? It's entirely possible that there is a bug, but it would be very useful to have a self-contained program that demonstrates it and that

[deal.II] deal.II Newsletter #119

2020-04-21 Thread Rene Gassmoeller
Hello everyone! This is deal.II newsletter #119. It automatically reports recently merged features and discussions about the deal.II finite element library. ## Below you find a list of recently proposed or merged features: #9934: Explicitly =delete copy operators for TaskDescriptor. (proposed