Changes in version 2017.1.0¶
UFL 2017.1.0 was released on 2017-05-09.
Summary of changes¶
Add the
DirectionalSobolevSpacesubclass ofSobolevSpace. This allows one to use spaces where elements have varying continuity in different spatial directions.Add
sobolev_spacemethods forHDivandHCurlfinite elements.Add
sobolev_spacemethods forTensorProductElementandEnrichedElement. The smallest shared Sobolev space will be returned for enriched elements. For the tensor product elements, aDirectionalSobolevSpaceis returned depending on the order of the spaces associated with the component elements.