ForestClaw / forestclaw

Quadtree/octree adaptive PDE solver based based on p4est.
http://www.forestclaw.org
BSD 2-Clause "Simplified" License
58 stars 21 forks source link

Regridding between coarse grid time steps? #51

Open donnaaboise opened 10 years ago

donnaaboise commented 10 years ago

Originally reported by: Donna Calhoun (Bitbucket: donnaaboise, GitHub: donnaaboise)


Figure out how to regrid between coarsest level time steps. Right now, I only regrid when the coarsest level has been updated. Doing it in between steps could be interesting....


donnaaboise commented 9 years ago

Original comment by Carsten Burstedde (Bitbucket: cburstedde, GitHub: cburstedde):


I agree. Another way of putting it, whenever we have completed a step on level 2**(-L), we may regrid in a way that only levels L and up (finer) may change (no coarsening below L). Would this be desirable?

If yes, I'd have to think about a p4est function that does this. It may be too involved for the near term.