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'.
On 2023-04-10 17:07, Peter Munch wrote:
Hej Sooraj,
CellAccessor::as_dof_handler_iterator() was added since the 9.3
release. It looks like ExaDG is not compatible with the 9.3. release
but only with master.
I would suggest that you report this at the ExaDG project
(https://github.com/exadg/exadg/discussions) and than we decide if we
want to make ExaDG compatible with 9.3 again.
Peter
On Monday, 10 April 2023 at 13:01:32 UTC+2 bha...@iitb.ac.in wrote:
Hello,
I am trying to install exadg, but it fails with the following error.
/home/anachronism/computation/exadg/include/exadg/grid/grid_utilities.h:121:48:
error: 'class dealii::CellAccessor<3, 3>' has no member named
'as_dof_handler_iterator'
121 | face_pair_dof_hander.cell[0] =
it.cell[0]->as_dof_handler_iterator(dof_handler);
|
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/home/anachronism/computation/exadg/include/exadg/grid/grid_utilities.h:122:48:
error: 'class dealii::CellAccessor<3, 3>' has no member named
'as_dof_handler_iterator'
122 | face_pair_dof_hander.cell[1] =
it.cell[1]->as_dof_handler_iterator(dof_handler);
I am configuring exadg using
cmake .. -DDEAL_II_DIR=~/computation/deal.II -DBUILD_SHARED_LIBS=ON
-DPICKUP_TESTS=ON
How can I solve this issue and proceed further? dealii detailed log
file and exadg cmake cache files are attached. Please let me know in
case any additional information is required.
Thank you
Sooraj
--
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/dealii/9866f551-ba21-419a-b39a-408059486ff9n%40googlegroups.com
[1].
--
Thank You,
Sooraj Bharan Soman
Links:
------
[1]
https://groups.google.com/d/msgid/dealii/9866f551-ba21-419a-b39a-408059486ff9n%40googlegroups.com?utm_medium=email&utm_source=footer
--
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 the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/dealii/baadd5635a3d084228250b6de2593719%40iitb.ac.in.