← Back to team overview

dolfin team mailing list archive

projection from one mesh to another

 

Hi,

I have a question about the mesh class. I have a function defined on
some mesh. This mesh is refined. What is the best way to project the
function from the old to the new mesh?

As far as I can tell, this is not done automatically. To do this
manually, I assume, involves allocating a new vector and computing the
transformation between the two meshes. Where does the original mesh go,
after being refined? How should I do the projection? 

Regards,
Dag Lindbo



Follow ups