Re: [deal.II] Possible minor error in a graphic for MATH676 video lecture 15

2020-01-13 Thread Wolfgang Bangerth
On 1/11/20 7:22 AM, Krishnakumar Gopalakrishnan wrote: > I don't know if this is the right place to discuss this, but it might > possibly > be of relevance to new users of deal.ii > > There might be a minor error in a graphic used in the slides corresponding to > video lecture 15 of MATH676 (to

Re: [deal.II] discontinous contour over elements

2020-01-13 Thread Wolfgang Bangerth
On 1/12/20 9:17 PM, David Eaton wrote: > My inflow condition is uniform. This formulation and mesh is tested in a > simple C++ code without library. TheĀ  large mesh near the inflow does not > give > this problem. > Yes. I am using C0 element. I did calculation using tecplot. However, the > resu

Re: [deal.II] Segfault when calling gather_evaluate() or read_dof_values_plain()

2020-01-13 Thread Wolfgang Bangerth
On 1/13/20 8:41 AM, 'Maxi Miller' via deal.II User Group wrote: > Therefore, I assume that I have some bugs in my code, but am not experienced > enough in writing matrix-free code for being able to debug it myself. What > kind of approach could I do now, or is there simply a glaring bug which I d

Re: [deal.II] Re: "fatal error: MueLu_CreateEpetraPreconditioner.hpp: No such file or directory" when compiling with Trilinos

2020-01-13 Thread Wolfgang Bangerth
On 1/9/20 8:49 AM, masod sadipour wrote: > I want to install dael.ii at ubuntu. There is a problem when I want to use > "cmake". > I was wondering if you could help me to install it. The way that mentioned in > the deal.ii.org >

[deal.II] Segfault when calling gather_evaluate() or read_dof_values_plain()

2020-01-13 Thread 'Maxi Miller' via deal.II User Group
I tried to implement a RK4-solver similar to the upcoming example 67 using the matrix-free technique, and compare it to other solvers I wrote earlier. For this purpose I chose the classical heat-equation for testing. When running the attached example, though, I get a segfault when calling either