Downsampling (interpolating from refined to coarse) in Hermite spaces #3710
Unanswered
nadav7679
asked this question in
Firedrake support
Replies: 1 comment 6 replies
-
If you are coarsening anyway, might as well interpolate to CG1 first, then transfer to the other mesh. Then project into H3 if you need to. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I computed a dataset of functions on a Hermite FE space built on PeriodicIntervalMesh with 4096 cells.
Now I want to replicate that dataset on a few, more coarse, grids (ncells= 2048, 1024, 512, ...), all in Hermite FE space.
If it were a CG space I would simply interpolate, but from what I understand, Firedrake doesn't currently support interpolating into Hermite spaces.
Does anyone have an idea on how to duplicate the dataset on coarse spaces?
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions