scikit-fem
scikit-fem copied to clipboard
Wedge facet assembly
Remaining work from #411, FacetBasis is not supported for wedge elements.
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]).