Interpolation weights for arbitrary physical points #3745
-
I am implementating an explicit semi-lagrangian advection scheme (in addition to using an implicit scheme for other terms) using libmesh for the underlying data representation. I've been reading through the code in order to determine how to compute the shape functions for arbitrary physical points, but it looks like the shape() method takes local coordinates only. Given this, I looked for a method to go from physical coordinates to local coordinates, but can't find explicitly anything to do this. I'm probably missing something obvious, but could someone point me in the right direction to figure this out? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
See |
Beta Was this translation helpful? Give feedback.
See
FEMap::inverse_map()