Add vectorized versions of push_forward
and pull_back
to the Python interface of CoordinateElement
#3408
Labels
enhancement
New feature or request
Describe new/missing feature
Is needed for performance and should probably happen in the nanobind layer.
We still need to decide if:
i-th
cell geometry?Above, one has to extract the cell-geometry in Python, and then pass it to the C++ interface, would it make more sense to pass in
cell-indices
, and let the nanobind layer pack the geometry data? Or does this remove some generality, where one would like to perturb mesh coordinates without moving the mesh itself?Suggested user interface
No response
The text was updated successfully, but these errors were encountered: