Re: [deal.II] Visualizing higher-order cells in 3D (step-67)

2021-02-24 Thread 'David' via deal.II User Group
Hi Peter, >David, could you try out the following PR: https://github.com/dealii/dealii/pull/11784 I tried it and the PR doesn't fix it for me. > Not sure if the issue there is related. If not, could you post a vtk/vtu file and I'll read it with my Paraview version. Very good idea. I attached an

Re: [deal.II] Step-1 example: "dyld: Library not loaded" error message

2021-02-24 Thread Marco
I followed your suggestion @Thodoros, but I had to change *.zshrc*, instead of .bash_profile. After I sourced, I tried some random examples and now they work fine :-) As you said, this works also without the need to type $ module load dealii Thanks for your support Il giorno mercoledì 24 febbr

Re: [deal.II] Step-1 example: "dyld: Library not loaded" error message

2021-02-24 Thread Marco
I answered to Luca right after Thodoros' answer. I'm gonna try this asap, thanks for the support. Cheers, Marco Il giorno mercoledì 24 febbraio 2021 alle 09:57:14 UTC+1 Marco ha scritto: > Thanks for the reply. > > Yes, it is precisely what I wrote at the beginning of my terminal snippet > abo

Re: [deal.II] Step-1 example: "dyld: Library not loaded" error message

2021-02-24 Thread Marco
Thanks for the reply. Yes, it is precisely what I wrote at the beginning of my terminal snippet above: > $ module load dealii > $ cd /Applications/deal.II.app/Contents/Resources/examples/step-1 > $ cmake . Il giorno mercoledì 24 febbraio 2021 alle 09:44:12 UTC+1 luca@gmail.com ha scritto:

Re: [deal.II] Step-1 example: "dyld: Library not loaded" error message

2021-02-24 Thread Thodoros Katsaounis
Dear all I faced the same problem my self with deal.II and Catalina. I think the problem is caused by the “module load” command. The way I resolved it is the following: a) I didn’t use the “module load dealii” command b) I added the following in my .bash_profile export DEAL_II_DIR=/Applica

Re: [deal.II] Step-1 example: "dyld: Library not loaded" error message

2021-02-24 Thread luca.heltai
can you try running it after issuing the command module load dealii ? I’m not sure why, but it looks like some paths are not set correctly. L. > On 23 Feb 2021, at 21:46, Marco wrote: > > Dear all, > > I've just installed deal.ii on my macOS Catalina (10.15.7) following the > instructions