Skip to content

Make meshblock-ic's compatible with AMR #557

Description

@adityakpandare

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 update elemblockid in Refiner after AMR. This will use element-ancestry from AMR::tetstore.
  • ALECG needs to update m_nodeblockid after AMR. This will require a setup similar to ALECG::lhs() (which updates normals via norm()) which is called every time AMR happens.

Metadata

Metadata

Labels

amrAdaptive Mesh Refinementinciter

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions