Niklas,
If you want cell_iterators, you write for(auto cell :
triangulation.cell_iterators
()) If you want active_cell_iterators, you write for(auto cell :
triangulation.active_cell_iterators ()) The documentation is here
<https://dealii.org/current/doxygen/deal.II/group__CPP11.html#gaef378969994082255fbc64366511a7d1>
.
Best,
Bruno
On Thursday, March 24, 2022 at 8:21:42 AM UTC-4 Niklas Fehn wrote:
> Dear dealii,
>
> when writing
>
> for(auto cell : triangulation){}
>
> which type of cell iterator is used (cell_iterators(),
> active_cell_iterators())? and where do I find this information in the
> documentation?
>
> Many thanks and
>
> Best
> Niklas
>
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/dealii/4b643780-cd91-416e-9630-70ca1bfca9e9n%40googlegroups.com.