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 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/9866f551-ba21-419a-b39a-408059486ff9n%40googlegroups.com.

Reply via email to