Currently when we want to use multigrid we have to first create a MeshHierarchy object. I think it's possible that we could now hide this extra implementation step and users could just create forms directly on the initial mesh they create.
I think that this is now possible because we have changed mesh initialisation substantially, and in particular have eliminated the requirement that a mesh hierarchy be constructed before function spaces are made.
Currently when we want to use multigrid we have to first create a
MeshHierarchyobject. I think it's possible that we could now hide this extra implementation step and users could just create forms directly on the initial mesh they create.I think that this is now possible because we have changed mesh initialisation substantially, and in particular have eliminated the requirement that a mesh hierarchy be constructed before function spaces are made.