|
74 | 74 | - HCurl
|
75 | 75 | - HEin
|
76 | 76 | - HDivDiv
|
| 77 | + - HCurlDiv |
77 | 78 |
|
78 | 79 |
|
79 | 80 | * Pull backs::
|
|
279 | 280 | tanh, tr, transpose, variable)
|
280 | 281 | from ufl.pullback import (AbstractPullback, MixedPullback, SymmetricPullback, contravariant_piola, covariant_piola,
|
281 | 282 | double_contravariant_piola, double_covariant_piola, identity_pullback, l2_piola)
|
282 |
| -from ufl.sobolevspace import H1, H2, L2, HCurl, HDiv, HDivDiv, HEin, HInf |
| 283 | +from ufl.sobolevspace import H1, H2, L2, HCurl, HDiv, HDivDiv, HCurlDiv, HEin, HInf |
283 | 284 | from ufl.split_functions import split
|
284 | 285 | from ufl.tensors import as_matrix, as_tensor, as_vector, unit_matrices, unit_matrix, unit_vector, unit_vectors
|
285 | 286 | from ufl.utils.sequences import product
|
|
288 | 289 | 'product',
|
289 | 290 | 'as_cell', 'AbstractCell', 'Cell', 'TensorProductCell',
|
290 | 291 | 'AbstractDomain', 'Mesh', 'MeshView',
|
291 |
| - 'L2', 'H1', 'H2', 'HCurl', 'HDiv', 'HInf', 'HEin', 'HDivDiv', |
| 292 | + 'L2', 'H1', 'H2', 'HCurl', 'HDiv', 'HInf', 'HEin', 'HDivDiv', 'HCurlDiv', |
292 | 293 | 'identity_pullback', 'l2_piola', 'contravariant_piola', 'covariant_piola',
|
293 | 294 | 'double_contravariant_piola', 'double_covariant_piola',
|
294 | 295 | 'l2_piola', 'MixedPullback', 'SymmetricPullback', 'AbstractPullback',
|
|
0 commit comments