You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am implementing a linear interpolation between nodal values to compare FOM and ROM solutions.
Since I had already implemented a probe interpolation using the fenics__call__ method for CoefficientFunctions, I expected my interpolation to match these values.
To my surprise, they don't.
In fact, they do at the outflow (which is reassuring although trivial. Reassuring because the mass conservation calculation uses this value; trivial because it is a nodal value, so no interpolation takes place.), but they don't at the mid-point x=0.5.
I think there might be a problem with the moving mesh and the interpolation routine used inside fenics.
I am going to stick to my interpolation and use it to compare FOM and ROM solutions.
legend:
dashed: expected value.
cont.: interpolation.
The text was updated successfully, but these errors were encountered:
I am implementing a linear interpolation between nodal values to compare FOM and ROM solutions.
Since I had already implemented a probe interpolation using the
fenics
__call__
method for CoefficientFunctions, I expected my interpolation to match these values.To my surprise, they don't.
In fact, they do at the outflow (which is reassuring although trivial. Reassuring because the mass conservation calculation uses this value; trivial because it is a nodal value, so no interpolation takes place.), but they don't at the mid-point
x=0.5
.I think there might be a problem with the moving mesh and the interpolation routine used inside fenics.
I am going to stick to my interpolation and use it to compare FOM and ROM solutions.
legend:
dashed
: expected value.cont.
: interpolation.The text was updated successfully, but these errors were encountered: