On 6/27/21 8:43 AM, Simon Wiesheier wrote:
Just for a better understanding, the following approach from your linked
website did not work:
std::set< Point<dim>, decltype(&comp_points) > vertices(&comp_points);
If `comp_points` is a template, then you need to say
&comp_points<dim>
Best
W.
--
------------------------------------------------------------------------
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/54e96d26-9770-040c-bd85-93276b72db08%40colostate.edu.