kinnala / scikit-fem

Simple finite element assemblers
https://scikit-fem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
509 stars 80 forks source link

Wedge facet assembly #743

Open kinnala opened 3 years ago

kinnala commented 3 years ago

Remaining work from #411, FacetBasis is not supported for wedge elements.

kinnala commented 2 years ago

Now the most obvious way of implementing this is to have two FacetBasis objects, one for the triangle facets and one for the quad facets, and then run asm(form, [triangle_fbasis, quad_fbasis]).