[deal.II] Re: Can dealii handle different type of element in a grid

2020-05-26 Thread 徐辉
Thanks sir, I will have a look at the tutorial you listed. Thank you for 
you all's time.

-- 
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/683c7555-daa9-4cca-a4d2-411ab0126bf3%40googlegroups.com.


[deal.II] Re: Can dealii handle different type of element in a grid

2020-05-26 Thread Bruno Turcksin
Hi,

deal.II only supports quads in 2D and hex in 3D.So if you have triangles 
you will need to split them. For the quads, you probably want to load order 
one quads and then, use a manifold to get the higher order. step 49 
(https://dealii.org/current/doxygen/deal.II/step_49.html)  shows how to 
manipulate meshes.

Best,

Bruno

On Tuesday, May 26, 2020 at 10:13:35 AM UTC-4, 徐辉 wrote:
>
> I want using different type of element in a grid in dealii.
>
> I already have a grid,  I want solve problem based on this grid.  The grid 
> contain different type of element. For example in 2D, I have some one order 
> triangle element and some one order quadrilateral element. Or another 
> example in 2D, I have some some one order quadrilateral element and some 
> two order quadrilateral element.
>
> I search dealii's tutorial do not found any topic talk about using 
> different type element in a grid. And I found in dealii FAQ first item that 
> seems dealii not support triangle or tetrahedra.
>
> Does dealii can only support one kind of element to assemble a discrete 
> system? All element in grid must be same? Is there any reference can help 
> me?
>
> Thanks for your time.
>

-- 
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/175d5891-8b6f-4665-b895-b3a32101f8fa%40googlegroups.com.