Re: [deal.II] Coming back to dealii after a long time

2021-01-02 Thread Timo Heister
> However, I installed it before upgrading my Mac OS from Mojave 10.14.6 to > Catalina 10.15.7. > Do you think this could be the reason for the error? I doubt it, but I am not that familiar with the OSX side of things. > but my xcode version is still version 10, do you think this matters? I

Re: [deal.II] Re: Parallel distributed hp solution transfer with FE_nothing

2021-01-02 Thread Kaushik Das
Hi Marc, I tried using cell data transfer as you suggested. But I am having trouble in calling compress after getting the transferred data to a PETSc Vector: My test code is attached. My confusion is mainly when to call to compress after the cell data transfer.

Re: [deal.II] Coming back to dealii after a long time

2021-01-02 Thread 'Wakil Sarfaraz' via deal.II User Group
Hi Timo, Thanks for getting back on this. I just checked, yes I have installed 9.2.0-v3.dmg version of dealii. However, I installed it before upgrading my Mac OS from Mojave 10.14.6 to Catalina 10.15.7. Do you think this could be the reason for the error? I am going ahead to reinstall the

Re: [deal.II] Coming back to dealii after a long time

2021-01-02 Thread Timo Heister
Hi Wakil, > make[3]: *** [CMakeFiles/run] Illegal instruction: 4 This is due to the library (or a dependency) having been compiled on a newer processor architecture than the one you are using. Can you please check that you use the latest dealii-9.2.0-v3.dmg from

Re: [deal.II] Build problem version 9.3.0-pre

2021-01-02 Thread Kaushik Das
update: I deleted the build folder and then run the cmake configuration again. Then make install. That solved the problem. Thanks. On Sat, Jan 2, 2021 at 10:01 AM Kaushik Das wrote: > Hi all: > > I have been building deal.ii via a github fork for last few months > successfully., This morning I

[deal.II] Build problem version 9.3.0-pre

2021-01-02 Thread Kaushik Das
Hi all: I have been building deal.ii via a github fork for last few months successfully., This morning I did a git fetch upstream and then git merge upstream/master and I am getting a number of build errors. Any idea what I may be doing wrong? Here is my config and the build errors. ### #

Re: [deal.II] Re: Parallel distributed hp solution transfer with FE_nothing

2021-01-02 Thread Kaushik Das
Thank you. I will try CellDataTransfer method as you suggested. The test code that I attached earlier has a mistake. cell->set_active_fe_index(0) should be protected by a if (cell->is_locally_owned()). I have attached a corrected test here. Thanks, Kaushik On Thu, Dec 31, 2020 at 8:05 PM Marc

[deal.II] Coming back to dealii after a long time

2021-01-02 Thread 'Wakil Sarfaraz' via deal.II User Group
Hi All, I am coming back to dealii after about 5 years. I installed version 9.2 of dealii release on Mac OS Catalina version 10.15.7. I followed the instructions including setting up the xcode command line tools, downloading the dmg file and etc. As I attempted to compile step-1.cc, I get an