Re: [deal.II] Installation error

2017-06-26 Thread Jean-Paul Pelteret
Hi Lev, The information that you were looking for is in the CMake related documentation . You need to pass the -DDEAL_II_FORCE_BUNDLED_THREADS=ON option at configuration time. I hope that this helps. Regards, J-P On Tuesday, Ju

Re: [deal.II] Installation error

2017-06-26 Thread Lev Karatun
Hi Wolfgang, To be honest I don't think it's described in readme how to use the bundled version, or at least I couldn't find it. I tried adding the parameter -DTBB_INCLUDE_DIR="../bundled/tbb41_20130401oss/include/tbb" but cmake finds the system library at /usr/lib64/libtbb.so and uses it anyway,

[deal.II] Re: hp HDG in deal.II

2017-06-26 Thread Daniel Arndt
Samuel, Thanks for your answer, your approach actually worked quite well. > Thanks! > (How would I go about submitting a patch? I have absolutely no experience > with these things) > Have a look the FAQ [1]. If you have problems doing this, we happily help. > Now I have another question. I

[deal.II] Re: About applying periodic boundary condition on the same mesh by different methods

2017-06-26 Thread Daniel Arndt
Chuyi, I still have a question about how to apply periodic boundary conditons: Is > there any possibility now to apply PBC with a value 1.0 in x_component and > y_component while -1.0 in z_component? I've read an older version of > step-45 before (like 8.3.0), which showed we could change that

[deal.II] Re: About applying periodic boundary condition on the same mesh by different methods

2017-06-26 Thread Chuyi Duan
Hi Daniel, I still have a question about how to apply periodic boundary conditons: Is there any possibility now to apply PBC with a value 1.0 in x_component and y_component while -1.0 in z_component? I've read an older version of step-45 before (like 8.3.0), which showed we could change that wh

Re: [deal.II] Installation error

2017-06-26 Thread Wolfgang Bangerth
Lev, /home/lev/aspect/dealii_debug/source/base/function_parser.cc:478:16: required from here /opt/rh/devtoolset-2/root/usr/include/c++/4.8.2/bits/stl_construct.h:75:7: error: use of deleted function ‘std::unique_ptr<_Tp, _Dp>::unique_ptr(const std::unique_ptr<_Tp, _Dp>&) [with _Tp = mu::Par

[deal.II] Installation error

2017-06-26 Thread Lev Karatun
Hi, I'm trying to install the latest version of DealII but get the following error: /home/lev/aspect/dealii_debug/source/base/function_parser.cc:478:16: required from here /opt/rh/devtoolset-2/root/usr/include/c++/4.8.2/bits/stl_construct.h:75:7: error: use of deleted function ‘std::unique_p

[deal.II] Re: hp HDG in deal.II

2017-06-26 Thread sml . imfeld
Hi Daniel Thanks for your answer, your approach actually worked quite well. (How would I go about submitting a patch? I have absolutely no experience with these things) Now I have another question. I am trying to compute the L2 error over all the faces. For simplicity, I tested this starting f