Re: [deal.II] Re: Where can I find member function of cell?

2019-08-27 Thread yuesu jin
Hi, Bruno,
  Thanks a lot! It really helps!

On Tue, Aug 27, 2019 at 7:28 AM Bruno Turcksin 
wrote:

> Yuesu,
>
> For a Triangulation, the list is here:
> https://dealii.org/current/doxygen/deal.II/classCellAccessor-members.html
> (CellAccessor)
> For a DofHandler, the list is here:
> https://dealii.org/current/doxygen/deal.II/classDoFCellAccessor-members.html
> (DofCellAccessor)
>
> Best,
>
> Bruno
>
> On Monday, August 26, 2019 at 10:42:00 PM UTC-4, yuesu jin wrote:
>>
>> Hi all,
>>   When we iterate the cell within triangulation/dof_handler, we often use
>> functions such as cell->face(), cell->vertices()  etc. Where can I find all
>> the member function in our documentation webpage? Thanks a lot!
>>
>> --
>> Yuesu Jin,
>> Ph.D student,
>> University of Houston,
>> College of Natural Sciences and Mathematics,
>> Department of Earth and Atmospheric Sciences,
>> Houston, Texas 77204-5008
>> 346-404-2062
>>
>> --
> 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/141f7ec4-53af-4336-8bdc-5f4897d5acff%40googlegroups.com
> 
> .
>


-- 
Yuesu Jin,
Ph.D student,
University of Houston,
College of Natural Sciences and Mathematics,
Department of Earth and Atmospheric Sciences,
Houston, Texas 77204-5008
346-404-2062

-- 
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/CA%2B25a%3D%2BxzWu-fGPnScv3dxaqe-TzTpPUNCBNs33B3PR0gumYVw%40mail.gmail.com.


[deal.II] Re: Where can I find member function of cell?

2019-08-27 Thread Bruno Turcksin
Yuesu,

For a Triangulation, the list is 
here:https://dealii.org/current/doxygen/deal.II/classCellAccessor-members.html 
(CellAccessor)
For a DofHandler, the list is here: 
https://dealii.org/current/doxygen/deal.II/classDoFCellAccessor-members.html 
(DofCellAccessor)

Best,

Bruno

On Monday, August 26, 2019 at 10:42:00 PM UTC-4, yuesu jin wrote:
>
> Hi all,
>   When we iterate the cell within triangulation/dof_handler, we often use 
> functions such as cell->face(), cell->vertices()  etc. Where can I find all 
> the member function in our documentation webpage? Thanks a lot!
>
> -- 
> Yuesu Jin,
> Ph.D student,
> University of Houston,
> College of Natural Sciences and Mathematics,
> Department of Earth and Atmospheric Sciences,
> Houston, Texas 77204-5008 
> 346-404-2062
>
>

-- 
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/141f7ec4-53af-4336-8bdc-5f4897d5acff%40googlegroups.com.