Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.02 KB

File metadata and controls

17 lines (11 loc) · 1.02 KB

AMRClaw Package

This package hosts the Adaptive Mesh Refinement version of the Clawpack code.

See the main clawpack/clawpack repository README for more links.

See the Documentation for more details and installation instructions.

The AMRClaw version of Clawpack provides Adaptive Mesh Refinement (AMR) capabilities in 2 and 3 space dimensions. (The two-dimensional code can also be used for 1-dimensional problems, see AMRClaw for 1d problems.)

Block-structured AMR is implemented, in which rectangular patches of the grid at level L are refined to level L+1. The general algorithms are described in BergerLeVeque98.

Links