On 11/28/19 2:46 AM, Simon Sticko wrote:
> Hi,
> I think it's just the documentation that can be slightly improved here.
> 
> The function get_active_child_cells has a similar signature but it has
> this note in its documentation:
> 
> * @note Since in C++ the MeshType template argument can not be deduced from
> * a function call, you will have to specify it after the function name, as
> * for example in
> * @code
> *   GridTools::get_active_child_cells<DoFHandler<dim> > (cell)
> * @endcode
> */
> template <class MeshType>
> std::vector<typename MeshType::active_cell_iterator>
> get_active_child_cells(const typename MeshType::cell_iterator &cell);

Yes, that's precisely correct!


> The same note should maybe be added to get_active_neighbors for clarity.

Would either of the two of you want to propose a patch that does this?

Best
  Wolfgang

-- 
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                            www: http://www.math.colostate.edu/~bangerth/

-- 
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/6407181e-2f17-222b-3689-082c5ccb518e%40colostate.edu.

Reply via email to