Support dolfinx::fem::Expression
with co-dim 0 submeshes
#3207
Labels
enhancement
New feature or request
dolfinx::fem::Expression
with co-dim 0 submeshes
#3207
Describe new/missing feature
With the co-dim 0 support in assembly (and interpolation post #3177 ), it would be natural to extend
dolfinx::fem::Expression
to handle test/trial-functions and coefficients from different sub-meshes, linked byentity_maps
.There are two different ways this could be supported, either by passing in
entity_maps
at Expression constructionor through eval (which would be closer to what is done in #3111 and with #2730).
For either approach, we need to designate a "base"-mesh that we map all entities from.
Suggested user interface
The text was updated successfully, but these errors were encountered: