Re: [deal.II] Installation problem

2019-03-23 Thread Zhu wenguo
Dear Paul, Thank you for your reply! It works now! thank you very much! Best regards. wenguo. On Saturday, March 23, 2019 at 9:59:34 AM UTC+1, Jean-Paul Pelteret wrote: > > Dear Wenguo, > > It looks like you’re linking deal.II, built as a shared library, against > LAPACK, built as a static

[deal.II] Pure Neumann BCs in mixed form

2019-03-23 Thread Konrad
Hi all, I am encountered a weird thing (bug?) and I am having trouble to understand it. Maybe someone has an idea: I am trying to solve a simple elliptic problem (imagine some sort of a simple Laplace problem for now) with pure Neumann BCs, say -\Delta u = f, n\grad u = g. Now theory tells me

Re: [deal.II] Re: advection diffusion with periodic boundaries

2019-03-23 Thread Konrad
> Hi Konrad, > > I figured out my error. I was imposing constraints differently on the > advection matrix than from the other matrices. I fixed it by not using the > constraints.local_to_global() function and just computing the full matrix > and using constraints.condense() on the system

Re: [deal.II] Installation problem

2019-03-23 Thread Jean-Paul Pelteret
Dear Wenguo, It looks like you’re linking deal.II, built as a shared library, against LAPACK, built as a static library. As the error message suggests, you’ll need to build LAPACK with the -fPIC flag in order to do this. As suggested here

[deal.II] Installation problem

2019-03-23 Thread Zhu wenguo
Hello everyone, I am installing deal ii -9.0.1 using recommended commands. and something went wrong, the error message is as follow: has someone ever met this problem?