Changes in version 2017.1.0¶
UFL 2017.1.0 was released on 2017-05-09.
Summary of changes¶
Add the
DirectionalSobolevSpace
subclass ofSobolevSpace
. This allows one to use spaces where elements have varying continuity in different spatial directions.Add
sobolev_space
methods forHDiv
andHCurl
finite elements.Add
sobolev_space
methods forTensorProductElement
andEnrichedElement
. The smallest shared Sobolev space will be returned for enriched elements. For the tensor product elements, aDirectionalSobolevSpace
is returned depending on the order of the spaces associated with the component elements.