[deal.II] Examples makefile

2017-01-13 Thread Victor Eijkhout
I'm trying to compile an example, and get these errors: [ 50%] Linking CXX executable step-1 icpc: command line warning #10006: ignoring unknown option '-fuse-ld=gold' /home1/apps/intel15/mvapich2_2_1/dealii/8.4.1/include/deal.II/numerics/derivative_a

Re: [deal.II] Re: interpolate_to_different_mesh produces strange results

2017-01-13 Thread Krzysztof Bzowski
Thank you for clarification. You were right. I am using second order FE_Q elements. In principle I am solving Level set equation but I noticed that strange behavior of interpolate_to_different_mesh occurs only for small range of solutions. This can be problem with Paraview or my code. I will tr

Re: [deal.II] Re: interpolate_to_different_mesh produces strange results

2017-01-13 Thread Jean-Paul Pelteret
Ah true. So, Krzysztof, if you're using higher order polynomials then you might wish to output with the number of subdivisions in build_patches() equal to the polynomial order. This will give a be