-
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::coarseBlkElems
to updateelemblockid
inRefiner
after AMR. This will use element-ancestry from AMR::tetstore. ALECG
needs to updatem_nodeblockid
after AMR. This will require a setup similar toALECG::lhs()
(which updates normals vianorm()
) which is called every time AMR happens.