Home Installation Demos C++ docs Python docs
basix.sobolev_spaces¶
Functions for handling Sobolev spaces.
Functions
|
Compute the intersection of a list of Sobolev spaces. |
- basix.sobolev_spaces.intersection(spaces: list[SobolevSpace]) SobolevSpace ¶
Compute the intersection of a list of Sobolev spaces.
- Parameters:
spaces – List of Sobolev spaces.
- Returns:
Intersection of the Sobolev spaces.