Hi Peter,
I am using deal.ii version 9.4.1. I was wondering why I keep getting the error message "cellaccessor has no member function as_dof_handle_iterator", if the current version of dealii already has 'as_dof_handle_iterator'.
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to a topic in the Google Groups "deal.II User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dealii/7zzMV86oB38/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dealii+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/9866f551-ba21-419a-b39a-408059486ff9n%40googlegroups.com.
Thank You,
Sooraj Bharan Soman
Hello,
I followed the instructions on the webpage of dealii for installing the package. For installing exaDG I did the following steps:
I downloaded the zip file from github. Unpacked it in working directory, created build
cmake -DP4EST_DIR=/home/anachronism/computation/p4est -DDEAL_II_WITH_P4EST=ON -DDEAL_II_WITH_MPI=ON -DCMAKE_INSTALL_PREFIX=/home/anachronism/computation/deal.II .
For installing exaDG I created build copied config_exadg.sh into the build folder. Then I turned OFF fftw and likwid afterward I ran bash ./config_exadg.sh but I got the error which is in the file bash output.txt
so I ran the following command the terminal:
cmake -DDEAL_II_DIR=~/computation/deal.II -DBUILD_SHARED_LIBS=ON -DPICKUP_TESTS=ON ../
The output for this is in file name cmakeOutput.txt
Then I ran make release, the output is in makeReleaseOutput.txt
Finally, I ran
make -j4
this is where I encountered the error the output is in file error.txt. I have highlighted these errors in the pdf error.pdf. Kindly let me know if I need to provide any information.