erf-model/ERF

Static Mesh Refinement

Closed this issue · 5 comments

Implement user-specifiable static mesh refinement.

Includes:

  • number and sizes of grid cells on all refinement levels
  • ability to specify fixed refinement regions
  • specifying different physics options in each region
  • explore factor 3 refinement (as well as 2 and 4)

@asalmgren will this involve re-deriving all the flux computation for refined mesh since the indices will change?

@asalmgren I meant if we will need to write the discretization schemes like this (https://erf.readthedocs.io/en/latest/NavierStokes_Discretization.html#momentum-conservation-u-momentum) at all the levels of refinement taking into account the indexing at that level.

Yes, thanks for clarification.