scikit-fem icon indicating copy to clipboard operation
scikit-fem copied to clipboard

Wedge facet assembly

Open kinnala opened this issue 4 years ago • 1 comments

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

kinnala avatar Sep 19 '21 11:09 kinnala

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]).

kinnala avatar Nov 30 '21 12:11 kinnala