thanks. I think it is nevertheless possible to write "cell : 
triangulation", and I wondered what this means exactly?

[email protected] schrieb am Donnerstag, 24. März 2022 um 13:35:41 UTC+1:

> 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/8ccbca6d-373a-4a6c-a5fe-806600a5e411n%40googlegroups.com.

Reply via email to