- 
                Notifications
    You must be signed in to change notification settings 
- Fork 22
Open
Labels
Description
Currently, the element-meshblock data that assigns element-ids to mesh blocks does not get updated after AMR step. To have meshblocks compatible with AMR, the following needs to be done:
- Use Refiner::coarseBlkElemsto updateelemblockidinRefinerafter AMR. This will use element-ancestry from AMR::tetstore.
- ALECGneeds to update- m_nodeblockidafter AMR. This will require a setup similar to- ALECG::lhs()(which updates normals via- norm()) which is called every time AMR happens.