Tom Gustafsson
Tom Gustafsson
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,...
I suggest we add also a convergence test for `ElementTetN0`. Could be a manufactured solution, any other suggestions?
Workaround: ```python m = MeshLine(np.linspace(0, 1, 100)) mp = MeshLine1DG.periodic(m, [99], [0]) ```
ex01: 
ex2: 
ex03: 
ex04: 
ex05: 
ex06: 
ex07: 