pyFR on hybrid meshes

Dear all,

My name is Antonio Garcia-Uceda, and I’m working on implementing a FR algorithm for hybrid meshes, composed of Hexas, Tetras, Prism, and Pyrams.

I’m interested particularly on how to choose best solution points, as well as constructing a suitable nodal basis, for every element shape.

Could you please provide me with those references/material you used to devise your FR method for hybrid meshes? Many thanks.

Best regards,
Antonio

Hi Antonio,

In terms of solution point location I would suggest the following:

Triangles

http://link.springer.com/article/10.1007/s10915-014-9832-2

Tetrahedra

http://www.sciencedirect.com/science/article/pii/S0377042714000211

Quads and Hexes

Probably best to use a tensor product of GL points.

Cheers

Peter