- Thank you received: 0
What FEspace is HDivSurface
- Bittermandeln
- Topic Author
- Offline
- Junior Member
Less
More
3 years 10 months ago #3470
by Bittermandeln
What FEspace is HDivSurface was created by Bittermandeln
Is it BDM or RT? When I set e.g. order=3, does that mean that the divergence space is SurfaceL2, order=2?
Best regards,
Alvar
Best regards,
Alvar
- mneunteufel
- Offline
- Premium Member
Less
More
- Thank you received: 59
3 years 10 months ago #3471
by mneunteufel
Replied by mneunteufel on topic What FEspace is HDivSurface
Hi Alvar,
you can think of the HDivSurface as the 2D HDiv space mapped onto the surface.
With order=3 you get the BDM_3 space and thus the divergence should be in SurfaceL2 with order=2.
Best,
Michael
you can think of the HDivSurface as the 2D HDiv space mapped onto the surface.
With order=3 you get the BDM_3 space and thus the divergence should be in SurfaceL2 with order=2.
Best,
Michael
- Bittermandeln
- Topic Author
- Offline
- Junior Member
Less
More
- Thank you received: 0
3 years 10 months ago #3472
by Bittermandeln
Replied by Bittermandeln on topic What FEspace is HDivSurface
Hi Michael,
Thank you for your reply and the clarification. Just out of curiosity, as I understand it the construction of the FE-space would also be possible with Raviart-Thomas elements. Is there a way one could use these elements?
Best regards,
Alvar
Thank you for your reply and the clarification. Just out of curiosity, as I understand it the construction of the FE-space would also be possible with Raviart-Thomas elements. Is there a way one could use these elements?
Best regards,
Alvar
- mneunteufel
- Offline
- Premium Member
Less
More
- Thank you received: 59
3 years 10 months ago #3473
by mneunteufel
Replied by mneunteufel on topic What FEspace is HDivSurface
Hi Alvar,
using
gives the Raviart-Thomas elements (for triangles and tetrahedra), which lie between polynomials of order k and k+1 and the divergence is then in L2 of order k.
For HDivSurface this option is currently not implemented in the main code, but it might come soon.
Best,
Michael
using
Code:
fes = HDiv(mesh, order=k, RT=True)
For HDivSurface this option is currently not implemented in the main code, but it might come soon.
Best,
Michael
The following user(s) said Thank You: Bittermandeln
- mneunteufel
- Offline
- Premium Member
Less
More
- Thank you received: 59
3 years 10 months ago #3485
by mneunteufel
Replied by mneunteufel on topic What FEspace is HDivSurface
The Raviart-Thomas elements should now be available for the HDivSurface space for the latest nightly build version.
Time to create page: 0.101 seconds