Anders Logg wrote:

> The default update procedure would be interpolation.

Which interpolation?  Perhaps the user needs it to be conservative or
preserve some other structure.  What if they want to use different
schemes for different functions on that mesh?


You can't implement refinement in-place anyway.  Providing an interface
that looks in-place just means that users have to rewrite larger pieces
of their code when they need more control.  I would suggest that
refinement produces a new mesh and then provide methods to transfer
functions and solver objects to the new mesh.

Jed

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
DOLFIN-dev mailing list
DOLFIN-dev@fenics.org
http://www.fenics.org/mailman/listinfo/dolfin-dev

Reply via email to