Hello everyone,

I read the simplex support 
<https://www.dealii.org/current/doxygen/deal.II/group__simplex.html> 
documentation 
and was wondering 
whether it is possible to create a triangle in 2d based on three vertices?

The quadrilateral pendant is GridGenerator::general_cell().
Contrary to what one might think, GridGenerator::simplex()
transforms the reference simplex into three quadrilaterals,
which is also not what I am looking for.

So is there a way to create a mesh consisting of one triangle (using three 
vertices)?
I have deal.II 9.3.2 installed, but can upgrade if necessary.

Thank you,
Math

-- 
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/1b0cefaa-24fe-4e7c-8f9a-aaaf72d8ee2cn%40googlegroups.com.

Reply via email to